Chromium Code Reviews| Index: LayoutTests/dialog/top-layer-stacking-expected.html |
| diff --git a/LayoutTests/dialog/top-layer-stacking-expected.html b/LayoutTests/dialog/top-layer-stacking-expected.html |
| index 4449ac4f4cc6b6d216b0cdbf185ea180ed62342f..d7a705a66021e227354bc9a904414889c437da50 100644 |
| --- a/LayoutTests/dialog/top-layer-stacking-expected.html |
| +++ b/LayoutTests/dialog/top-layer-stacking-expected.html |
| @@ -1,5 +1,8 @@ |
| <!DOCTYPE html> |
| <html> |
| +<head> |
| +<link rel="stylesheet" href="resources/dialog.css"> |
| +</head> |
| <style> |
| .box { |
| height: 150px; |
| @@ -14,15 +17,6 @@ |
| -webkit-transform: rotateY(45deg); |
| background-color: cyan; |
| } |
| -.pseudodialog { |
| - position: absolute; |
| - left: 0; right: 0; |
| - margin: auto; |
| - border: solid; |
| - padding: 1em; |
| - background: white; |
| - color: black; |
| -} |
| </style> |
| <body> |
| <div class="pseudodialog" style="position: fixed; top: 10px; z-index:3000"> |