Chromium Code Reviews| Index: LayoutTests/dialog/top-layer-display-none-expected.html |
| diff --git a/LayoutTests/dialog/top-layer-display-none-expected.html b/LayoutTests/dialog/top-layer-display-none-expected.html |
| index ec3f317475b3a67b917400d25e327c1e4e6cc681..1880668cc3b9eecb819b897a6ee579e800640e5b 100644 |
| --- a/LayoutTests/dialog/top-layer-display-none-expected.html |
| +++ b/LayoutTests/dialog/top-layer-display-none-expected.html |
| @@ -1,17 +1,11 @@ |
| <!DOCTYPE html> |
| <html> |
| <head> |
| +<link rel="stylesheet" href="resources/dialog.css"> |
| <style> |
| .pseudodialog { |
| height: 150px; |
| width: 150px; |
| - position: absolute; |
| - left: 0; right: 0; |
| - margin: auto; |
| - border: solid; |
| - padding: 1em; |
| - background: white; |
| - color: black; |
| } |
| </style> |
| </head> |