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

Side by Side Diff: LayoutTests/svg/filters/feImage-animated-transform-on-target-rect.svg

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, 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k" onload="runRepaintTest()"> 2 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k" onload="runRepaintTest()">
3 <script xlink:href="../../fast/repaint/resources/repaint.js"></script> 3 <script xlink:href="../../fast/repaint/resources/repaint.js"></script>
4 <defs> 4 <defs>
5 <rect id="rect" fill="green" width="50" height="50" transform="rotate(45 )"> 5 <rect id="rect" fill="green" width="50" height="50" transform="rotate(45 )">
6 <animateTransform id="animation" attributeName="transform" type="rot ate" calcMode="discrete" begin="indefinite" from="45" to="0" dur="0.1s" fill="fr eeze"/> 6 <animateTransform id="animation" attributeName="transform" type="rot ate" calcMode="discrete" begin="indefinite" from="45" to="0" dur="0.1s" fill="fr eeze"/>
7 </rect> 7 </rect>
8 8
9 <filter id="filter"> 9 <filter id="filter">
10 <feImage xlink:href="#rect"/> 10 <feImage xlink:href="#rect"/>
(...skipping 16 matching lines...) Expand all
27 setTimeout(finishTest, 50); 27 setTimeout(finishTest, 50);
28 return; 28 return;
29 } 29 }
30 30
31 if (window.testRunner) 31 if (window.testRunner)
32 testRunner.notifyDone(); 32 testRunner.notifyDone();
33 } 33 }
34 } 34 }
35 35
36 if (window.testRunner) 36 if (window.testRunner)
37 testRunner.dumpAsText(true); 37 testRunner.dumpAsTextWithPixelResults();
38 ]]></script> 38 ]]></script>
39 </svg> 39 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/xlink-to-invalid-gradient.svg ('k') | LayoutTests/svg/repaint/image-href-change.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698