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

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

Powered by Google App Engine
This is Rietveld 408576698