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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/computed-name.html

Issue 1435113003: Make use of new AX name calc in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix issue with ariaTextAlternative Created 5 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 0edc0e0b61917f741370528a5179794cf855bc92..5487b444e3993bc853109b929577e497e03c0687 100644
--- a/third_party/WebKit/LayoutTests/accessibility/computed-name.html
+++ b/third_party/WebKit/LayoutTests/accessibility/computed-name.html
@@ -223,7 +223,7 @@
aria-labelledby="lb3">
<input id="c4" data-expectedName="Placeholder4" type="text" placeholder="Placeholder4">
- <input id="c5" data-expectedName="Title5" type="text" placeholder="Placeholder5" title="Title5">
+ <input id="c5" data-expectedName="Placeholder5" type="text" placeholder="Placeholder5" title="Title5">
<input id="c6" data-expectedName="LabelledBy6" type="text" title="Title6"
aria-label="AriaLabel6" aria-labelledby="lb6"

Powered by Google App Engine
This is Rietveld 408576698