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

Unified Diff: content/test/data/accessibility/html/input-text-value-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/input-text-value-expected-blink.txt
diff --git a/content/test/data/accessibility/html/input-text-value-expected-blink.txt b/content/test/data/accessibility/html/input-text-value-expected-blink.txt
index c76afc11b44fadf288cca5618b9d76e1e99f9e7d..669039a483fd33061e18e4c953855758bca74df2 100644
--- a/content/test/data/accessibility/html/input-text-value-expected-blink.txt
+++ b/content/test/data/accessibility/html/input-text-value-expected-blink.txt
@@ -1,18 +1,18 @@
-rootWebArea
+rootWebArea focusable
++genericContainer
++++labelText
++++++staticText name='l1'
++++++++inlineTextBox name='l1'
-++++textField name='l1'
+++++textField focusable name='l1'
++++labelText
++++++staticText name='l2'
++++++++inlineTextBox name='l2'
-++++textField name='l2'
+++++textField focusable name='l2'
++++++genericContainer
++++++++staticText name='value'
++++++++++inlineTextBox name='value'
-++++textField name='l2'
-++++textField name='l2'
+++++textField focusable name='l2'
+++++textField focusable name='l2'
++++++genericContainer
++++++++staticText name='value'
++++++++++inlineTextBox name='value'
@@ -20,13 +20,13 @@ rootWebArea
++++++staticText name='Email'
++++++++inlineTextBox name='Email'
++++genericContainer
-++++textField name='Email'
-++++textField name='Email'
+++++textField focusable name='Email'
+++++textField focusable name='Email'
++++++genericContainer
++++++++staticText name='value'
++++++++++inlineTextBox name='value'
-++++textField name='l5'
-++++textField name='l6'
+++++textField focusable multiline name='l5'
+++++textField focusable multiline name='l6'
++++++genericContainer
++++++++staticText name='Value'
-++++++++++inlineTextBox name='Value'
+++++++++++inlineTextBox name='Value'

Powered by Google App Engine
This is Rietveld 408576698