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

Unified Diff: LayoutTests/compositing/overflow/clip-content-under-overflow-controls.html

Issue 24438004: Rename testRunner.dumpAsText(true) to testRunner.dumpAsTextWithPixelResults() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: more tests Created 7 years, 3 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/clip-content-under-overflow-controls.html
diff --git a/LayoutTests/compositing/overflow/clip-content-under-overflow-controls.html b/LayoutTests/compositing/overflow/clip-content-under-overflow-controls.html
index f651798be685c53e28b120b1f16b460f7b46adef..a18b69298ffd84769023b6d56174def570540b4a 100644
--- a/LayoutTests/compositing/overflow/clip-content-under-overflow-controls.html
+++ b/LayoutTests/compositing/overflow/clip-content-under-overflow-controls.html
@@ -58,7 +58,7 @@
</style>
<script>
if (window.testRunner)
- testRunner.dumpAsText(true); // Only useful as a pixel test
+ testRunner.dumpAsTextWithPixelResults(); // Only useful as a pixel test
</script>
<!-- No red should be visible, only a solid green square. -->
<div class="container composited">

Powered by Google App Engine
This is Rietveld 408576698