Index: third_party/WebKit/LayoutTests/compositing/layer-creation/stacking-context-overlap.html |
diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/stacking-context-overlap.html b/third_party/WebKit/LayoutTests/compositing/layer-creation/stacking-context-overlap.html |
index 30b5447a5a6a73b64180517ae3dde4b4b83f3455..5ffb9d3776df61f6678a7a67b8a7e735cfca5404 100644 |
--- a/third_party/WebKit/LayoutTests/compositing/layer-creation/stacking-context-overlap.html |
+++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/stacking-context-overlap.html |
@@ -38,7 +38,7 @@ |
function doTest() |
{ |
if (window.testRunner) { |
- document.getElementById('layertree').innerText = window.internals.layerTreeAsText(document); |
+ document.getElementById('layertree').innerText = window.internals.layerTreeAsText(document, window.internals.OUTPUT_CHILDREN_AS_LAYER_LIST); |
testRunner.notifyDone(); |
} |
} |