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

Side by Side Diff: third_party/WebKit/LayoutTests/hittesting/image-with-clip-path-expected.txt

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 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 Image hit testing should not include clipped-out regions. 1 Image hit testing should not include clipped-out regions.
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(75, 125).id is not 'imageWithReferenceClipPath' 7 PASS document.elementFromPoint(75, 125).id is not 'imageWithReferenceClipPath'
8 PASS document.elementFromPoint(125, 75).id is 'imageWithReferenceClipPath' 8 PASS document.elementFromPoint(125, 75).id is 'imageWithReferenceClipPath'
9 PASS document.elementFromPoint(75+100, 125).id is not 'imageWithShapeClipPath' 9 PASS document.elementFromPoint(75+100, 125).id is not 'imageWithShapeClipPath'
10 PASS document.elementFromPoint(125+100, 75).id is 'imageWithShapeClipPath' 10 PASS document.elementFromPoint(125+100, 75).id is 'imageWithShapeClipPath'
11 PASS document.elementFromPoint(100, 225).id is not 'transformedWithReferenceClip Path' 11 PASS document.elementFromPoint(100, 225).id is not 'transformedWithReferenceClip Path'
12 PASS document.elementFromPoint(135, 175).id is not 'transformedWithReferenceClip Path' 12 PASS document.elementFromPoint(135, 175).id is not 'transformedWithReferenceClip Path'
13 PASS document.elementFromPoint(115, 175).id is 'transformedWithReferenceClipPath ' 13 PASS document.elementFromPoint(115, 175).id is 'transformedWithReferenceClipPath '
14 PASS document.elementFromPoint(120, 225).id is 'transformedWithReferenceClipPath ' 14 PASS document.elementFromPoint(120, 225).id is 'transformedWithReferenceClipPath '
15 PASS document.elementFromPoint(100+100, 225).id is not 'transformedWithShapeClip Path' 15 PASS document.elementFromPoint(100+100, 225).id is not 'transformedWithShapeClip Path'
16 PASS document.elementFromPoint(135+100, 175).id is not 'transformedWithShapeClip Path' 16 PASS document.elementFromPoint(135+100, 175).id is not 'transformedWithShapeClip Path'
17 PASS document.elementFromPoint(115+100, 175).id is 'transformedWithShapeClipPath ' 17 PASS document.elementFromPoint(115+100, 175).id is 'transformedWithShapeClipPath '
18 PASS document.elementFromPoint(120+100, 225).id is 'transformedWithShapeClipPath ' 18 PASS document.elementFromPoint(120+100, 225).id is 'transformedWithShapeClipPath '
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698