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 wordpress
3 PASS successfullyParsed is true
6 PASS document.elementFromPoint(x + 5, y - 5).id is 'outerBox'
7 PASS document.elementFromPoint(x + 5, y + 5).id is 'innerBox'
8 PASS document.elementFromPoint(x + 5, y + 95).id is 'innerBox'
9 PASS document.elementFromPoint(x + 5, y + 105).id is 'outerBox'
10 PASS document.elementFromPoint(x + 95, y - 5).id is 'outerBox'
11 PASS document.elementFromPoint(x + 95, y + 5).id is 'innerBox'
12 PASS document.elementFromPoint(x + 95, y + 95).id is 'innerBox'
13 PASS document.elementFromPoint(x + 95, y + 105).id is 'outerBox'
14 PASS document.elementFromPoint(x + 105, y - 5).id is 'container'
15 PASS document.elementFromPoint(x + 105, y + 5).id is 'innerBox'
16 PASS document.elementFromPoint(x + 105, y + 95).id is 'innerBox'
17 PASS document.elementFromPoint(x + 105, y + 105).id is 'container'
18 PASS document.elementFromPoint(x + 195, y - 5).id is 'container'
19 PASS document.elementFromPoint(x + 195, y + 5).id is 'innerBox'
20 PASS document.elementFromPoint(x + 195, y + 95).id is 'innerBox'
21 PASS document.elementFromPoint(x + 195, y + 105).id is 'container'
22 PASS successfullyParsed is true