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="../resources/js-test.js"></script> |
5 | 5 |
6 <button id="untitled"></button> | 6 <button id="untitled"></button> |
7 | 7 |
8 <div id="spin" | 8 <div id="spin" |
9 tabindex="0" | 9 tabindex="0" |
10 role="spinbutton" | 10 role="spinbutton" |
11 aria-valuetext="5 of 9" | 11 aria-valuetext="5 of 9" |
12 aria-valuemin="1" | 12 aria-valuemin="1" |
13 aria-valuemax="9" | 13 aria-valuemax="9" |
14 aria-valuenow="5">42</div> | 14 aria-valuenow="5">42</div> |
(...skipping 26 matching lines...) Expand all Loading... |
41 | 41 |
42 // Make sure the title doesn't come from the inner text. It should just be e
mpty if | 42 // Make sure the title doesn't come from the inner text. It should just be e
mpty if |
43 // not otherwise specified. | 43 // not otherwise specified. |
44 shouldBe("axSpin.title", "axUntitled.title"); | 44 shouldBe("axSpin.title", "axUntitled.title"); |
45 } | 45 } |
46 | 46 |
47 </script> | 47 </script> |
48 | 48 |
49 </body> | 49 </body> |
50 </html> | 50 </html> |
OLD | NEW |