Chromium Code Reviews| Index: LayoutTests/dialog/top-layer-stacking-correct-order-remove-readd-expected.html |
| diff --git a/LayoutTests/dialog/top-layer-stacking-correct-order-remove-readd-expected.html b/LayoutTests/dialog/top-layer-stacking-correct-order-remove-readd-expected.html |
| index 7cc439e94c2b58d2fd78f0d095049e73321f51cf..392d1ca46ec175f841e06d5ca5e585a5a5743b9f 100644 |
| --- a/LayoutTests/dialog/top-layer-stacking-correct-order-remove-readd-expected.html |
| +++ b/LayoutTests/dialog/top-layer-stacking-correct-order-remove-readd-expected.html |
| @@ -1,17 +1,11 @@ |
| <!DOCTYPE html> |
| <html> |
| <head> |
| +<link rel="stylesheet" href="resources/dialog.css"> |
| <style> |
| .pseudodialog { |
| height: 100px; |
| width: 100px; |
| - position: absolute; |
| - left: 0; right: 0; |
| - margin: auto; |
| - border: solid; |
| - padding: 1em; |
| - background: white; |
| - color: black; |
| } |
| </style> |
| </head> |