Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dynamic / insertAdjacentElement-expected.txt
index babbf30..25a55c7 100644 (file)
@@ -1,5 +1,7 @@
-Caught expected exception: SyntaxError: Failed to execute 'insertAdjacentElement' on 'HTMLElement': The value provided ('blah') is not one of 'beforeBegin', 'afterBegin', 'beforeEnd', or 'afterEnd'.
-Caught expected exception: TypeError: Failed to execute 'insertAdjacentElement' on 'HTMLElement': The node provided is null.
+Caught expected exception: SyntaxError: Failed to execute 'insertAdjacentElement' on 'Element': The value provided ('blah') is not one of 'beforeBegin', 'afterBegin', 'beforeEnd', or 'afterEnd'.
+Caught expected exception: TypeError: Failed to execute 'insertAdjacentElement' on 'Element': The node provided is null.
+Caught expected exception: TypeError: Failed to execute 'insertAdjacentElement' on 'Element': 2 arguments required, but only 1 present.
+Caught expected exception: TypeError: Failed to execute 'insertAdjacentElement' on 'Element': 2 arguments required, but only 0 present.
 1 (black) 2 (green) 3 (green) 4 (black) 
 
 PASS