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