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

@ -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]