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

Side by Side Diff: LayoutTests/accessibility/svg-remote-element.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> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <body> 3 <body>
4 <script src="../fast/js/resources/js-test-pre.js"></script> 4 <script src="../resources/js-test.js"></script>
5 5
6 <img tabindex="0" id="svg-image" alt="interactive SVG" > 6 <img tabindex="0" id="svg-image" alt="interactive SVG" >
7 7
8 <div id="console"></div> 8 <div id="console"></div>
9 <script> 9 <script>
10 10
11 description("This test ensures that accessibility elements can be created out of what a remote SVG image defines.") 11 description("This test ensures that accessibility elements can be created out of what a remote SVG image defines.")
12 window.jsTestIsAsync = true; 12 window.jsTestIsAsync = true;
13 13
14 // Return the page's relative coordinates. If we rely on the x() or y() of the a ccessibility object, then 14 // Return the page's relative coordinates. If we rely on the x() or y() of the a ccessibility object, then
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 if (window.accessibilityController) { 63 if (window.accessibilityController) {
64 document.getElementById("svg-image").addEventListener("load", runAXTest); 64 document.getElementById("svg-image").addEventListener("load", runAXTest);
65 } 65 }
66 document.getElementById("svg-image").src = "resources/svg-face.svg"; 66 document.getElementById("svg-image").src = "resources/svg-face.svg";
67 67
68 </script> 68 </script>
69 69
70 </body> 70 </body>
71 </html> 71 </html>
72 72
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/svg-path-crash.html ('k') | LayoutTests/accessibility/table-cell-for-column-and-row-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698