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

Unified Diff: LayoutTests/dialog/removed-element-is-removed-from-top-layer.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/modal-dialog-backdrop.html ('k') | LayoutTests/dialog/top-layer-containing-block.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/dialog/removed-element-is-removed-from-top-layer.html
diff --git a/LayoutTests/dialog/removed-element-is-removed-from-top-layer.html b/LayoutTests/dialog/removed-element-is-removed-from-top-layer.html
index 6ebd0b396bcb250b527af31ea495e962fea41825..177cdcabfcb62dfe494245693ab18513a02997f5 100644
--- a/LayoutTests/dialog/removed-element-is-removed-from-top-layer.html
+++ b/LayoutTests/dialog/removed-element-is-removed-from-top-layer.html
@@ -7,6 +7,10 @@ dialog {
width: 100px;
}
+::backdrop {
+ display: none;
+}
+
#bottomDialog {
background-color: blue;
top: 100px;
« no previous file with comments | « LayoutTests/dialog/modal-dialog-backdrop.html ('k') | LayoutTests/dialog/top-layer-containing-block.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698