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

Side by Side Diff: LayoutTests/accessibility/image-map1.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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../fast/js/resources/js-test-pre.js"></script> 3 <script src="../fast/js/resources/js-test-pre.js"></script>
4 </head> 4 </head>
5 <script> 5 <script>
6 if (window.testRunner) 6 if (window.testRunner)
7 testRunner.dumpAsText(); 7 testRunner.dumpAsText();
8 </script> 8 </script>
9 <body id="body"> 9 <body id="body">
10 10
(...skipping 21 matching lines...) Expand all
32 shouldBe("body.childAtIndex(0).title", "'AXTitle: Link1'"); 32 shouldBe("body.childAtIndex(0).title", "'AXTitle: Link1'");
33 33
34 shouldBe("body.childAtIndex(1).role", "'AXRole: AXLink'"); 34 shouldBe("body.childAtIndex(1).role", "'AXRole: AXLink'");
35 shouldBe("body.childAtIndex(1).title", "'AXTitle: Link2'"); 35 shouldBe("body.childAtIndex(1).title", "'AXTitle: Link2'");
36 36
37 shouldBe("body.childAtIndex(2).role", "'AXRole: AXLink'"); 37 shouldBe("body.childAtIndex(2).role", "'AXRole: AXLink'");
38 shouldBe("body.childAtIndex(2).title", "'AXTitle: Link3'"); 38 shouldBe("body.childAtIndex(2).title", "'AXTitle: Link3'");
39 } 39 }
40 </script> 40 </script>
41 41
42 <script src="../fast/js/resources/js-test-post.js"></script>
43 </body> 42 </body>
44 </html> 43 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698