Index: LayoutTests/fast/dom/HTMLDialogElement/dialog-show-modal-expected.txt |
diff --git a/LayoutTests/fast/dom/HTMLDialogElement/dialog-show-modal-expected.txt b/LayoutTests/fast/dom/HTMLDialogElement/dialog-show-modal-expected.txt |
index 104b953ec76b470ff5a9e7c3ecad679fa77f23c8..76cb96a8ed3d57fff5fce41158b0f05a2aec9a24 100644 |
--- a/LayoutTests/fast/dom/HTMLDialogElement/dialog-show-modal-expected.txt |
+++ b/LayoutTests/fast/dom/HTMLDialogElement/dialog-show-modal-expected.txt |
@@ -6,10 +6,10 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
PASS computedStyle.getPropertyValue('display') is "none" |
PASS computedStyle.getPropertyValue('display') is "block" |
"If dialog already has an open attribute, then throw an InvalidStateError exception." |
-PASS dialog.showModal(); threw exception Error: InvalidStateError: DOM Exception 11. |
+PASS dialog.showModal(); threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable.. |
PASS computedStyle.getPropertyValue('display') is "none" |
"If dialog is not in a Document, then throw an InvalidStateError exception." |
-PASS dialog.showModal(); threw exception Error: InvalidStateError: DOM Exception 11. |
+PASS dialog.showModal(); threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable.. |
PASS dialog.open is false |
Although the document is not attached to any pages, showModal() should execute as normal. |
PASS dialog.open is true |