| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |