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

Side by Side Diff: content/test/data/accessibility/iframe-coordinates-expected-mac.txt

Issue 12084028: Fix accessibility coordinates within iframes. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 10 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 AXWebArea position=(0, 0) size=(800, 600) scroll=(0, 0)
2 AXGroup position=(0, 0) size=(300, 100)
3 AXButton position=(20, 20) size=(260, 60)
4 AXGroup position=(0, 100) size=(300, 100)
5 AXButton position=(20, 120) size=(260, 60)
6 AXGroup position=(0, 200) size=(800, 104)
aboxhall 2013/01/29 01:52:40 Where are these 4px coming from?
dmazzoni 2013/01/29 16:51:50 Borders, margins, and padding, oh my! Borders, mar
aboxhall 2013/01/29 17:43:26 Ok - I was just confused because it looked like yo
dmazzoni 2013/01/29 18:51:25 Seems reasonable. I fixed it to use nice, round nu
7 AXUnknown position=(0, 200) size=(300, 100)
8 AXUnknown position=(0, 0) size=(0, 0)
9 AXWebArea position=(0, 200) size=(300, 100) scroll=(0, 0)
10 AXGroup position=(0, 200) size=(300, 100)
11 AXButton position=(20, 220) size=(260, 60)
12 AXGroup position=(0, 304) size=(800, 54)
13 AXUnknown position=(0, 304) size=(150, 50)
14 AXUnknown position=(0, 0) size=(0, 0)
15 AXWebArea position=(0, 304) size=(300, 100) scroll=(150, 50)
aboxhall 2013/01/29 19:53:47 Where did the scroll coordinates go?
dmazzoni 2013/01/29 21:02:07 Oh, that was left over from my own internal debugg
16 AXGroup position=(-150, 254) size=(300, 100)
17 AXButton position=(-130, 274) size=(260, 60)
18 AXScrollBar position=(0, 0) size=(0, 0)
19 AXScrollBar position=(0, 0) size=(0, 0)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698