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

Side by Side Diff: content/test/data/accessibility/event/inner-html-change-expected-win.txt

Issue 2912243002: Fix todo's in AXPlatformNodeWin::get_accRole related to string results. (Closed)
Patch Set: Uppercase two more tests Created 3 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 EVENT_OBJECT_HIDE on role=h1 name="A" 1 EVENT_OBJECT_HIDE on role=H1 name="A"
2 EVENT_OBJECT_HIDE on role=P 2 EVENT_OBJECT_HIDE on role=P
3 IA2_EVENT_TEXT_REMOVED on role=ROLE_SYSTEM_GROUPING old_text={'<obj><obj>' start =0 end=2} 3 IA2_EVENT_TEXT_REMOVED on role=ROLE_SYSTEM_GROUPING old_text={'<obj><obj>' start =0 end=2}
4 IA2_EVENT_TEXT_INSERTED on role=ROLE_SYSTEM_GROUPING new_text={'<obj><obj>' star t=0 end=2} 4 IA2_EVENT_TEXT_INSERTED on role=ROLE_SYSTEM_GROUPING new_text={'<obj><obj>' star t=0 end=2}
5 EVENT_OBJECT_SHOW on role=h1 name="C" 5 EVENT_OBJECT_SHOW on role=H1 name="C"
6 EVENT_OBJECT_SHOW on role=P 6 EVENT_OBJECT_SHOW on role=P
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698