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

Side by Side Diff: LayoutTests/fast/spatial-navigation/snav-imagemap-area-without-image.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 3
4 <script src="../js/resources/js-test-pre.js"></script> 4 <script src="../js/resources/js-test-pre.js"></script>
5 <script src="resources/spatial-navigation-utils.js"></script> 5 <script src="resources/spatial-navigation-utils.js"></script>
6 <script type="application/javascript"> 6 <script type="application/javascript">
7 7
8 var resultMap = [ 8 var resultMap = [
9 ["Down", "3"], 9 ["Down", "3"],
10 ["Up", "start"], 10 ["Up", "start"],
(...skipping 17 matching lines...) Expand all
28 28
29 function testCompleted() 29 function testCompleted()
30 { 30 {
31 if (window.testRunner) 31 if (window.testRunner)
32 testRunner.notifyDone(); 32 testRunner.notifyDone();
33 } 33 }
34 34
35 window.onload = runTest; 35 window.onload = runTest;
36 36
37 </script> 37 </script>
38 <script src="js/resources/js-test-post.js"></script>
39 </head> 38 </head>
40 39
41 <body id="some-content" xmlns="http://www.w3.org/1999/xhtml"> 40 <body id="some-content" xmlns="http://www.w3.org/1999/xhtml">
42 <map name="map" title="map" id="firstmap"> 41 <map name="map" title="map" id="firstmap">
43 <area shape="rect" coords="20,20,70,70" href="#" id="1"> 42 <area shape="rect" coords="20,20,70,70" href="#" id="1">
44 <area shape="rect" coords="20,130,70,180" href="#" id="2"> 43 <area shape="rect" coords="20,130,70,180" href="#" id="2">
45 </map> 44 </map>
46 45
47 <a id="start" href="a"><img src="resources/green.png" width=50px height=50px ></a> 46 <a id="start" href="a"><img src="resources/green.png" width=50px height=50px ></a>
48 <div> 47 <div>
49 <img src="resources/green.png" width=200px height=200px usemap="#othermap" ><a id="6" href="a"><img src="resources/green.png" width=50px height=50px></a> 48 <img src="resources/green.png" width=200px height=200px usemap="#othermap" ><a id="6" href="a"><img src="resources/green.png" width=50px height=50px></a>
50 </div> 49 </div>
51 <a id="3" href="a"><img src="resources/green.png" width=50px height=50px></a > 50 <a id="3" href="a"><img src="resources/green.png" width=50px height=50px></a >
52 <div id="console"></div> 51 <div id="console"></div>
53 <div>This test tests that areas of an imagemap without an image using it, ar e not focusable, thus can not be reached with spatial navigation.</div> 52 <div>This test tests that areas of an imagemap without an image using it, ar e not focusable, thus can not be reached with spatial navigation.</div>
54 </body> 53 </body>
55 </html> 54 </html>
56 55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698