Index: LayoutTests/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt |
diff --git a/LayoutTests/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt b/LayoutTests/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt |
index e754e29e0ff58e7fbe943dc3da1557bb51e9742e..d19ecd869c4fa8e7c5d26f84eae85cfaba53cca6 100644 |
--- a/LayoutTests/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt |
+++ b/LayoutTests/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt |
@@ -1,2 +1,2 @@ |
-CONSOLE ERROR: line 9: Uncaught NoModificationAllowedError: Failed to execute 'insertAdjacentHTML' on 'HTMLElement': The element has no parent. |
+CONSOLE ERROR: line 9: Uncaught NoModificationAllowedError: Failed to execute 'insertAdjacentHTML' on 'Element': The element has no parent. |
This test passes if it doesn't crash (or ASSERT). |