Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / iframes / composited-iframe-alignment.html
blob58419e6aa221b346a04e1fe8f1b1ad649e48a09c
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Composited iframe test</title>
5 <style type="text/css" media="screen">
6 iframe {
7 position: absolute;
8 left:100px;
9 top:100px;
10 border: 20px solid black;
11 padding: 0;
12 height: 300px;
13 width: 400px;
14 -webkit-box-shadow: 0 0 20px black;
16 </style>
17 </head>
18 <body>
19 Simple test of composited iframe content. There should be a blue box with a gray background
20 inside the black border. The gray background should fit perfectly within the block border
21 with no gaps.
22 <br><br>
23 <iframe id="parent-iframe" src="resources/composited-subframe.html"></iframe>
24 </body>
25 </html>