[webkit-reviews] review requested: [Bug 30303] <img src=""> requests main document resource unnecessarily : [Attachment 60129] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 30 10:19:13 PDT 2010


Nate Chapin <japhet at chromium.org> has asked  for review:
Bug 30303: <img src=""> requests main document resource unnecessarily
https://bugs.webkit.org/show_bug.cgi?id=30303

Attachment 60129: patch
https://bugs.webkit.org/attachment.cgi?id=60129&action=review

------- Additional Comments from Nate Chapin <japhet at chromium.org>
This patch changes the results of a few existing layout tests, because they
assumed empty urls were resolved and loaded.

Included in this change, I converted the following fast/tokenizer/ tests to
dumpAsText() tests: 002.html, external-script-document-write_2.html,
script_extra_close.html.  The substantive change in their expected results is
the removal of a SyntaxError console message, which used to occur because the
tests have a <script src=""> tag and the current document can't be parsed as
valid JS.


More information about the webkit-reviews mailing list