Bug 137941 - Data url images are not displayed when loaded with external svg images which are included in HTML loaded from an http server
Summary: Data url images are not displayed when loaded with external svg images which ...
Status: RESOLVED DUPLICATE of bug 99677
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-21 19:46 PDT by Said Abou-Hallawa
Modified: 2014-10-22 20:03 PDT (History)
1 user (show)

See Also:


Attachments
An html which contains an svg which includes an data url image (802 bytes, text/html)
2014-10-21 19:48 PDT, Said Abou-Hallawa
no flags Details
An svg image which contains a data url image (297 bytes, image/svg+xml)
2014-10-21 19:49 PDT, Said Abou-Hallawa
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Said Abou-Hallawa 2014-10-21 19:46:41 PDT
1. run-webkit-httpd
2. Download the attached files in LayoutTests/http/tests/security/svg-imge-with-url-data-image.html and LayoutTests/http/tests/security/resources/image-with-url-data-image.svg
3. Open the page http://localhost:8000/security/svg-imge-with-url-data-image.html

Result: Only one green rectangle is displayed
Expected: Three green rectangles are displayed
Comment 1 Said Abou-Hallawa 2014-10-21 19:48:16 PDT
Created attachment 240237 [details]
An html which contains an svg which includes an data url image
Comment 2 Said Abou-Hallawa 2014-10-21 19:49:23 PDT
Created attachment 240239 [details]
An svg image which contains a data url image
Comment 3 Alexey Proskuryakov 2014-10-22 20:03:20 PDT

*** This bug has been marked as a duplicate of bug 99677 ***