Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / workers / worker-constructor-expected.txt
blob708955fe168f19fe9aaafe8d396f72e2588338b8
1 Test Worker constructor functionality. Should print a series of PASS messages, followed with DONE.
3 PASS: toString exception propagated correctly.
4 PASS: trying to create workers recursively resulted in an exception (RangeError: Maximum call stack size exceeded)
5 PASS: invoking Worker constructor without arguments resulted in an exception (TypeError: Failed to construct 'Worker': 1 argument required, but only 0 present.)
6 PASS: onerror invoked for an empty script URL, resolving to this HTML document's URL.
7 PASS: invoking Worker constructor with invalid script URL resulted in an exception (SyntaxError: Failed to construct 'Worker': 'http://invalid:123$' is not a valid URL.)
8 PASS: onerror invoked for a script that could not be loaded.
9 PASS: Successfully created worker.
10 DONE