Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / misc / resources / nested-iframe-loading-another-iframe.html
blob729df930c724f4d9f8f9ee1d56eb49c4485fa2a3
1 <html>
2 <head>
3 <style>body { background-color: yellow; }</style>
4 </head>
5 <body>
6 <div>
7 <p>Load another level of nested iframe.</p>
8 </div>
9 <iframe src="3rd-level-iframe-with-blocking-resource.php"></iframe>
10 </body>
11 </html>