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

Unified Diff: LayoutTests/compositing/repaint/transform-style-change.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
« no previous file with comments | « LayoutTests/compositing/repaint/shrink-layer.html ('k') | LayoutTests/compositing/rtl/rtl-absolute.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/repaint/transform-style-change.html
diff --git a/LayoutTests/compositing/repaint/transform-style-change.html b/LayoutTests/compositing/repaint/transform-style-change.html
index 5c9b052666b2ea0c65c9bef6dbaadb25bed9d124..0f0e3a7f77c1f8da9b84a6024c988169bc25cd9f 100644
--- a/LayoutTests/compositing/repaint/transform-style-change.html
+++ b/LayoutTests/compositing/repaint/transform-style-change.html
@@ -3,7 +3,7 @@
<div id="box" style="width:100px; height:100px; background-color: green; -webkit-transform: translateZ(0); -webkit-transform-style: preserve-3d"></div>
<script>
if (window.testRunner)
- testRunner.dumpAsText(true); // Only pixel results are useful
+ testRunner.dumpAsTextWithPixelResults(); // Only pixel results are useful
function test() {
document.getElementById("box").style.webkitTransformStyle = "flat";
« no previous file with comments | « LayoutTests/compositing/repaint/shrink-layer.html ('k') | LayoutTests/compositing/rtl/rtl-absolute.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698