WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
15836
WebKit fails some WICD 1.0 core test cases
https://bugs.webkit.org/show_bug.cgi?id=15836
Summary
WebKit fails some WICD 1.0 core test cases
Eric Seidel (no email)
Reported
2007-11-04 19:18:11 PST
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. :)
Attachments
Add attachment
proposed patch, testcase, etc.
Eric Seidel (no email)
Comment 1
2007-11-05 16:01:26 PST
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)
Eric Seidel (no email)
Comment 2
2007-12-02 12:54:40 PST
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
Eric Seidel (no email)
Comment 3
2007-12-03 16:44:56 PST
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.
Nikolas Zimmermann
Comment 4
2011-05-27 05:41:05 PDT
The rightsizing tests work with the patch on
bug 10526
.
Nikolas Zimmermann
Comment 5
2011-05-27 11:31:39 PDT
(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!
Ahmad Saleem
Comment 6
2022-06-29 15:44:41 PDT
Tested on Safari 15.5 on macOS 12.4, Chrome Canary 104 and Firefox Nightly 104. WICD Full Suite Test Case: Only this test case - Safari 15.5 does not show expected result of italic "WWW" and "World Wide Web" but Safari 15.5 matches all other browsers, which also don't show italic (Chrome Canary 105 and Firefox Nightly 104). Link -
https://www.w3.org/2004/CDF/TestSuite/WICD_CDR_WP1/test-ruby-11.xhtml
______________________________ WICD Implementation Matrix - Failing Safari / Webkit tests: In this particular below test case, the color does not change to "Fuchsia" and it is same across all browsers as well:
https://www.w3.org/2004/CDF/TestSuite/WICD_CDR_WP1/test-scalable-icon2.xhtml
In below text case - Safari and Chrome are matching each other but Firefox is showing the background image in centre (not stretched to end to end):
https://www.w3.org/2004/CDF/TestSuite/WICD_CDR_WP1/test-scalable-background-image2.xhtml
Below test case is broken in Safari in two ways: 1) Text color is black while Firefox renders it as Blue (Chrome matches Safari here) 2) Upon clicking link and then doing back, it does not render background and links (all other browsers do it fine):
https://www.w3.org/2004/CDF/TestSuite/WICD_CDR_WP1/test-focusable-points.xhtml
In this test case, when clicking circle, there is no audio in Safari and it matches with all other browsers:
https://www.w3.org/2004/CDF/TestSuite/WICD_CDR_WP1/test-other-child-formats1.xhtml
In this below test - Safari does not show “media player” and other browsers does:
https://www.w3.org/2004/CDF/TestSuite/WICD_CDR_WP1/test-other-child-formats3.xhtml
https://www.w3.org/2004/CDF/TestSuite/WICD_CDR_WP1/test-other-child-formats5.xhtml
In below tests, Safari respects embedded font but Firefox and Chrome does not:
https://www.w3.org/2004/CDF/TestSuite/WICD_CDR_WP1/test-font-naming2.xhtml
https://www.w3.org/2004/CDF/TestSuite/WICD_CDR_WP1/test-scalable-icon1.xhtml
Following test hangs Safari and has performance issues and it does complete but after hanging a browser:
https://www.w3.org/2004/CDF/TestSuite/WICD_CDR_WP1/test-smil-parallel.xhtml
Below test fails in Safari 15.5 and Chrome Canary 105 but succeed in Firefox:
https://www.w3.org/2004/CDF/TestSuite/WICD_CDR_WP1/test-document-end-a.xhtml
Safari does not show media player for MP3 embedded (Chrome also show - plugin not supported for AVI file):
https://www.w3.org/2004/CDF/TestSuite/WICD_CDR_WP1/test-timed-childs-in-par.xhtml
Safari fails on DPI tests here:
https://www.w3.org/2004/CDF/TestSuite/WICD_CDR_WP1/test-media-queries.xhtml
Safari fails and does not have lime color background:
https://www.w3.org/2004/CDF/TestSuite/WICD_CDR_WP1/test-media-queries-aspect-ratio.xhtml
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug