Chromium Code Reviews| Index: LayoutTests/dialog/removed-element-is-removed-from-top-layer-expected.html |
| diff --git a/LayoutTests/dialog/removed-element-is-removed-from-top-layer-expected.html b/LayoutTests/dialog/removed-element-is-removed-from-top-layer-expected.html |
| index 09dca82b76d1571932e44debebb6d3846dfa46b3..5de1cb87d81b1187c5c354cda07877e596ba6a5d 100644 |
| --- a/LayoutTests/dialog/removed-element-is-removed-from-top-layer-expected.html |
| +++ b/LayoutTests/dialog/removed-element-is-removed-from-top-layer-expected.html |
| @@ -1,15 +1,9 @@ |
| <!DOCTYPE html> |
| <html> |
| <head> |
| +<link rel="stylesheet" href="resources/dialog.css"> |
| <style> |
| .pseudodialog { |
| - position: absolute; |
| - left: 0; right: 0; |
| - margin: auto; |
| - border: solid; |
| - padding: 1em; |
| - background: white; |
| - color: black; |
| height: 100px; |
| width: 100px; |
| } |