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

Unified Diff: LayoutTests/dialog/modal-dialog-backdrop.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/modal-dialog-backdrop.html
diff --git a/LayoutTests/dialog/modal-dialog-backdrop.html b/LayoutTests/dialog/modal-dialog-backdrop.html
index c5ff889640b7a4a0b51dd86038058ca779e32b98..bab57f93a11aeb4ab88278ee09342647cf5fe5f6 100644
--- a/LayoutTests/dialog/modal-dialog-backdrop.html
+++ b/LayoutTests/dialog/modal-dialog-backdrop.html
@@ -6,18 +6,6 @@ dialog {
width: 100px;
background: green;
}
-
-/* The default CSS style from the spec gives a background color but no dimensions,
- * so the backdrop has zero size by default.
- * http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html#rendering
- */
-dialog::backdrop {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
-}
</style>
<body>
Test for the default user agent style of dialog::backdrop. The test passes if

Powered by Google App Engine
This is Rietveld 408576698