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

Unified Diff: LayoutTests/dialog/top-layer-containing-block.html

Issue 24493004: Make dialog::backdrop span the viewport by default. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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/top-layer-containing-block.html
diff --git a/LayoutTests/dialog/top-layer-containing-block.html b/LayoutTests/dialog/top-layer-containing-block.html
index 69c0be6188a6c0c791a2a5adb638d6000d25799c..7c3f5efd8dc439aaa844304ad22251f5d62472aa 100644
--- a/LayoutTests/dialog/top-layer-containing-block.html
+++ b/LayoutTests/dialog/top-layer-containing-block.html
@@ -1,5 +1,12 @@
<!DOCTYPE html>
<html>
+<head>
+<style>
+::backdrop {
+ display: none;
+}
+</style>
+</head>
<body>
<p>
This tests that a modal dialog's containing block is in the initial containing block and that it is unaffected by
« no previous file with comments | « LayoutTests/dialog/removed-element-is-removed-from-top-layer.html ('k') | LayoutTests/dialog/top-layer-display-none.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698