Bug 16481
Summary: | WebKit fails WICD SVG background image tests | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bdakin, jeffschiller, krit, mackyle, rik, timur.mehrvarz, webkit, zimmermann |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
Bug Depends on: | |||
Bug Blocks: | 15836 |
Eric Seidel (no email)
WebKit fails WICD SVG background image tests
http://www.w3.org/2004/CDF/TestSuite/WICD_CDR_WP1/wicdcore.xhtml#core11
http://www.w3.org/2004/CDF/TestSuite/WICD_CDR_WP1/wicdcore.xhtml#core12
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
The actual urls which use SVG background images are:
http://www.w3.org/2004/CDF/TestSuite/WICD_CDR_WP1/test-scalable-background-image1.xhtml
http://www.w3.org/2004/CDF/TestSuite/WICD_CDR_WP1/test-scalable-background-image2.xhtml
Beth Dakin
The SVGs used in these tests do not have any size values on the SVG tag itself. I imagine that is the problem.
Eric Seidel (no email)
I see fast/images/svg-width-100p-as-background.html failing for me as well (when I open it in Safari, I've not tried running it with --pixel), which would suggest that relative size SVG images aren't working on TOT.
Nikolas Zimmermann
These testcases work in trunk since a while, have not checked exactly since when.
I'm going to land them as new testcases in svg/wicd.
Nikolas Zimmermann
Landed new tests in r87605.
Dirk Schulze
Test cases should get reviewed as well.
Nikolas Zimmermann
(In reply to comment #6)
> Test cases should get reviewed as well.
Even if I didn't construct them? I used to land testcases like this w/o review in the past.
Eric Seidel (no email)
Reviews are always a good thing. I don't know what the exact policy states.