Title: [285370] trunk/LayoutTests/imported/w3c
Revision
285370
Author
[email protected]
Date
2021-11-06 06:24:49 -0700 (Sat, 06 Nov 2021)

Log Message

Unreviewed, add missing green-dialog-and-backdrop.html
https://bugs.webkit.org/show_bug.cgi?id=232784

This should have been part of r285368 to avoid resource-files.json referencing an non-existing file.

* web-platform-tests/html/semantics/interactive-elements/the-dialog-element/green-dialog-and-backdrop.html: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (285369 => 285370)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2021-11-06 12:59:40 UTC (rev 285369)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2021-11-06 13:24:49 UTC (rev 285370)
@@ -1,5 +1,14 @@
 2021-11-06  Tim Nguyen  <[email protected]>
 
+        Unreviewed, add missing green-dialog-and-backdrop.html
+        https://bugs.webkit.org/show_bug.cgi?id=232784
+
+        This should have been part of r285368 to avoid resource-files.json referencing an non-existing file.
+
+        * web-platform-tests/html/semantics/interactive-elements/the-dialog-element/green-dialog-and-backdrop.html: Added.
+
+2021-11-06  Tim Nguyen  <[email protected]>
+
         Re-import html/semantics/interactive-elements/the-dialog-element WPT
         https://bugs.webkit.org/show_bug.cgi?id=232784
 

Added: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/green-dialog-and-backdrop.html (0 => 285370)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/green-dialog-and-backdrop.html	                        (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/green-dialog-and-backdrop.html	2021-11-06 13:24:49 UTC (rev 285370)
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html>
+<meta charset="utf-8">
+<link rel="stylesheet" href=""
+<style>
+body { background: red; }
+
+.backdrop {
+    display: block;
+    position: fixed;
+    top: 0;
+    left: 0;
+    right: 0;
+    bottom: 0;
+}
+
+.backdrop,
+.pseudodialog {
+    background: green;
+}
+</style>
+<body>
+<div class="backdrop"></div>
+<div class="pseudodialog">PASS if no red shows</div>
+</body>
+</html>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to