diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/compositing/layer-creation/incremental-destruction-expected.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/compositing/layer-creation/incremental-destruction-expected.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/incremental-destruction-expected.html b/third_party/WebKit/LayoutTests/compositing/layer-creation/incremental-destruction-expected.html index 9f225be..1c1c42a 100644 --- a/third_party/WebKit/LayoutTests/compositing/layer-creation/incremental-destruction-expected.html +++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/incremental-destruction-expected.html @@ -6,5 +6,5 @@ </style> <div id="target" style="width: 500px; height: 500px; background-color: blue;"></div> <div style="width: 300px; height: 300px; position: absolute; left: 20px; top: 400px; background-color: purple; z-index:1000"> - <div style="width:100px; height:100px; position:relative; left:10px; top:10px; -webkit-transform:translateZ(0); background-color:yellow"></div> + <div style="width:100px; height:100px; position:relative; left:10px; top:10px; transform:translateZ(0); background-color:yellow"></div> </div> |