Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / borders / border-radius-child-expected.txt
blobb0198d8b34763995e02196eb5e242612ddd47507
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
5 TEST COMPLETE
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
24 TEST COMPLETE