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