Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / use-referencing-itself.svg
blob2c2c6590825289d2d180409f1548d2f73c10255a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg viewBox="0 0 480 360" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
4 <!-- This test shouldn't display anything because it refers to itself. If we have an
5 other element in defs e.g. <defs> <rect id="someOtherElement"/></defs> and we would
6 use it that construction should work. -->
7 <use id="mySelf" x="25" y="25" xlink:href="use-referencing-itself.svg#mySelf" />
9 </svg>