[Webkit-unassigned] [Bug 25707] Unexpected behavior with file download links inside object tag data's page
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 12 06:31:39 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=25707
------- Comment #2 from chad.groneman at sirsidynix.com 2009-05-12 06:31 PDT -------
Created an attachment (id=30226)
--> (https://bugs.webkit.org/attachment.cgi?id=30226&action=view)
Test Case
Attached is a gzip'd tar containing three files: object.html, data.html, and
fileToDownload.obj. Extract them to the same directory, and point your browser
to object.html. You should see the contents of data.html (because object.html
has an object tag with the data coming from data.html). The content of
data.html is a link to fileToDownload.obj.
Click on the link to download the file. You'll be prompted to save the file,
but the object tag's fall-through will then be displayed in the browser,
instead of the data in data.html.
--
Configure bugmail: https://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