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

Unified Diff: content/test/data/accessibility/html/input-text-name-calc.html

Issue 2492083002: Implement aria-placeholder (Closed)
Patch Set: Rebaseline android placeholder test Created 4 years, 1 month 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-name-calc.html
diff --git a/content/test/data/accessibility/html/input-text-name-calc.html b/content/test/data/accessibility/html/input-text-name-calc.html
index a08d03d88e7b3a84ecc026d3e077eaa3eefe7027..04ca17a33fdadfc2c96128faf3ae989453ccd0cd 100644
--- a/content/test/data/accessibility/html/input-text-name-calc.html
+++ b/content/test/data/accessibility/html/input-text-name-calc.html
@@ -11,6 +11,8 @@
aria-labelledby="lb3">
<input id="c4" type="text" placeholder="Placeholder4">
+ <input id="c4a" type="text" aria-placeholder="ARIA Placeholder4a">
+ <input id="c4b" type="text" aria-placeholder="ARIA Placeholder4b" placeholder="Placeholder4b">
<input id="c5" type="text" placeholder="Placeholder5" title="Title5">
<input id="c6" type="text" title="Title6"

Powered by Google App Engine
This is Rietveld 408576698