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

Unified Diff: third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-child-layer.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/overlap-child-layer.html
diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-child-layer.html b/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-child-layer.html
index 097c49ca317efc5036754e776dc7d61f258edb9f..a6c7b29637ed9d02caf99db3e6e49fab05c458d2 100644
--- a/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-child-layer.html
+++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-child-layer.html
@@ -46,7 +46,7 @@
window.addEventListener('load', function() {
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);
wkorman 2016/10/04 18:18:14 In what cases are we not going to be passing OUTPU
testRunner.notifyDone();
}
}, false);

Powered by Google App Engine
This is Rietveld 408576698