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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: content/test/data/accessibility/html/iframe-cross-process-expected-win.txt
diff --git a/content/test/data/accessibility/html/iframe-cross-process-expected-win.txt b/content/test/data/accessibility/html/iframe-cross-process-expected-win.txt
index 4a187c92353ac4e0afab6ca60f59ca33fc058d2f..a3a1159312f5249a75a5df4c664ffe9bff5548a6 100644
--- a/content/test/data/accessibility/html/iframe-cross-process-expected-win.txt
+++ b/content/test/data/accessibility/html/iframe-cross-process-expected-win.txt
@@ -1,11 +1,10 @@
-ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE
-++IA2_ROLE_PARAGRAPH
-++++ROLE_SYSTEM_STATICTEXT name='Before frame'
-++IA2_ROLE_SECTION
-++++IA2_ROLE_INTERNAL_FRAME READONLY
-++++++ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE
-++++++++IA2_ROLE_SECTION
-++++++++++ROLE_SYSTEM_STATICTEXT name='Text in iframe'
-++IA2_ROLE_PARAGRAPH
-++++ROLE_SYSTEM_STATICTEXT name='After frame'
-<-- End-of-file -->
+ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE ia2_hypertext='<obj0><obj1><obj2>'
+++IA2_ROLE_PARAGRAPH ia2_hypertext='Before frame'
+++++ROLE_SYSTEM_STATICTEXT name='Before frame' ia2_hypertext='Before frame'
+++IA2_ROLE_SECTION ia2_hypertext='<obj0>'
+++++IA2_ROLE_INTERNAL_FRAME name='Cross-process iframe' READONLY ia2_hypertext='<obj0>'
+++++++ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE ia2_hypertext='<obj0>'
+++++++++IA2_ROLE_SECTION ia2_hypertext='Text in iframe'
+++++++++++ROLE_SYSTEM_STATICTEXT name='Text in iframe' ia2_hypertext='Text in iframe'
+++IA2_ROLE_PARAGRAPH ia2_hypertext='After frame'
+++++ROLE_SYSTEM_STATICTEXT name='After frame' ia2_hypertext='After frame'

Powered by Google App Engine
This is Rietveld 408576698