Index: LayoutTests/fast/dom/HTMLDialogElement/dialog-return-value-expected.txt |
diff --git a/LayoutTests/fast/dom/HTMLDialogElement/dialog-return-value-expected.txt b/LayoutTests/fast/dom/HTMLDialogElement/dialog-return-value-expected.txt |
index 37cf1bd5226521dfe5fed073dc73b881f921783b..96c05d19c2d6167591f02a9d3275e1c8351fd06d 100644 |
--- a/LayoutTests/fast/dom/HTMLDialogElement/dialog-return-value-expected.txt |
+++ b/LayoutTests/fast/dom/HTMLDialogElement/dialog-return-value-expected.txt |
@@ -12,7 +12,6 @@ |
PASS dialog.returnValue is '' |
PASS dialog.returnValue is 'null' |
PASS dialog.returnValue is 'Should not change because no argument to close()' |
-PASS dialog.returnValue is 'Should not change because of undefined argument to close()' |
PASS dialog.close('blah') threw exception InvalidStateError: Failed to execute 'close' on 'HTMLDialogElement': The element does not have an 'open' attribute, and therefore cannot be closed.. |
PASS dialog.returnValue is 'Should not change because close() is invalid' |
PASS successfullyParsed is true |