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

Side by Side Diff: LayoutTests/fast/dom/fragment-activation-focuses-target.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/fast/dom/event-attribute-availability.html ('k') | LayoutTests/fast/dom/gc-11.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="../js/resources/js-test-pre.js"></script> 4 <script src="../js/resources/js-test-pre.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <a href="#fragment1" id="link1" tabindex="0">link1</a> 7 <a href="#fragment1" id="link1" tabindex="0">link1</a>
8 <a href="#fragment2" id="link2" tabindex="0">link2</a> 8 <a href="#fragment2" id="link2" tabindex="0">link2</a>
9 <br><br> 9 <br><br>
10 <div id="fragment1" name="fragment1" tabindex="0">fragment1</div> 10 <div id="fragment1" name="fragment1" tabindex="0">fragment1</div>
(...skipping 22 matching lines...) Expand all
33 33
34 debug("Activate a link that does not have a focusable fragment and verif y focus does not move."); 34 debug("Activate a link that does not have a focusable fragment and verif y focus does not move.");
35 var link2 = document.getElementById("link2"); 35 var link2 = document.getElementById("link2");
36 link2.focus(); 36 link2.focus();
37 shouldBe("document.activeElement", "link2"); 37 shouldBe("document.activeElement", "link2");
38 link2.click(); 38 link2.click();
39 shouldBe("document.activeElement", "link2"); 39 shouldBe("document.activeElement", "link2");
40 40
41 var successfullyParsed = true; 41 var successfullyParsed = true;
42 </script> 42 </script>
43 <script src="../js/resources/js-test-post.js"></script>
44 </body> 43 </body>
45 </html> 44 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/event-attribute-availability.html ('k') | LayoutTests/fast/dom/gc-11.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698