| 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
|
|
|