| Index: LayoutTests/fast/dynamic/insertAdjacentHTML-expected.txt
|
| diff --git a/LayoutTests/fast/dynamic/insertAdjacentHTML-expected.txt b/LayoutTests/fast/dynamic/insertAdjacentHTML-expected.txt
|
| index 95bc0b1faadc95962bb344cba1a1a89eb8c44f4e..a8053e61b3a50c9c2a4df8089db3198f53957789 100644
|
| --- a/LayoutTests/fast/dynamic/insertAdjacentHTML-expected.txt
|
| +++ b/LayoutTests/fast/dynamic/insertAdjacentHTML-expected.txt
|
| @@ -1,5 +1,7 @@
|
| Caught expected exception: SyntaxError: Failed to execute 'insertAdjacentHTML' on 'HTMLElement': The value provided ('blah') is not one of 'beforeBegin', 'afterBegin', 'beforeEnd', or 'afterEnd'.
|
| Caught expected exception: NoModificationAllowedError: Failed to execute 'insertAdjacentHTML' on 'HTMLElement': The element has no parent.
|
| +Caught expected exception: TypeError: Failed to execute 'insertAdjacentHTML' on 'HTMLElement': 2 arguments required, but only 0 present.
|
| +Caught expected exception: TypeError: Failed to execute 'insertAdjacentHTML' on 'HTMLElement': 2 arguments required, but only 1 present.
|
| 1 (black) 2 (green) 3 (green) 4 (black)
|
|
|
| PASS
|
|
|