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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/composited-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/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>

Powered by Google App Engine
This is Rietveld 408576698