Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / hixie / error / 002.xml
blobdd05452d1a4bf1c0acb69a43ea6d92782b89b1f3
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2  <style xlink:href="002.css" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/>
3  <text y="20" x="10" fill="red" font-size="10">This line should be green.</text>
4  <!-- XXX I'm assuming, here, that the UA doesn't support XLink itself
5  in an SVG context, but that it merely supports XLink's attributes in
6  an SVG context as defined by SVG, and that therefore the
7  xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"
8  attributes are all simply ignored. -->
9 </svg>