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

Unified Diff: content/test/data/accessibility/html/contenteditable-with-embedded-contenteditables-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-with-embedded-contenteditables-expected-blink.txt
diff --git a/content/test/data/accessibility/html/contenteditable-with-embedded-contenteditables-expected-blink.txt b/content/test/data/accessibility/html/contenteditable-with-embedded-contenteditables-expected-blink.txt
index 2d028224782706970a3747160f3a2fb4475eb795..521e85036caa30e8b23224ec03cfeccee4b3893a 100644
--- a/content/test/data/accessibility/html/contenteditable-with-embedded-contenteditables-expected-blink.txt
+++ b/content/test/data/accessibility/html/contenteditable-with-embedded-contenteditables-expected-blink.txt
@@ -1,5 +1,5 @@
rootWebArea
-++genericContainer editable richlyEditable
+++genericContainer editable multiline richlyEditable
++++paragraph editable richlyEditable
++++++staticText editable richlyEditable name='This is editable.'
++++++++inlineTextBox name='This is editable.'
@@ -7,9 +7,9 @@ rootWebArea
++++++inlineTextBox name='This is not editable.'
++++lineBreak name='<newline>'
++++++inlineTextBox name='<newline>'
-++++paragraph editable richlyEditable
+++++paragraph editable multiline richlyEditable
++++++staticText editable richlyEditable name='But this one is.'
++++++++inlineTextBox name='But this one is.'
-++++paragraph editable richlyEditable
+++++paragraph editable multiline richlyEditable
++++++staticText editable richlyEditable name='So is this one.'
++++++++inlineTextBox name='So is this one.'

Powered by Google App Engine
This is Rietveld 408576698