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

Unified Diff: content/test/data/accessibility/aria/input-text-aria-placeholder-expected-blink.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/aria/input-text-aria-placeholder-expected-blink.txt
diff --git a/content/test/data/accessibility/aria/input-text-aria-placeholder-expected-blink.txt b/content/test/data/accessibility/aria/input-text-aria-placeholder-expected-blink.txt
index 33157baba161f2bf4516178ad9fdd05530d380fe..9bc8de02743e298f305636a911e38140ee6bfb5d 100644
--- a/content/test/data/accessibility/aria/input-text-aria-placeholder-expected-blink.txt
+++ b/content/test/data/accessibility/aria/input-text-aria-placeholder-expected-blink.txt
@@ -1,19 +1,19 @@
rootWebArea
++textField name='aria-placeholder1'
++textField name='placeholder2'
-++++div
+++++genericContainer
++++++staticText name='placeholder2'
++++++++inlineTextBox name='placeholder2'
++textField name='aria-label3' placeholder='placeholder3'
-++++div
+++++genericContainer
++++++staticText name='placeholder3'
++++++++inlineTextBox name='placeholder3'
++textField name='aria-label4' placeholder='aria-placeholder4'
++textField description='aria-description5' name='aria-label5' placeholder='placeholder5'
-++++div
+++++genericContainer
++++++staticText name='placeholder5'
++++++++inlineTextBox name='placeholder5'
-++div
+++genericContainer
++++staticText name='aria-description5'
++++++inlineTextBox name='aria-description5'
-++textField description='title6' name='aria-placeholder6'
+++textField description='title6' name='aria-placeholder6'

Powered by Google App Engine
This is Rietveld 408576698