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

Side by Side Diff: LayoutTests/fast/canvas/canvas-hit-regions-accessibility-test-expected.txt

Issue 300223009: Implement basic parts of hit regions on canvas2d. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: exclude clipping region part Created 6 years, 6 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
(Empty)
1 Just one button tests.
2 PASS axbutton1.x is 8
3 PASS axbutton1.y is 8
4 PASS axbutton1.width is 200
5 PASS axbutton1.height is 200
6
7 The container1 has two buttons.
8 PASS axbutton2.x is 8
9 PASS axbutton2.y is 8
10 PASS axbutton2.width is 100
11 PASS axbutton2.height is 50
12 PASS axbutton3.x is 48
13 PASS axbutton3.y is 28
14 PASS axbutton3.width is 50
15 PASS axbutton3.height is 70
16 PASS axcontainer1.x is 8
17 PASS axcontainer1.y is 8
18 PASS axcontainer1.width is 100
19 PASS axcontainer1.height is 90
20
21 Remove the button2 from the container1.
22 PASS axcontainer1.x is 48
23 PASS axcontainer1.y is 28
24 PASS axcontainer1.width is 50
25 PASS axcontainer1.height is 70
26
27 Depth-two container tests.
28 PASS axbutton4.x is 8
29 PASS axbutton4.y is 8
30 PASS axbutton4.width is 100
31 PASS axbutton4.height is 50
32 PASS axbutton5.x is 48
33 PASS axbutton5.y is 28
34 PASS axbutton5.width is 50
35 PASS axbutton5.height is 70
36 PASS axbutton6.x is 28
37 PASS axbutton6.y is 18
38 PASS axbutton6.width is 140
39 PASS axbutton6.height is 30
40 PASS axcontainer2.x is 8
41 PASS axcontainer2.y is 8
42 PASS axcontainer2.width is 160
43 PASS axcontainer2.height is 90
44 PASS axcontainer3.x is 8
45 PASS axcontainer3.y is 8
46 PASS axcontainer3.width is 100
47 PASS axcontainer3.height is 90
48
49 PASS successfullyParsed is true
50
51 TEST COMPLETE
52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698