mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
LibWeb: Add ::slotted() pseudo-element support
Implements `::slotted()` to enough extent we could pass the imported WPT test and make substantial layout correctness improvement on https://www.rottentomatoes.com/
This commit is contained in:
committed by
Sam Atkins
parent
8986e1f1ec
commit
4c7da460dc
Notes:
github-actions[bot]
2025-09-04 08:52:46 +00:00
Author: https://github.com/kalenikaliaksandr Commit: https://github.com/LadybirdBrowser/ladybird/commit/4c7da460dc2 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6061 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>CSS Scoping Module Level 1 - A green box reference</title>
|
||||
<link rel="author" title="Ryosuke Niwa" href="mailto:rniwa@webkit.org"/>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if you see a single 100px by 100px green box below.</p>
|
||||
<div style="width: 100px; height: 100px; background: green;"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user