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

Unified 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, 7 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
index 69e831bdf17f943653b835a12bdee3c7fb2f4eac..5b6aa8f9b2792590494191fcca8c047fb8ff8e40 100644
--- a/content/test/data/accessibility/event/inner-html-change-expected-win.txt
+++ b/content/test/data/accessibility/event/inner-html-change-expected-win.txt
@@ -1,6 +1,6 @@
-EVENT_OBJECT_HIDE on role=h1 name="A"
+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=H1 name="C"
EVENT_OBJECT_SHOW on role=P

Powered by Google App Engine
This is Rietveld 408576698