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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/computed-name.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: third_party/WebKit/LayoutTests/accessibility/computed-name.html
diff --git a/third_party/WebKit/LayoutTests/accessibility/computed-name.html b/third_party/WebKit/LayoutTests/accessibility/computed-name.html
index 5487b444e3993bc853109b929577e497e03c0687..af775adf237be062dd50136ba2b6da6c41158560 100644
--- a/third_party/WebKit/LayoutTests/accessibility/computed-name.html
+++ b/third_party/WebKit/LayoutTests/accessibility/computed-name.html
@@ -231,6 +231,10 @@
<input id="c7" data-expectedName="Placeholder7" type="text" title="Title7"
placeholder="Placeholder7" data-knownFailure>
+
+ <input id="c8" data-expectedName="ARIA Placeholder8" type="text" aria-placeholder="ARIA Placeholder8">
+ <input id="c5" data-expectedName="Placeholder9" type="text" aria-placeholder="ARIA Placeholder9" placeholder="Placeholder9" title="Title9">
+
</div>
<div id="labels">

Powered by Google App Engine
This is Rietveld 408576698