Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(762)

Unified Diff: third_party/WebKit/LayoutTests/compositing/layer-creation/translatez-removed.html

Issue 2393443002: Adjust compositing tests to be SPv2-compatible. (Closed)
Patch Set: none Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698