OLD | NEW |
| 1 CONSOLE MESSAGE: line 48: Wrong focus offset: 5 instead of 4 |
1 CONSOLE MESSAGE: line 44: Wrong node selected. | 2 CONSOLE MESSAGE: line 44: Wrong node selected. |
2 CONSOLE MESSAGE: line 46: Wrong anchor offset: 8 instead of 0 | 3 CONSOLE MESSAGE: line 46: Wrong anchor offset: 8 instead of 0 |
| 4 CONSOLE MESSAGE: line 48: Wrong focus offset: 5 instead of 4 |
3 CONSOLE MESSAGE: line 41: Wrong end node type: [object HTMLBRElement] | 5 CONSOLE MESSAGE: line 41: Wrong end node type: [object HTMLBRElement] |
4 CONSOLE MESSAGE: line 44: Wrong node selected. | 6 CONSOLE MESSAGE: line 44: Wrong node selected. |
5 | <html> | 7 | <html> |
6 | <head> | 8 | <head> |
7 | <body> | 9 | <body> |
8 | <p> | 10 | <p> |
9 | "This test tries to indent lines within pre tags. This test passes if i
t | 11 | "This test tries to indent lines within pre tags. This test passes if i
t |
10 does not crash." | 12 does not crash." |
11 | " | 13 | " |
12 " | 14 " |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 execMoveSelectionForwardByLineCommand(); | 161 execMoveSelectionForwardByLineCommand(); |
160 execExtendSelectionForwardByLineCommand(); | 162 execExtendSelectionForwardByLineCommand(); |
161 execExtendSelectionForwardByLineCommand(); | 163 execExtendSelectionForwardByLineCommand(); |
162 // FIXME: This is wrong. The pre tags get copied when they shouldn't be. | 164 // FIXME: This is wrong. The pre tags get copied when they shouldn't be. |
163 // See https://bugs.webkit.org/show_bug.cgi?id=42009 | 165 // See https://bugs.webkit.org/show_bug.cgi?id=42009 |
164 document.execCommand("indent"); | 166 document.execCommand("indent"); |
165 document.getElementById("results").innerText = "PASSED (did not crash)"; | 167 document.getElementById("results").innerText = "PASSED (did not crash)"; |
166 " | 168 " |
167 | " | 169 | " |
168 " | 170 " |
OLD | NEW |