WebKit fails some WICD 1.0 core test cases See: http://lab.vodafone.com/lp/WICD-core-1/index.xhtml We fail some of those (SVG background images being one), we should file them as individual bugs (linking them to this one) and fix them. :)
We fail: http://lab.vodafone.com/lp/WICD-core-1/test-svg-child-object-animating.xhtml (no animation) http://lab.vodafone.com/lp/WICD-core-1/test-scalable-background-image1.xhtml (SVGImage) http://lab.vodafone.com/lp/WICD-core-1/test-scalable-background-image2.xhtml (SVGImage) http://lab.vodafone.com/lp/WICD-core-1/test-overlay-object.xhtml (no animation, broken hittesting) http://lab.vodafone.com/lp/WICD-core-1/test-svg-child-object-rightsizing.xhtml (object height) http://lab.vodafone.com/lp/WICD-core-1/test-leftovers-a.xhtml http://lab.vodafone.com/lp/WICD-core-1/test-leftovers-b.xhtml http://lab.vodafone.com/lp/WICD-core-1/test-other-child-formats1.svg (<svg:audio> support) http://lab.vodafone.com/lp/WICD-core-1/test-other-child-formats2.xhtml (<svg:video support) http://lab.vodafone.com/lp/WICD-core-1/test-other-child-formats3.xhtml (bad mp3?) http://lab.vodafone.com/lp/WICD-core-1/test-focus-support1.xhtml http://lab.vodafone.com/lp/WICD-core-1/test-focus-event-trigger.xhtml (animation support) http://lab.vodafone.com/lp/WICD-core-1/test-font-naming2.xhtml (lack of <font>) I'm not certain about this one: http://lab.vodafone.com/lp/WICD-core-1/test-svg-child-object-rightsizing2.xhtml We accidentally pass: http://lab.vodafone.com/lp/WICD-core-1/test-svg-child-object-param-animation-stop.xhtml (no animation)
Turns out they've updated the test suite, and moved it to a more official location: http://www.w3.org/2004/CDF/TestSuite/WICD_CDR_WP1/index.xhtml
Hum... supposedly there is some WebKit fork called "Vienna" which actually passes at least some additional tests: http://lists.w3.org/Archives/Public/public-cdf/2007Nov/0001.html If that's right, we should figure out how to work with these Vienna folks so that they actually are contributing their code back to mainline.
The rightsizing tests work with the patch on bug 10526.
(In reply to comment #4) > The rightsizing tests work with the patch on bug 10526. (In reply to comment #3) > Hum... supposedly there is some WebKit fork called "Vienna" which actually passes at least some additional tests: > http://lists.w3.org/Archives/Public/public-cdf/2007Nov/0001.html > If that's right, we should figure out how to work with these Vienna folks so that they actually are contributing their code back to mainline. Fixed in r87526. We can do the same as the "Vienna" fork now. Be sure to try this WICD Core testsuites again, even if WICD WG is discontinued. Some of these tests are still very useful!