Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Unified Diff: LayoutTests/dialog/dialogs-with-no-backdrop-expected.html

Issue 17654008: Implement the ::backdrop pseudo-element for modal <dialog>. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add helper function and descendant selector test Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/dialog/dialogs-with-no-backdrop-expected.html
diff --git a/LayoutTests/dialog/dialogs-with-no-backdrop-expected.html b/LayoutTests/dialog/dialogs-with-no-backdrop-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..4b31dc7062e697496f4edfaf98a70c0e794c6245
--- /dev/null
+++ b/LayoutTests/dialog/dialogs-with-no-backdrop-expected.html
@@ -0,0 +1,5 @@
+<!DOCTYPE html>
+<body>
+Test that ::backdrop is not shown for non-open or non-modal dialogs.
+The test passes if there is no red shown.
+</body>

Powered by Google App Engine
This is Rietveld 408576698