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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/svg-bounds-expected.txt

Issue 2287433003: Get rid of remaining uses of AXObject::elementRect (Closed)
Patch Set: Rebase Created 4 years, 3 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 Test 1 Test
2 This test ensures the accessibility bounds of embedded SVG objects are correct. 2 This test ensures the accessibility bounds of embedded SVG objects are correct.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 container location: (607, 107) 7 container location: (607, 107)
8 Face role: AXRole: AXButton 8 Face role: AXRole: AXButton
9 Face label: face 9 Face label: face
10 FaceX: 0 10 FaceX: 0
11 FaceY: 0 11 FaceY: 0
12 12
13 13
14 Eye role: AXRole: AXButton 14 Eye role: AXRole: AXButton
15 Eye label: left-eye 15 Eye label: left-eye
16 EyeX: 103 16 EyeX: 103
17 EyeY: 148 17 EyeY: 148
18 18
19 19
20 Nose role: AXRole: AXButton 20 Nose role: AXRole: AXButton
21 Nose label: nose 21 Nose label: nose
22 NoseX: 193 22 NoseX: 193
23 NoseY: 206 23 NoseY: 206
24 24
25 25
26 Mouth role: AXRole: AXButton 26 Mouth role: AXRole: AXButton
27 Mouth label: smile 27 Mouth label: smile
28 MouthX: 114 28 MouthX: 113
29 MouthY: 275 29 MouthY: 274
30 30
31 31
32 Text role: AXRole: AXStaticText 32 Text role: AXRole: AXStaticText
33 TextX/10: 15 33 TextX/10: 15
34 TextY/10: 11 34 TextY/10: 11
35 35
36 36
37 Image role: AXRole: AXImage 37 Image role: AXRole: AXImage
38 Image label: Test Image 38 Image label: Test Image
39 ImageX: 21 39 ImageX: 21
40 ImageY: 21 40 ImageY: 21
41 PASS successfullyParsed is true 41 PASS successfullyParsed is true
42 42
43 TEST COMPLETE 43 TEST COMPLETE
44 44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698