OLD | NEW |
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 <link rel="stylesheet" href="../fast/js/resources/js-test-style.css"> | 4 <link rel="stylesheet" href="../fast/js/resources/js-test-style.css"> |
5 <script> | 5 <script> |
6 var successfullyParsed = false; | 6 var successfullyParsed = false; |
7 | 7 |
8 function removeAreaElement() { | 8 function removeAreaElement() { |
9 document.getElementById("test").innerHTML=1 | 9 document.getElementById("test").innerHTML=1 |
10 } | 10 } |
(...skipping 30 matching lines...) Expand all Loading... |
41 document.body.focus(); | 41 document.body.focus(); |
42 queryTitleOnDecendants(accessibilityController.focusedElement); | 42 queryTitleOnDecendants(accessibilityController.focusedElement); |
43 } | 43 } |
44 | 44 |
45 successfullyParsed = true; | 45 successfullyParsed = true; |
46 </script> | 46 </script> |
47 | 47 |
48 <script src="../fast/js/resources/js-test-post.js"></script> | 48 <script src="../fast/js/resources/js-test-post.js"></script> |
49 </body> | 49 </body> |
50 </html> | 50 </html> |
OLD | NEW |