| Index: third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-child-layer.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-child-layer.html b/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-child-layer.html
|
| index a6c7b29637ed9d02caf99db3e6e49fab05c458d2..097c49ca317efc5036754e776dc7d61f258edb9f 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-child-layer.html
|
| +++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-child-layer.html
|
| @@ -46,7 +46,7 @@
|
|
|
| window.addEventListener('load', function() {
|
| if (window.testRunner) {
|
| - document.getElementById("layertree").innerText = window.internals.layerTreeAsText(document, window.internals.OUTPUT_CHILDREN_AS_LAYER_LIST);
|
| + document.getElementById("layertree").innerText = window.internals.layerTreeAsText(document);
|
| testRunner.notifyDone();
|
| }
|
| }, false);
|
|
|