Index: third_party/WebKit/LayoutTests/fullscreen/full-screen-zIndex-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fullscreen/full-screen-zIndex-expected.html b/third_party/WebKit/LayoutTests/fullscreen/full-screen-zIndex-expected.html |
index f9fc20161d8bc0ec16e3fbcd17d21da9ae7d1108..37c105b4579535c36cbd0eba49f31f331ab68ead 100644 |
--- a/third_party/WebKit/LayoutTests/fullscreen/full-screen-zIndex-expected.html |
+++ b/third_party/WebKit/LayoutTests/fullscreen/full-screen-zIndex-expected.html |
@@ -6,14 +6,15 @@ |
background-color: black; |
} |
div { |
- width: 100%; |
- height: 100%; |
+ width: 200px; |
+ height: 100px; |
border: 4px solid darkgreen; |
background-color: green; |
position: absolute; |
- box-sizing: border-box; |
- top: 0; |
- left: 0; |
+ left: 50%; |
+ top: 50%; |
+ margin-left: -104px; |
+ margin-top: -54px; |
} |
</style> |
</head> |