OLD | NEW |
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 |
OLD | NEW |