Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / xsl / resources / xslt-nested-stylesheets1.xsl
blobe12691c609d62633d6d321c537fe19a793337989
1 <?xml version="1.0" encoding="utf-8"?>
3 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
5 <xsl:template match="/">
6 <html>
7 <body>
8 <script>if (window.testRunner) testRunner.dumpAsText();</script>
9 <div id="mydiv">
10 <p>Tests a crash resulting from a string literal in a nested XSL stylesheet. If you reached
11 here without crashing, the test passed. See https://bugs.webkit.org/show_bug.cgi?id=15715 .</p>
12 <p>SUCCESS</p>
13 </div>
14 </body>
15 </html>
16 </xsl:template>
18 </xsl:stylesheet>