| Index: third_party/WebKit/LayoutTests/compositing/layer-creation/translatez-removed.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/translatez-removed.html b/third_party/WebKit/LayoutTests/compositing/layer-creation/translatez-removed.html
|
| index 18536766b5a2dfb0cc371a23e7f1e1d2fe0f6979..a485cef1b6958d890cd45a06f1fadd87f95a290e 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/layer-creation/translatez-removed.html
|
| +++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/translatez-removed.html
|
| @@ -26,7 +26,7 @@ function doTest()
|
| {
|
| document.getElementById('test').classList.remove('composited');
|
| if (window.testRunner)
|
| - document.getElementById('layers').innerText = window.internals.layerTreeAsText(document);
|
| + document.getElementById('layers').innerText = window.internals.layerTreeAsText(document, window.internals.OUTPUT_CHILDREN_AS_LAYER_LIST);
|
| }
|
| window.addEventListener('load', doTest, false);
|
| </script>
|
|
|