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

Side by Side Diff: LayoutTests/accessibility/svg-remote-element.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 <!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="../fast/js/resources/js-test-pre.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
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 finishJSTest(); 60 finishJSTest();
61 } 61 }
62 62
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 <script src="../fast/js/resources/js-test-post.js"></script>
71 </body> 70 </body>
72 </html> 71 </html>
73 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