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

Side by Side Diff: third_party/WebKit/LayoutTests/hittesting/inner-border-radius-hittest-expected.txt

Issue 2894543002: No extra space emission in TextIterator::HandleTextNode (Closed)
Patch Set: Should have done rebaseline Created 3 years, 7 months 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
OLDNEW
1 The inner border radius clip should be respected for hit testing. 1 The inner border radius clip should be respected for hit testing.
2 2
3 3
4 PASS successfullyParsed is true 4 PASS successfullyParsed is true
5 5
6 TEST COMPLETE 6 TEST COMPLETE
7 PASS document.elementFromPoint(x + 20, y + 20).id is 'container' 7 PASS document.elementFromPoint(x + 20, y + 20).id is 'container'
8 PASS document.elementFromPoint(x + 35, y + 35).id is 'roundedBoxWithoutScrollbar s' 8 PASS document.elementFromPoint(x + 35, y + 35).id is 'roundedBoxWithoutScrollbar s'
9 PASS document.elementFromPoint(x + 60, y + 60).id is 'roundedBoxWithoutScrollbar s' 9 PASS document.elementFromPoint(x + 60, y + 60).id is 'roundedBoxWithoutScrollbar s'
10 PASS document.elementFromPoint(x + 68, y + 68).id is 'roundedBoxChildWithoutScro llbars' 10 PASS document.elementFromPoint(x + 68, y + 68).id is 'roundedBoxChildWithoutScro llbars'
11 PASS document.elementFromPoint(x + 80, y + 80).id is 'roundedBoxChildWithoutScro llbars' 11 PASS document.elementFromPoint(x + 80, y + 80).id is 'roundedBoxChildWithoutScro llbars'
12 PASS document.elementFromPoint(x + 230, y + 230).id is 'roundedBoxChildWithoutSc rollbars' 12 PASS document.elementFromPoint(x + 230, y + 230).id is 'roundedBoxChildWithoutSc rollbars'
13 PASS document.elementFromPoint(x + 240, y + 240).id is 'roundedBoxWithoutScrollb ars' 13 PASS document.elementFromPoint(x + 240, y + 240).id is 'roundedBoxWithoutScrollb ars'
14 PASS document.elementFromPoint(x + 265, y + 265).id is 'roundedBoxWithoutScrollb ars' 14 PASS document.elementFromPoint(x + 265, y + 265).id is 'roundedBoxWithoutScrollb ars'
15 PASS document.elementFromPoint(x + 275, y + 275).id is 'container' 15 PASS document.elementFromPoint(x + 275, y + 275).id is 'container'
16 PASS document.elementFromPoint(x + 20, y + 20).id is 'container' 16 PASS document.elementFromPoint(x + 20, y + 20).id is 'container'
17 PASS document.elementFromPoint(x + 35, y + 35).id is 'roundedBoxWithScrollbars' 17 PASS document.elementFromPoint(x + 35, y + 35).id is 'roundedBoxWithScrollbars'
18 PASS document.elementFromPoint(x + 60, y + 60).id is 'roundedBoxWithScrollbars' 18 PASS document.elementFromPoint(x + 60, y + 60).id is 'roundedBoxWithScrollbars'
19 PASS document.elementFromPoint(x + 68, y + 68).id is 'roundedBoxWithScrollbarsCh ild' 19 PASS document.elementFromPoint(x + 68, y + 68).id is 'roundedBoxWithScrollbarsCh ild'
20 PASS document.elementFromPoint(x + 80, y + 80).id is 'roundedBoxWithScrollbarsCh ild' 20 PASS document.elementFromPoint(x + 80, y + 80).id is 'roundedBoxWithScrollbarsCh ild'
21 PASS document.elementFromPoint(x + 230, y + 230).id is 'roundedBoxWithScrollbars Child' 21 PASS document.elementFromPoint(x + 230, y + 230).id is 'roundedBoxWithScrollbars Child'
22 PASS document.elementFromPoint(x + 265, y + 265).id is 'roundedBoxWithScrollbars ' 22 PASS document.elementFromPoint(x + 265, y + 265).id is 'roundedBoxWithScrollbars '
23 PASS document.elementFromPoint(x + 275, y + 275).id is 'container' 23 PASS document.elementFromPoint(x + 275, y + 275).id is 'container'
24 PASS document.elementFromPoint(x + 150, y + 240).id is 'roundedBoxWithScrollbars ' 24 PASS document.elementFromPoint(x + 150, y + 240).id is 'roundedBoxWithScrollbars '
25 PASS document.elementFromPoint(x + 240, y + 150).id is 'roundedBoxWithScrollbars ' 25 PASS document.elementFromPoint(x + 240, y + 150).id is 'roundedBoxWithScrollbars '
26 26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698