Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / misc / resources / iframe-policy-2.html
blob23280afb55b140fb9604eed534985e840567ae61
1 <html>
2 <head>
3 <script>
5 function loaded()
7 if (window.testRunner)
8 testRunner.notifyDone();
11 </script>
13 <body onload="loaded();">
14 You've reached the second page. Congratulations.
15 </body>
16 </html>