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

Unified Diff: third_party/WebKit/LayoutTests/compositing/overflow/universal-accelerated-overflow-scroll.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/overflow/universal-accelerated-overflow-scroll.html
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/universal-accelerated-overflow-scroll.html b/third_party/WebKit/LayoutTests/compositing/overflow/universal-accelerated-overflow-scroll.html
index fbb1c79e6054d5029b8cf47374f81f66249a8f10..4501f5b9ba68d6c2dea65b7c87db022e82e59b94 100644
--- a/third_party/WebKit/LayoutTests/compositing/overflow/universal-accelerated-overflow-scroll.html
+++ b/third_party/WebKit/LayoutTests/compositing/overflow/universal-accelerated-overflow-scroll.html
@@ -258,7 +258,7 @@ function doTest() {
var pre = document.getElementById("console");
if (window.internals) {
- var layerTreeAsText = internals.layerTreeAsText(document);
+ var layerTreeAsText = internals.layerTreeAsText(document, window.internals.OUTPUT_CHILDREN_AS_LAYER_LIST);
pre.style.left = "-80000px";
pre.innerHTML = layerTreeAsText;
} else {

Powered by Google App Engine
This is Rietveld 408576698