Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / repaint / resources / iframe-outer.html
bloba0a6c3e7a9a1d2d07ac3ea9d4902e319cad5c4db
1 <html>
2 <head>
3 <link rel="stylesheet" href="default.css">
4 </head>
5 <body style="height: 2000px">
6 <div style="top: 300px; left: 300px;" class="absolute blue"></div>
7 <iframe id="iframe" src="iframe-inner.html" class="fixed"></iframe>
8 </body>
9 </html>