| Index: third_party/WebKit/LayoutTests/fast/multicol/composited-layer.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/multicol/composited-layer.html b/third_party/WebKit/LayoutTests/fast/multicol/composited-layer.html
|
| index 5b5c8ec5fa3b3eb90bfc38b0c4f2f8ffcc853bd1..00f935881ca9203a49f7084f080183d49bcda0ef 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/multicol/composited-layer.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/multicol/composited-layer.html
|
| @@ -25,5 +25,5 @@ if (window.testRunner)
|
| testRunner.dumpAsText();
|
|
|
| if (window.internals)
|
| - document.getElementById("layers").innerText = internals.layerTreeAsText(document);
|
| + document.getElementById("layers").innerText = internals.layerTreeAsText(document, window.internals.OUTPUT_CHILDREN_AS_LAYER_LIST);
|
| </script>
|
|
|