Bug 63670 - SVG with xml-stylesheet-included CSS renders differently in <img> vs. directly
Summary: SVG with xml-stylesheet-included CSS renders differently in <img> vs. directly
Status: RESOLVED DUPLICATE of bug 15443
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-06-29 16:41 PDT by Tim Horton
Modified: 2011-09-13 13:36 PDT (History)
3 users (show)

See Also:


Attachments
repro (1.96 KB, application/zip)
2011-06-29 16:41 PDT, Tim Horton
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2011-06-29 16:41:07 PDT
Steps to Reproduce:

1. Open the attached SVG file in a WebKit browser.
2. Open the attached HTML file (which simply includes (1) via <img>) in a WebKit browser.

Expected result:

(1) and (2) are the same.

Actual result:

(1) looks as you'd expect, with the blue color for the rightmost rect coming from the stylesheet
(2) looks different, with a black color for the rightmost rect, because it's not using the stylesheet
Comment 1 Tim Horton 2011-06-29 16:41:20 PDT
Created attachment 99182 [details]
repro
Comment 2 Tim Horton 2011-06-29 16:48:36 PDT
<rdar://problem/9667596>
Comment 3 Tim Horton 2011-07-11 10:39:07 PDT

*** This bug has been marked as a duplicate of bug 12499 ***
Comment 4 Tim Horton 2011-07-11 10:40:24 PDT

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