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

Unified Diff: LayoutTests/accessibility/aria-labelledby-on-input.html

Issue 836553002: Accessible name not calculated properly (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated as per review comments Created 5 years, 11 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
« no previous file with comments | « no previous file | LayoutTests/accessibility/aria-labelledby-on-input-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/accessibility/aria-labelledby-on-input.html
diff --git a/LayoutTests/accessibility/aria-labelledby-on-input.html b/LayoutTests/accessibility/aria-labelledby-on-input.html
index 72b7e0eeb2ba41c8799e05101b0bae8227a3161a..6e4ad9bd4f0721184d8de573d495aae5c4dcea03 100644
--- a/LayoutTests/accessibility/aria-labelledby-on-input.html
+++ b/LayoutTests/accessibility/aria-labelledby-on-input.html
@@ -4,8 +4,9 @@
testRunner.dumpAsText();
</script>
<body>
+ <span id="note" title="Note:"></span>
<span id="message">This computer will self-destruct in</span>
- <input id="time" type="text" value="10" aria-labelledby="message time unit"/>
+ <input id="time" type="text" value="10" aria-labelledby="note message time unit"/>
<span id="unit"> minutes.</span>
<div id="result"></div>
« no previous file with comments | « no previous file | LayoutTests/accessibility/aria-labelledby-on-input-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698