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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/name-calc-native-markup-input-buttons.html

Issue 1939303002: Enable accessible name of a control to include multiple <label> elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
Index: third_party/WebKit/LayoutTests/accessibility/name-calc-native-markup-input-buttons.html
diff --git a/third_party/WebKit/LayoutTests/accessibility/name-calc-native-markup-input-buttons.html b/third_party/WebKit/LayoutTests/accessibility/name-calc-native-markup-input-buttons.html
index bc7d1aa169b9a9c00ac3518713bf2499aaad0323..70c427675ec8fbfeaf38385cca97d5537b43b6dc 100644
--- a/third_party/WebKit/LayoutTests/accessibility/name-calc-native-markup-input-buttons.html
+++ b/third_party/WebKit/LayoutTests/accessibility/name-calc-native-markup-input-buttons.html
@@ -79,7 +79,7 @@ test(function(t) {
assert_equals(axButtonInput6.nameFrom, "relatedElement");
}, "Input button with label wrapped and no value");
</script>
-
+<!--
aboxhall 2016/05/13 20:19:16 Commented out?
dmazzoni 2016/05/13 22:22:42 Done.
<div class="container">
<input id="button7" type="button" value="button-value7">
<label for="button7">button-label-7</label>
@@ -227,7 +227,7 @@ test(function(t) {
assert_equals(axImageInput5.nameFrom, "value");
}, "Image input with title only");
</script>
-
+-->
<script>
if (window.testRunner)
document.body.className = "hideAllContainers";

Powered by Google App Engine
This is Rietveld 408576698