Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dynamic / insertAdjacentHTML-expected.txt
blobc61714a5694d56eb804ddbd66f0d63f6793acb2a
1 Caught expected exception: SyntaxError: Failed to execute 'insertAdjacentHTML' on 'Element': The value provided ('blah') is not one of 'beforeBegin', 'afterBegin', 'beforeEnd', or 'afterEnd'.
2 Caught expected exception: NoModificationAllowedError: Failed to execute 'insertAdjacentHTML' on 'Element': The element has no parent.
3 Caught expected exception: TypeError: Failed to execute 'insertAdjacentHTML' on 'Element': 2 arguments required, but only 0 present.
4 Caught expected exception: TypeError: Failed to execute 'insertAdjacentHTML' on 'Element': 2 arguments required, but only 1 present.
5 1 (black) 2 (green) 3 (green) 4 (black) 
7 PASS