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

Side by Side Diff: LayoutTests/fast/spatial-navigation/snav-media-elements.html

Issue 58533003: Move fast/js/resources files to resources. (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 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../js/resources/js-test-pre.js"></script> 4 <script src="../../resources/js-test.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 ["Up", "start"], 9 ["Up", "start"],
10 ["Down", "v1"], 10 ["Down", "v1"],
11 ["Down", "i2"], 11 ["Down", "i2"],
12 ["Down", "v3"], 12 ["Down", "v3"],
13 ["Down", "i4"], 13 ["Down", "i4"],
14 ["Down", "v5"], 14 ["Down", "v5"],
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 <!-- 'a9' is not focussable: no controls attribute as well no tab index. 63 <!-- 'a9' is not focussable: no controls attribute as well no tab index.
64 Key down from 'i8' should go to 'end'. --> 64 Key down from 'i8' should go to 'end'. -->
65 <audio id="a9" src="../../media/content/test.mp4"></audio> 65 <audio id="a9" src="../../media/content/test.mp4"></audio>
66 66
67 <p>This is a link <a id="end" href="a">End of Test</a>.</p> 67 <p>This is a link <a id="end" href="a">End of Test</a>.</p>
68 68
69 <div id="console"></div> 69 <div id="console"></div>
70 <p>This tests that a media elements ie: <code>&lt;Audio&gt;</code> or <code> &lt;video&gt;</code>, without tabindex are able to be reached through keyboard a ccess</p> 70 <p>This tests that a media elements ie: <code>&lt;Audio&gt;</code> or <code> &lt;video&gt;</code>, without tabindex are able to be reached through keyboard a ccess</p>
71 </body> 71 </body>
72 </html> 72 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/spatial-navigation/snav-input.html ('k') | LayoutTests/fast/spatial-navigation/snav-multiple-select.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698