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

Side by Side Diff: LayoutTests/svg/custom/window-named-item-lookup.html

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
« no previous file with comments | « LayoutTests/svg/custom/use-href-update-crash.svg ('k') | LayoutTests/svg/dom/SVGAngle.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../fast/js/resources/js-test-pre.js"></script> 4 <script src="../../fast/js/resources/js-test-pre.js"></script>
5 <script> 5 <script>
6 function runTest() 6 function runTest()
7 { 7 {
8 shouldBe("window.test1.length", "2"); 8 shouldBe("window.test1.length", "2");
9 shouldBe("window.test2.length", "2"); 9 shouldBe("window.test2.length", "2");
10 shouldBeEqualToString("window.test3.nodeName", 'A'); 10 shouldBeEqualToString("window.test3.nodeName", 'A');
11 shouldBe("window.test4.length", "2"); 11 shouldBe("window.test4.length", "2");
12 shouldBe("window.test5.length", "2"); 12 shouldBe("window.test5.length", "2");
13 } 13 }
14 </script> 14 </script>
15 <script src="../../fast/js/resources/js-test-post.js"></script>
16 </head> 15 </head>
17 <body onload="runTest()"> 16 <body onload="runTest()">
18 <a id="test1"></a> 17 <a id="test1"></a>
19 <svg id="test1"/> 18 <svg id="test1"/>
20 19
21 <svg id="test2"/> 20 <svg id="test2"/>
22 <a id="test2"></a> 21 <a id="test2"></a>
23 22
24 <a id="test3"></a> 23 <a id="test3"></a>
25 24
26 <a id="test4"></a> 25 <a id="test4"></a>
27 <div id="test4"></div> 26 <div id="test4"></div>
28 27
29 <svg id="test5"></svg> 28 <svg id="test5"></svg>
30 <svg id="test5"></svg> 29 <svg id="test5"></svg>
31 </body> 30 </body>
32 </html> 31 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/use-href-update-crash.svg ('k') | LayoutTests/svg/dom/SVGAngle.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698