Index: LayoutTests/fast/dom/HTMLElement/insertAdjacentHTML-errors-expected.txt |
diff --git a/LayoutTests/fast/dom/HTMLElement/insertAdjacentHTML-errors-expected.txt b/LayoutTests/fast/dom/HTMLElement/insertAdjacentHTML-errors-expected.txt |
index b414afced7685895df58cd38c03c5fbd2622edc8..f1631938335293257b45e5e0e77ba3ff621a3f53 100644 |
--- a/LayoutTests/fast/dom/HTMLElement/insertAdjacentHTML-errors-expected.txt |
+++ b/LayoutTests/fast/dom/HTMLElement/insertAdjacentHTML-errors-expected.txt |
@@ -5,8 +5,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
PASS div.insertAdjacentHTML('beforeBegin', 'text') is undefined. |
PASS div.insertAdjacentHTML('afterEnd', 'text') is undefined. |
-PASS div.insertAdjacentHTML('FOO', 'text') threw exception Error: SyntaxError: DOM Exception 12. |
-PASS document.documentElement.insertAdjacentHTML('afterEnd', 'text') threw exception Error: NoModificationAllowedError: DOM Exception 7. |
+PASS div.insertAdjacentHTML('FOO', 'text') threw exception SyntaxError: An invalid or illegal string was specified.. |
+PASS document.documentElement.insertAdjacentHTML('afterEnd', 'text') threw exception NoModificationAllowedError: An attempt was made to modify an object where modifications are not allowed.. |
PASS successfullyParsed is true |
TEST COMPLETE |