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

Unified Diff: content/test/data/accessibility/html/contenteditable-descendants-with-selection-expected-win.txt

Issue 2867073003: Name calculation should not include nameFrom:author descendants. (Closed)
Patch Set: Rebase 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/html/contenteditable-descendants-with-selection-expected-win.txt
diff --git a/content/test/data/accessibility/html/contenteditable-descendants-with-selection-expected-win.txt b/content/test/data/accessibility/html/contenteditable-descendants-with-selection-expected-win.txt
index 97adec54ea105c1e00f348af0a5bd802cbfd7d8e..82914951a5689d8af76ecacbb86ef65b56bbc31a 100644
--- a/content/test/data/accessibility/html/contenteditable-descendants-with-selection-expected-win.txt
+++ b/content/test/data/accessibility/html/contenteditable-descendants-with-selection-expected-win.txt
@@ -16,6 +16,6 @@ ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE ia2_hypertext='<obj0>' caret_offset=1 n_
++++++ROLE_SYSTEM_COLUMN n_selections=0
++++++IA2_ROLE_SECTION n_selections=0
++++ROLE_SYSTEM_LIST IA2_STATE_EDITABLE ia2_hypertext='<obj0>' caret_offset=1 n_selections=1 selection_start=0 selection_end=1
-++++++ROLE_SYSTEM_LISTITEM name='Editable list item.' IA2_STATE_EDITABLE ia2_hypertext='<obj0>Editable list item.' caret_offset=20 n_selections=1 selection_start=0 selection_end=20
+++++++ROLE_SYSTEM_LISTITEM IA2_STATE_EDITABLE ia2_hypertext='<obj0>Editable list item.' caret_offset=20 n_selections=1 selection_start=0 selection_end=20
++++++++ROLE_SYSTEM_STATICTEXT name='1' ia2_hypertext='1' n_selections=1 selection_start=0 selection_end=1
++++++++ROLE_SYSTEM_STATICTEXT name='Editable list item.' IA2_STATE_EDITABLE ia2_hypertext='Editable list item.' caret_offset=19 n_selections=1 selection_start=0 selection_end=19

Powered by Google App Engine
This is Rietveld 408576698