mirror of
https://github.com/servo/servo
synced 2026-04-30 03:17:15 +02:00
Update web-platform-tests to revision 0159b3ec9ba5355a3340621226e02ae026effd7f
This commit is contained in:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user