Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Document / createCDATASection-expected.txt
blob8cb82a997c60ab072cf929c277e3cbcf99f8648b
1 PASS "createCDATASection" in window.xmlDoc is true
2 PASS window.xmlDoc.createCDATASection("Hello").data is "Hello"
3 PASS window.xmlDoc.createCDATASection("Ha]]>o") threw exception InvalidCharacterError: Failed to execute 'createCDATASection' on 'Document': String cannot contain ']]>' since that is the end delimiter of a CData section..
4 PASS window.xmlDoc.createCDATASection(null).data is "null"
5 PASS successfullyParsed is true
7 TEST COMPLETE