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

Side by Side Diff: content/test/data/accessibility/html/iframe-cross-process-expected-win.txt

Issue 2040523002: Improves computation of IAccessible2 Hypertext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed expectations on Windows for hopefully the last time. Created 4 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
1 ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE 1 ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE ia2_hypertext='<obj0><obj1><obj2>'
2 ++IA2_ROLE_PARAGRAPH 2 ++IA2_ROLE_PARAGRAPH ia2_hypertext='Before frame'
3 ++++ROLE_SYSTEM_STATICTEXT name='Before frame' 3 ++++ROLE_SYSTEM_STATICTEXT name='Before frame' ia2_hypertext='Before frame'
4 ++IA2_ROLE_SECTION 4 ++IA2_ROLE_SECTION ia2_hypertext='<obj0>'
5 ++++IA2_ROLE_INTERNAL_FRAME READONLY 5 ++++IA2_ROLE_INTERNAL_FRAME name='Cross-process iframe' READONLY ia2_hypertext=' <obj0>'
6 ++++++ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE 6 ++++++ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE ia2_hypertext='<obj0>'
7 ++++++++IA2_ROLE_SECTION 7 ++++++++IA2_ROLE_SECTION ia2_hypertext='Text in iframe'
8 ++++++++++ROLE_SYSTEM_STATICTEXT name='Text in iframe' 8 ++++++++++ROLE_SYSTEM_STATICTEXT name='Text in iframe' ia2_hypertext='Text in if rame'
9 ++IA2_ROLE_PARAGRAPH 9 ++IA2_ROLE_PARAGRAPH ia2_hypertext='After frame'
10 ++++ROLE_SYSTEM_STATICTEXT name='After frame' 10 ++++ROLE_SYSTEM_STATICTEXT name='After frame' ia2_hypertext='After frame'
11 <-- End-of-file -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698