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

Unified Diff: content/test/data/accessibility/html/contenteditable-descendants-expected-blink.txt

Issue 2931893002: More precise use of multiline state (Closed)
Patch Set: Remove unnecessary changes Created 3 years, 5 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-expected-blink.txt
diff --git a/content/test/data/accessibility/html/contenteditable-descendants-expected-blink.txt b/content/test/data/accessibility/html/contenteditable-descendants-expected-blink.txt
index f38d219a817c308a2f1f6fa18c85e6c884d48681..6ac67df01795421b7a17f360edca69e06c5b291f 100644
--- a/content/test/data/accessibility/html/contenteditable-descendants-expected-blink.txt
+++ b/content/test/data/accessibility/html/contenteditable-descendants-expected-blink.txt
@@ -1,10 +1,10 @@
rootWebArea
-++genericContainer editable richlyEditable
+++genericContainer editable multiline richlyEditable
++++paragraph editable richlyEditable
++++++staticText editable richlyEditable name='A contenteditable with a '
++++++++inlineTextBox name='A contenteditable with a '
-++++++link editable richlyEditable name='link'
-++++++++staticText editable richlyEditable name='link'
+++++++link editable linked richlyEditable name='link'
+++++++++staticText editable linked richlyEditable name='link'
++++++++++inlineTextBox name='link'
++++++staticText editable richlyEditable name=' and an '
++++++++inlineTextBox name=' and an '
@@ -29,6 +29,6 @@ rootWebArea
++paragraph
++++staticText name='Non-editable paragraph.'
++++++inlineTextBox name='Non-editable paragraph.'
-++paragraph editable richlyEditable
+++paragraph editable multiline richlyEditable
++++staticText editable richlyEditable name='Should keep the role but change the state.'
-++++++inlineTextBox name='Should keep the role but change the state.'
+++++++inlineTextBox name='Should keep the role but change the state.'

Powered by Google App Engine
This is Rietveld 408576698