Update web-platform-tests expected data to revision 2a9fd810bb18610b422dbc3998ab74aa1bffae95

This commit is contained in:
James Graham
2015-04-24 15:54:58 +01:00
parent f837e575fe
commit 291ac06c01
109 changed files with 2512 additions and 2559 deletions

View File

@@ -1,21 +1,21 @@
[label-attributes.html]
type: testharness
[A label element with a \'for\' attribute should only be associated with a labelable element.]
[A label element with a 'for' attribute should only be associated with a labelable element.]
expected: FAIL
[A label element not in a document can not label any element in the document.]
expected: FAIL
[The labeled control for a label element that has no \'for\' attribute is the first labelable element which is a descendant of that label element.]
[The labeled control for a label element that has no 'for' attribute is the first labelable element which is a descendant of that label element.]
expected: FAIL
[The \'for\' attribute points to an inexistent id.]
[The 'for' attribute points to an inexistent id.]
expected: FAIL
[A non-control follows by a control with same ID.]
expected: FAIL
[The \'for\' attribute is an empty string.]
[The 'for' attribute is an empty string.]
expected: FAIL
[A form control has multiple labels.]
@@ -27,7 +27,7 @@
[A form control has no label 2.]
expected: FAIL
[A label\'s form attribute should return its form owner.]
[A label's form attribute should return its form owner.]
expected: FAIL
[Check that the labels property of a form control with no label returns a zero-length NodeList.]