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

Unified Diff: LayoutTests/dialog/top-layer-nesting.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
« no previous file with comments | « LayoutTests/dialog/top-layer-display-none.html ('k') | LayoutTests/dialog/top-layer-stacking.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/dialog/top-layer-nesting.html
diff --git a/LayoutTests/dialog/top-layer-nesting.html b/LayoutTests/dialog/top-layer-nesting.html
index c3f8e3e4bfefdec09f559db427341cd63c982dab..0fea7f87a037645054a4343e7f5dcdf2b9202bb9 100644
--- a/LayoutTests/dialog/top-layer-nesting.html
+++ b/LayoutTests/dialog/top-layer-nesting.html
@@ -7,6 +7,10 @@ dialog {
width: 150px;
}
+::backdrop {
+ display: none;
+}
+
#bottomDialog {
background-color: yellow;
top: 100px;
« no previous file with comments | « LayoutTests/dialog/top-layer-display-none.html ('k') | LayoutTests/dialog/top-layer-stacking.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698