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

Unified Diff: content/test/data/accessibility/event/inner-html-change-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/inner-html-change-expected-win.txt
diff --git a/content/test/data/accessibility/event/inner-html-change-expected-win.txt b/content/test/data/accessibility/event/inner-html-change-expected-win.txt
new file mode 100644
index 0000000000000000000000000000000000000000..69e831bdf17f943653b835a12bdee3c7fb2f4eac
--- /dev/null
+++ b/content/test/data/accessibility/event/inner-html-change-expected-win.txt
@@ -0,0 +1,6 @@
+EVENT_OBJECT_HIDE on role=h1 name="A"
+EVENT_OBJECT_HIDE on role=P
+IA2_EVENT_TEXT_REMOVED on role=ROLE_SYSTEM_GROUPING old_text={'<obj><obj>' start=0 end=2}
+IA2_EVENT_TEXT_INSERTED on role=ROLE_SYSTEM_GROUPING new_text={'<obj><obj>' start=0 end=2}
+EVENT_OBJECT_SHOW on role=h1 name="C"
+EVENT_OBJECT_SHOW on role=P

Powered by Google App Engine
This is Rietveld 408576698