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

Side by Side Diff: LayoutTests/svg/animations/resources/SVGTestCase.js

Issue 172973002: Rewrite svg/dynamic-updates to use text-based repaint harness (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: actually add file 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Force activating pixel tests - this variable is used in resources/js-test.js, when calling setDumpAsText(). 1 // Force activating pixel tests - this variable is used in resources/js-test.js, when calling setDumpAsText().
2 window.enablePixelTesting = true; 2 window.enablePixelTesting = true;
3 3
4 var svgNS = "http://www.w3.org/2000/svg"; 4 var svgNS = "http://www.w3.org/2000/svg";
5 var xlinkNS = "http://www.w3.org/1999/xlink"; 5 var xlinkNS = "http://www.w3.org/1999/xlink";
6 var xhtmlNS = "http://www.w3.org/1999/xhtml"; 6 var xhtmlNS = "http://www.w3.org/1999/xhtml";
7 7
8 var rootSVGElement; 8 var rootSVGElement;
9 var iframeElement; 9 var iframeElement;
10 10
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 if (window.eventSender) { 57 if (window.eventSender) {
58 eventSender.mouseMoveTo(x, y); 58 eventSender.mouseMoveTo(x, y);
59 eventSender.mouseDown(); 59 eventSender.mouseDown();
60 eventSender.mouseUp(); 60 eventSender.mouseUp();
61 } 61 }
62 } 62 }
63 63
64 function completeTest() { 64 function completeTest() {
65 finishJSTest(); 65 finishJSTest();
66 } 66 }
OLDNEW
« no previous file with comments | « LayoutTests/svg/animations/resources/SVGAnimationTestCase.js ('k') | LayoutTests/svg/animations/single-values-animation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698