Index: LayoutTests/compositing/tiling/rotated-tiled-preserve3d-clamped.html |
diff --git a/LayoutTests/compositing/tiling/rotated-tiled-preserve3d-clamped.html b/LayoutTests/compositing/tiling/rotated-tiled-preserve3d-clamped.html |
index 16b29f73427af1197fc04416237ce6be39eda283..8c13af63749fdbc3fbb8731197d03903c4e2a8e8 100644 |
--- a/LayoutTests/compositing/tiling/rotated-tiled-preserve3d-clamped.html |
+++ b/LayoutTests/compositing/tiling/rotated-tiled-preserve3d-clamped.html |
@@ -40,8 +40,7 @@ |
function doTest() |
{ |
if (window.internals) { |
- document.getElementById('layers').innerText = internals.layerTreeAsText(document, |
- internals.LAYER_TREE_INCLUDES_VISIBLE_RECTS | internals.LAYER_TREE_INCLUDES_TILE_CACHES); |
+ document.getElementById('layers').innerText = internals.layerTreeAsText(document); |
} |
} |