[Webkit-unassigned] [Bug 13522] Saving a webarchive with a <script><noscript> will render images in both when opened again

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 27 10:23:32 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13522





------- Comment #3 from ddkilzer at webkit.org  2007-04-27 10:23 PDT -------
(In reply to comment #2)
> Created an attachment (id=14230)
 --> (http://bugs.webkit.org/attachment.cgi?id=14230&action=view) [edit]
> Test case

When I save a .webarchive of this test page, then view the source after opening
it with Safari, I see the following HTML:

<html><script>
<img src="http://webkit.org/images/icon-gold.png">
</script><body><noscript></noscript>
</body></html>

Admittedly, the content in the <noscript></noscript> is NOT getting saved (and
should be), but I can't reproduce the behavior the reporter is talking about.

I also saved the webarchive and loaded the webarchive using a local debug build
of WebKit r21145 with Safari 2.0.4 (419.3) on Mac OS X 10.4.9 (8P135).  I
haven't tried creating a webarchive with shippng Safari.


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



More information about the webkit-unassigned mailing list