OLD | NEW |
1 Test for bug 113591: https://bugs.webkit.org/show_bug.cgi?id=113591 REGRESSION (
r145870): Can't get insertion point to appear in some input and textareas on wor
dpress | 1 Test for bug 113591: https://bugs.webkit.org/show_bug.cgi?id=113591 REGRESSION (
r145870): Can't get insertion point to appear in some input and textareas on wor
dpress |
2 | 2 |
| 3 PASS successfullyParsed is true |
| 4 |
| 5 TEST COMPLETE |
3 PASS document.elementFromPoint(x + 5, y - 5).id is 'outerBox' | 6 PASS document.elementFromPoint(x + 5, y - 5).id is 'outerBox' |
4 PASS document.elementFromPoint(x + 5, y + 5).id is 'innerBox' | 7 PASS document.elementFromPoint(x + 5, y + 5).id is 'innerBox' |
5 PASS document.elementFromPoint(x + 5, y + 95).id is 'innerBox' | 8 PASS document.elementFromPoint(x + 5, y + 95).id is 'innerBox' |
6 PASS document.elementFromPoint(x + 5, y + 105).id is 'outerBox' | 9 PASS document.elementFromPoint(x + 5, y + 105).id is 'outerBox' |
7 PASS document.elementFromPoint(x + 95, y - 5).id is 'outerBox' | 10 PASS document.elementFromPoint(x + 95, y - 5).id is 'outerBox' |
8 PASS document.elementFromPoint(x + 95, y + 5).id is 'innerBox' | 11 PASS document.elementFromPoint(x + 95, y + 5).id is 'innerBox' |
9 PASS document.elementFromPoint(x + 95, y + 95).id is 'innerBox' | 12 PASS document.elementFromPoint(x + 95, y + 95).id is 'innerBox' |
10 PASS document.elementFromPoint(x + 95, y + 105).id is 'outerBox' | 13 PASS document.elementFromPoint(x + 95, y + 105).id is 'outerBox' |
11 PASS document.elementFromPoint(x + 105, y - 5).id is 'container' | 14 PASS document.elementFromPoint(x + 105, y - 5).id is 'container' |
12 PASS document.elementFromPoint(x + 105, y + 5).id is 'innerBox' | 15 PASS document.elementFromPoint(x + 105, y + 5).id is 'innerBox' |
13 PASS document.elementFromPoint(x + 105, y + 95).id is 'innerBox' | 16 PASS document.elementFromPoint(x + 105, y + 95).id is 'innerBox' |
14 PASS document.elementFromPoint(x + 105, y + 105).id is 'container' | 17 PASS document.elementFromPoint(x + 105, y + 105).id is 'container' |
15 PASS document.elementFromPoint(x + 195, y - 5).id is 'container' | 18 PASS document.elementFromPoint(x + 195, y - 5).id is 'container' |
16 PASS document.elementFromPoint(x + 195, y + 5).id is 'innerBox' | 19 PASS document.elementFromPoint(x + 195, y + 5).id is 'innerBox' |
17 PASS document.elementFromPoint(x + 195, y + 95).id is 'innerBox' | 20 PASS document.elementFromPoint(x + 195, y + 95).id is 'innerBox' |
18 PASS document.elementFromPoint(x + 195, y + 105).id is 'container' | 21 PASS document.elementFromPoint(x + 195, y + 105).id is 'container' |
19 PASS successfullyParsed is true | 22 PASS successfullyParsed is true |
20 | 23 |
21 TEST COMPLETE | 24 TEST COMPLETE |
22 PASS successfullyParsed is true | |
23 | |
24 TEST COMPLETE | |
25 | 25 |
OLD | NEW |