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 @@
[toggleEvent.html]
type: testharness
expected: TIMEOUT
[Adding open to \'details\' should fire a toggle event at the \'details\' element]
[Adding open to 'details' should fire a toggle event at the 'details' element]
expected: NOTRUN
[Removing open from \'details\' should fire a toggle event at the \'details\' element]
[Removing open from 'details' should fire a toggle event at the 'details' element]
expected: NOTRUN
[Adding open to \'details\' (display:none) should fire a toggle event at the \'details\' element]
[Adding open to 'details' (display:none) should fire a toggle event at the 'details' element]
expected: NOTRUN
[Adding open from \'details\' (no children) should fire a toggle event at the \'details\' element]
[Adding open from 'details' (no children) should fire a toggle event at the 'details' element]
expected: NOTRUN
[Calling open twice on \'details\' fires only one toggle event]
[Calling open twice on 'details' fires only one toggle event]
expected: FAIL
[Adding open to \'details\' (not in the document) should fire a toggle event at the \'details\' element]
[Adding open to 'details' (not in the document) should fire a toggle event at the 'details' element]
expected: TIMEOUT

View file

@ -3,13 +3,13 @@
[close() fires a close event]
expected: FAIL
[close() on a <dialog> that doesn\'t have an open attribute throws an InvalidStateError exception]
[close() on a <dialog> that doesn't have an open attribute throws an InvalidStateError exception]
expected: FAIL
[close() removes the open attribute and set the returnValue to the first argument]
expected: FAIL
[close() without argument removes the open attribute and there\'s no returnValue]
[close() without argument removes the open attribute and there's no returnValue]
expected: FAIL
[close() should set the returnValue IDL attribute but not the JS property]