[Webkit-unassigned] [Bug 30303] <img src=""> requests main document resource unnecessarily

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


https://bugs.webkit.org/show_bug.cgi?id=30303


Nate Chapin <japhet at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-unassigned at lists.web |japhet at chromium.org
                   |kit.org                     |
  Attachment #60129|                            |review?
               Flag|                            |




--- Comment #15 from Nate Chapin <japhet at chromium.org>  2010-06-30 10:19:13 PST ---
Created an attachment (id=60129)
 --> (https://bugs.webkit.org/attachment.cgi?id=60129)
patch

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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list