[Webkit-unassigned] [Bug 14006] WebKit "fails" SVG presontaional attribute ordering test
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 5 14:13:19 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=14006
eric at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Comment #1 from eric at webkit.org 2007-06-05 14:13 PDT -------
Actually, it turns out that we're fine here. It's just that the test is
broken.
As far as I can tell, <style xlink:href=""> is not a valid way to import a
stylesheet. This is the corrected SVG:
<?xml-stylesheet href="styletest.css" type="text/css"?>
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<text y="30" x="10" fill="red" font-size="20">This line should be
green.</text>
</svg>
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list