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

Unified Diff: content/test/data/accessibility/event/css-display-expected-win.txt

Issue 859133003: Fire AX text inserted event when embedded obj char changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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/event/css-display-expected-win.txt
diff --git a/content/test/data/accessibility/event/css-display-expected-win.txt b/content/test/data/accessibility/event/css-display-expected-win.txt
index 169dda21dd8e04e98eced5be180fa2d4d95e2dec..8b623f2dfa59520d878b6447c3dd094b59b12d1b 100644
--- a/content/test/data/accessibility/event/css-display-expected-win.txt
+++ b/content/test/data/accessibility/event/css-display-expected-win.txt
@@ -1,3 +1,5 @@
EVENT_OBJECT_HIDE on role=div name="Heading"
+IA2_EVENT_TEXT_REMOVED on role=ROLE_SYSTEM_TOOLBAR old_text={'<obj>' start=0 end=1}
+IA2_EVENT_TEXT_INSERTED on role=ROLE_SYSTEM_TOOLBAR new_text={'<obj>' start=0 end=1}
EVENT_OBJECT_SHOW on role=ROLE_SYSTEM_GROUPING name="Banner"
EVENT_OBJECT_REORDER on role=ROLE_SYSTEM_TOOLBAR

Powered by Google App Engine
This is Rietveld 408576698