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

Unified Diff: LayoutTests/dialog/top-layer-stacking-dynamic.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-stacking-dynamic.html
diff --git a/LayoutTests/dialog/top-layer-stacking-dynamic.html b/LayoutTests/dialog/top-layer-stacking-dynamic.html
index d6351d5c55b034f504d6b5820cf336f521797aa9..b74f1c940bccc0e3e082976b598a36aa19f1a5c6 100644
--- a/LayoutTests/dialog/top-layer-stacking-dynamic.html
+++ b/LayoutTests/dialog/top-layer-stacking-dynamic.html
@@ -7,6 +7,10 @@ dialog {
width: 150px;
}
+::backdrop {
+ display: none;
+}
+
.red {
background-color: red;
top: 200px;

Powered by Google App Engine
This is Rietveld 408576698