Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / location-missing-arguments-expected.txt
blobe50ba65256af958f60705361a72cdc4b82123822
1 PASS document.location.assign() threw exception TypeError: Failed to execute 'assign' on 'Location': 1 argument required, but only 0 present..
2 PASS document.location.replace() threw exception TypeError: Failed to execute 'replace' on 'Location': 1 argument required, but only 0 present..
3 PASS successfullyParsed is true
5 TEST COMPLETE