Update web-platform-tests to revision 0159b3ec9ba5355a3340621226e02ae026effd7f

This commit is contained in:
Ms2ger
2015-09-22 16:41:09 +02:00
parent d588ce8d85
commit 43a50e298a
37 changed files with 1341 additions and 62 deletions

View File

@@ -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.");