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

Side by Side Diff: LayoutTests/svg/dom/SVGLengthList-insertItemBefore.xhtml

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 <html xmlns="http://www.w3.org/1999/xhtml"> 1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head> 2 <head>
3 <script>window.enablePixelTesting = true;</script> 3 <script>window.enablePixelTesting = true;</script>
4 <script src="../../fast/js/resources/js-test-pre.js"></script> 4 <script src="../../fast/js/resources/js-test-pre.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <svg id="svg" xmlns="http://www.w3.org/2000/svg" width="200" height="200"> 7 <svg id="svg" xmlns="http://www.w3.org/2000/svg" width="200" height="200">
8 <text id="text1" x="500 1000 1500" y="50"> ABC </text> 8 <text id="text1" x="500 1000 1500" y="50"> ABC </text>
9 <text id="reference" x="50 100 150" y="100"> ABC </text> 9 <text id="reference" x="50 100 150" y="100"> ABC </text>
10 </svg> 10 </svg>
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 shouldBe("text1.x.baseVal.getItem(4).value", "1000"); 121 shouldBe("text1.x.baseVal.getItem(4).value", "1000");
122 shouldBe("text1.x.baseVal.getItem(5).value", "1500"); 122 shouldBe("text1.x.baseVal.getItem(5).value", "1500");
123 shouldThrow("text1.x.baseVal.getItem(6)"); 123 shouldThrow("text1.x.baseVal.getItem(6)");
124 124
125 debug(""); 125 debug("");
126 debug("The test passes if you only see 'PASS' messages, and both text elemen ts on top look the same"); 126 debug("The test passes if you only see 'PASS' messages, and both text elemen ts on top look the same");
127 debug(""); 127 debug("");
128 128
129 ]]> 129 ]]>
130 </script> 130 </script>
131 <script src="../../fast/js/resources/js-test-post.js"></script>
132 </body> 131 </body>
133 </html> 132 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/dom/SVGLengthList-initialize.xhtml ('k') | LayoutTests/svg/dom/SVGLengthList-replaceItem.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698