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

Unified Diff: LayoutTests/dialog/top-layer-display-none.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-containing-block.html ('k') | LayoutTests/dialog/top-layer-nesting.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/dialog/top-layer-display-none.html
diff --git a/LayoutTests/dialog/top-layer-display-none.html b/LayoutTests/dialog/top-layer-display-none.html
index 2d9ca76a3e12d1e90696329b3647c683a191504d..31b7446c533f6826d33457233d96f53e7904e0ef 100644
--- a/LayoutTests/dialog/top-layer-display-none.html
+++ b/LayoutTests/dialog/top-layer-display-none.html
@@ -7,6 +7,10 @@ dialog {
width: 150px;
}
+::backdrop {
+ display: none;
+}
+
.red {
background-color: red;
top: 200px;
« no previous file with comments | « LayoutTests/dialog/top-layer-containing-block.html ('k') | LayoutTests/dialog/top-layer-nesting.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698