Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / iframes / resources / nested-subframe.html
blob0b375658a248e202a06f5fdc59de5d889e483221
1 <html>
2 <head>
3 <style type="text/css">
4 body {
5 margin: 0;
7 iframe {
8 border: none;
10 </style>
11 </head>
12 <body>
14 <iframe id="subframe" src="subsubframe.html" scrolling="no"></iframe>
16 </body>
17 </html>