[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
Thu Aug 19 15:15:13 PDT 2010


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


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abarth at webkit.org




--- Comment #5 from Adam Barth <abarth at webkit.org>  2010-08-19 15:15:13 PST ---
The source of the WebArchive on trunk is as follows:

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

The entification of the contents of <noscript> seems wrong, but the description in Comment #0 no longer seems to be happening.

-- 
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