| 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 <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" |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 shouldBe("endsWith(axSpin.maxValue, '9')", "true"); | 39 shouldBe("endsWith(axSpin.maxValue, '9')", "true"); |
| 40 shouldBe("endsWith(axSpin.valueDescription, '5 of 9')", "true"); | 40 shouldBe("endsWith(axSpin.valueDescription, '5 of 9')", "true"); |
| 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 <script src="../fast/js/resources/js-test-post.js"></script> | |
| 50 </body> | 49 </body> |
| 51 </html> | 50 </html> |
| OLD | NEW |