Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / frames / frame-base-url.html
blob42fec0c4f34bc4a0d2b927b2722f7a58217268ef
1 <html>
2 <head>
3 <title>Test for 13364</title>
4 <script>
5 if (window.testRunner) {
6 testRunner.waitUntilDone();
7 testRunner.dumpAsText();
9 </script>
10 </head>
11 <body>
12 <a href="http://bugs.webkit.org/show_bug.cgi?id=13364">http://bugs.webkit.org/show_bug.cgi?id=13364</a><br><br>
13 This tests the base url in a subframe document that starts out loaded from a really, addressable resource but then undergoes a document.write (or document.open)<br><br>
14 The link in the subframe relative to this document should be "/resources/foobar.html" and not "foobar.html"<br><br>
15 <div id="testResult">Failure</div><br>
16 <iframe src="resources/subframe-base-url.html"><br><br>
17 </body>
18 </head>