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

Unified Diff: content/test/data/accessibility/iframe-coordinates-expected-win.txt

Issue 12084028: Fix accessibility coordinates within iframes. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Mac helper functions 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-win.txt
diff --git a/content/test/data/accessibility/iframe-coordinates-expected-win.txt b/content/test/data/accessibility/iframe-coordinates-expected-win.txt
new file mode 100644
index 0000000000000000000000000000000000000000..38d9a4983ff1a26488bd1e9d2277afbc11f38258
--- /dev/null
+++ b/content/test/data/accessibility/iframe-coordinates-expected-win.txt
@@ -0,0 +1,19 @@
+ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE location=(0, 0) size=(800, 600)
+ IA2_ROLE_SECTION location=(0, 0) size=(300, 100)
+ ROLE_SYSTEM_PUSHBUTTON name='Button' FOCUSABLE location=(20, 20) size=(260, 60)
+ IA2_ROLE_SECTION location=(0, 100) size=(300, 100)
+ ROLE_SYSTEM_PUSHBUTTON name='Button' FOCUSABLE location=(20, 120) size=(260, 60)
+ IA2_ROLE_SECTION location=(0, 200) size=(800, 105)
aboxhall 2013/01/29 17:43:27 Different UA stylesheet? :\
+ ROLE_SYSTEM_CLIENT FOCUSABLE location=(0, 200) size=(300, 100)
+ IA2_ROLE_SCROLL_PANE location=(0, 0) size=(0, 0)
+ ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE location=(0, 200) size=(300, 100)
+ IA2_ROLE_SECTION location=(0, 200) size=(300, 100)
+ ROLE_SYSTEM_PUSHBUTTON name='Button' FOCUSABLE location=(20, 220) size=(260, 60)
+ IA2_ROLE_SECTION location=(0, 305) size=(800, 55)
+ ROLE_SYSTEM_CLIENT FOCUSABLE location=(0, 305) size=(150, 50)
+ IA2_ROLE_SCROLL_PANE location=(0, 0) size=(0, 0)
+ ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE location=(0, 305) size=(300, 100)
+ IA2_ROLE_SECTION location=(-150, 255) size=(300, 100)
+ ROLE_SYSTEM_PUSHBUTTON name='Button' FOCUSABLE location=(-130, 275) size=(260, 60)
+ ROLE_SYSTEM_SCROLLBAR location=(0, 0) size=(0, 0)
+ ROLE_SYSTEM_SCROLLBAR location=(0, 0) size=(0, 0)

Powered by Google App Engine
This is Rietveld 408576698