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

Unified 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, 11 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 side-by-side diff with in-line comments
Download patch
Index: content/test/data/accessibility/iframe-coordinates-expected-mac.txt
diff --git a/content/test/data/accessibility/iframe-coordinates-expected-mac.txt b/content/test/data/accessibility/iframe-coordinates-expected-mac.txt
new file mode 100644
index 0000000000000000000000000000000000000000..813df00d83b6689611df3895b631d48aeb0e1a7d
--- /dev/null
+++ b/content/test/data/accessibility/iframe-coordinates-expected-mac.txt
@@ -0,0 +1,19 @@
+AXWebArea position=(0, 0) size=(800, 600) scroll=(0, 0)
+ AXGroup position=(0, 0) size=(300, 100)
+ AXButton position=(20, 20) size=(260, 60)
+ AXGroup position=(0, 100) size=(300, 100)
+ AXButton position=(20, 120) size=(260, 60)
+ 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
+ AXUnknown position=(0, 200) size=(300, 100)
+ AXUnknown position=(0, 0) size=(0, 0)
+ AXWebArea position=(0, 200) size=(300, 100) scroll=(0, 0)
+ AXGroup position=(0, 200) size=(300, 100)
+ AXButton position=(20, 220) size=(260, 60)
+ AXGroup position=(0, 304) size=(800, 54)
+ AXUnknown position=(0, 304) size=(150, 50)
+ AXUnknown position=(0, 0) size=(0, 0)
+ 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
+ AXGroup position=(-150, 254) size=(300, 100)
+ AXButton position=(-130, 274) size=(260, 60)
+ AXScrollBar position=(0, 0) size=(0, 0)
+ AXScrollBar position=(0, 0) size=(0, 0)

Powered by Google App Engine
This is Rietveld 408576698