| 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">
|
|
|