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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-label-element/label-attributes.html

Issue 1372043002: update-w3c-deps import using blink 0131ca248edfe6c594fa8a6e5780f55c0f4d01eb: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebaseline Created 5 years, 3 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/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.");

Powered by Google App Engine
This is Rietveld 408576698