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

Unified Diff: LayoutTests/dialog/top-layer-stacking.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.html
diff --git a/LayoutTests/dialog/top-layer-stacking.html b/LayoutTests/dialog/top-layer-stacking.html
index c3a73ff9675752ea9a0479779eeb7228363562c1..07d5bab5c239f9d01a08057884a3ffb29f04f19b 100644
--- a/LayoutTests/dialog/top-layer-stacking.html
+++ b/LayoutTests/dialog/top-layer-stacking.html
@@ -9,6 +9,11 @@ transforms and z-index are tested inside a top layer element subtree. -->
height:150px;
width:150px;
}
+
+::backdrop {
+ display: none;
+}
+
.container {
-webkit-perspective: 500px;
border: 1px solid black;
« no previous file with comments | « LayoutTests/dialog/top-layer-nesting.html ('k') | LayoutTests/dialog/top-layer-stacking-correct-order-remove-readd.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698