Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-label-element/label-attributes.html |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-label-element/label-attributes.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-label-element/label-attributes.html |
index 5335d56fda00adc883ed7bd7a69274a0d8f2fdbe..fea872afa5949df37519ac8a376088d150b215af 100644 |
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-label-element/label-attributes.html |
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-label-element/label-attributes.html |
@@ -105,7 +105,7 @@ |
test(function () { |
assert_equals(document.getElementById("test5").labels.length, 0, |
- "The number of labels should be 0 if the form control has an ancestor label elment that the for attribute points to another control."); |
+ "The number of labels should be 0 if the form control has an ancestor label element that the for attribute points to another control."); |
assert_equals(document.getElementById("lbl2").control, null, |
"The labeled cotrol should be associated with the control whose ID is equal to the value of the 'for' attribute."); |
}, "A form control has no label 2."); |