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

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

Powered by Google App Engine
This is Rietveld 408576698