Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / xsl / subframe-location.html
blob485b3bd0c9449413dfc6512e6d775e8a11ff2f7e
1 <html>
2 <head>
3 <title>Frames</title>
4 </head>
5 <body>
6 <p>Test that a document in a subframe processed with XSLT has a correct location.
7 (<a href='http://bugs.webkit.org/show_bug.cgi?id=18259'>bug 18259</a>).</p>
8 <Script>
9 if (window.testRunner)
10 testRunner.dumpAsText();
11 </Script>
12 <iframe src="resources/subframe-location-frame.xml"></iframe>
13 </body>
14 </html>