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: LayoutTests/compositing/overflow/overflow-scrollbar-layers.html

Issue 181653006: Remove testRunner.display() from most compositing/ tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Revert change to plugin test Created 6 years, 10 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: LayoutTests/compositing/overflow/overflow-scrollbar-layers.html
diff --git a/LayoutTests/compositing/overflow/overflow-scrollbar-layers.html b/LayoutTests/compositing/overflow/overflow-scrollbar-layers.html
index 4f27c49af334aa3fb08e40fe949ca76caf6bec4d..1259cf8e382ee6bf19f836618558d66d53e3a155 100644
--- a/LayoutTests/compositing/overflow/overflow-scrollbar-layers.html
+++ b/LayoutTests/compositing/overflow/overflow-scrollbar-layers.html
@@ -44,7 +44,6 @@ resize: both;
<script>
if (window.testRunner) {
testRunner.dumpAsText();
- testRunner.display(); // Ensure compositor tree is up to date.
document.getElementById("layerTree").innerText = window.internals.layerTreeAsText(document);
}
</script>

Powered by Google App Engine
This is Rietveld 408576698