Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / DOMImplementation / missing-arguments-expected.txt
blobc8da1dd7b1cb69dbd9541160d5530f3b72614cc1
1 PASS document.implementation.createDocument() threw exception TypeError: Failed to execute 'createDocument' on 'DOMImplementation': 2 arguments required, but only 0 present..
2 PASS document.implementation.createDocument('http://example.com/') threw exception TypeError: Failed to execute 'createDocument' on 'DOMImplementation': 2 arguments required, but only 1 present..
3 PASS document.implementation.createDocumentType() threw exception TypeError: Failed to execute 'createDocumentType' on 'DOMImplementation': 3 arguments required, but only 0 present..
4 PASS document.implementation.createDocumentType('svg:svg') threw exception TypeError: Failed to execute 'createDocumentType' on 'DOMImplementation': 3 arguments required, but only 1 present..
5 PASS document.implementation.createDocumentType('svg:svg', '-//W3C//DTD SVG 1.1//EN') threw exception TypeError: Failed to execute 'createDocumentType' on 'DOMImplementation': 3 arguments required, but only 2 present..
6 PASS successfullyParsed is true
8 TEST COMPLETE