+2009-07-29 Jian Li <jianli@chromium.org>
+
+ Reviewed by Darin Adler.
+
+ Workers need to throw an exception when presented with invalid URLs.
+ https://bugs.webkit.org/show_bug.cgi?id=27770
+
+ Update worker-constructor.html and worker-redirect.html per the behavior change.
+
+ * fast/workers/worker-constructor-expected.txt:
+ * fast/workers/worker-constructor.html:
+ * http/tests/workers/worker-redirect-expected.txt:
+ * http/tests/workers/worker-redirect.html:
+
2009-07-29 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Justin Garcia.