[Webkit-unassigned] [Bug 156612] New: [WK2] <object>/<embed> without HTML type attribute cannot load PHP-generated image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 14 16:51:06 PDT 2016


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

            Bug ID: 156612
           Summary: [WK2] <object>/<embed> without HTML type attribute
                    cannot load PHP-generated image
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbates at webkit.org

Consider a web page with the following markup:

<!DOCTYPE html>
<html>
<body>
<object data="resources/image.php"></object>
</body>
</html>

where image.php is a script that returns image data with an appropriate Content-Type HTTP header. In WebKit2, no image is display when this page is viewed. In WebKit1, Firefox for Mac 45.0.1 and Google Chrome for Mac 50.0.2661.75 beta (64-bit), an image is displayed when the page is viewed.

Suppose the image.php returns Content-Type image/jpeg and consider a web page with the following markup:

<!DOCTYPE html>
<html>
<body>
<object data="resources/image.php" type="image/jpeg"></object>
</body>
</html>

In WebKit2, an image is displayed when this page is viewed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160414/3c11a238/attachment.html>


More information about the webkit-unassigned mailing list