LibWeb: Implement CSS 'contain' property

This commit is contained in:
Psychpsyo
2025-01-18 20:39:26 +01:00
committed by Sam Atkins
parent c53c781745
commit 67ed676831
Notes: github-actions[bot] 2025-01-28 11:25:39 +00:00
154 changed files with 4200 additions and 117 deletions

View File

@@ -0,0 +1,4 @@
<!DOCTYPE html>
<title>CSS Reftest Reference</title>
<link rel="author" title="Morten Stenshorne" href="mstensho@chromium.org">
<p>There should be nothing below.</p>

View File

@@ -0,0 +1,11 @@
<!doctype html>
<html>
<head>
<title>Reference rendering - passes if there is the word "PASS" below</title>
<link rel="author" title="Opera" href="https://www.opera.com/">
</head>
<body>
<p>Test passes if there is the word "PASS" below.</p>
<div>PASS</div>
</body>
</html>