aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/css/css-overflow/overflow-overlay.tentative.html
diff options
context:
space:
mode:
authorWPT Sync Bot <josh+wptsync@joshmatthews.net>2023-01-28 01:49:33 +0000
committerWPT Sync Bot <josh+wptsync@joshmatthews.net>2023-01-28 01:52:20 +0000
commit32cc2e03c4069cbd7680c470bb486dc037c3c2fe (patch)
tree6704cee237b1a4c2e4a81075e319378bec5ab01c /tests/wpt/web-platform-tests/css/css-overflow/overflow-overlay.tentative.html
parent4d5a804d037809a44c0c8aa5f0abd565ece75746 (diff)
downloadservo-32cc2e03c4069cbd7680c470bb486dc037c3c2fe.tar.gz
servo-32cc2e03c4069cbd7680c470bb486dc037c3c2fe.zip
Update web-platform-tests to revision b'544363de4568baf9ae90d71e4822661edc546650'
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-overflow/overflow-overlay.tentative.html')
-rw-r--r--tests/wpt/web-platform-tests/css/css-overflow/overflow-overlay.tentative.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-overflow/overflow-overlay.tentative.html b/tests/wpt/web-platform-tests/css/css-overflow/overflow-overlay.tentative.html
new file mode 100644
index 00000000000..e3cb8d7180e
--- /dev/null
+++ b/tests/wpt/web-platform-tests/css/css-overflow/overflow-overlay.tentative.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/8063">
+<link rel="match" href="overflow-overlay-ref.html">
+<style>
+ div {
+ width: 15em;
+ height: 10em;
+ overflow: overlay;
+ }
+</style>
+<div>
+ <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+</div>