| 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 <textarea id="textarea" rows="3" cols="40"> | 8 <textarea id="textarea" rows="3" cols="40"> |
| 9 Line 1 | 9 Line 1 |
| 10 Line 2 | 10 Line 2 |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 shouldBeZero("emptyTextareaAccessible.selectionStart"); | 83 shouldBeZero("emptyTextareaAccessible.selectionStart"); |
| 84 shouldBeZero("emptyTextareaAccessible.selectionEnd"); | 84 shouldBeZero("emptyTextareaAccessible.selectionEnd"); |
| 85 shouldBeZero("emptyTextareaAccessible.selectionStartLineNumber"); | 85 shouldBeZero("emptyTextareaAccessible.selectionStartLineNumber"); |
| 86 shouldBeZero("emptyTextareaAccessible.selectionEndLineNumber"); | 86 shouldBeZero("emptyTextareaAccessible.selectionEndLineNumber"); |
| 87 | 87 |
| 88 } | 88 } |
| 89 </script> | 89 </script> |
| 90 | 90 |
| 91 </body> | 91 </body> |
| 92 </html> | 92 </html> |
| OLD | NEW |