Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(167)

Side by Side Diff: LayoutTests/fast/borders/border-radius-child-expected.txt

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698