| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <script src="../resources/js-test.js"></script> | 4 <script src="../resources/js-test.js"></script> |
| 5 </head> | 5 </head> |
| 6 <body> | 6 <body> |
| 7 | 7 |
| 8 <input type="text" id="input" value="Line 1"> | 8 <input type="text" id="input" value="Line 1"> |
| 9 | 9 |
| 10 <p id="description"></p> | 10 <p id="description"></p> |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 shouldBeEqualToNumber("inputAccessible.selectionStartLineNum
ber", 0); | 36 shouldBeEqualToNumber("inputAccessible.selectionStartLineNum
ber", 0); |
| 37 shouldBeEqualToNumber("inputAccessible.selectionEndLineNumbe
r", 0); | 37 shouldBeEqualToNumber("inputAccessible.selectionEndLineNumbe
r", 0); |
| 38 } | 38 } |
| 39 } | 39 } |
| 40 | 40 |
| 41 } | 41 } |
| 42 </script> | 42 </script> |
| 43 | 43 |
| 44 </body> | 44 </body> |
| 45 </html> | 45 </html> |
| OLD | NEW |