Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / iframes / resources / red-green-subframe.html
blob47a31261c638aae6de1a3a68f2c21084b2e68f82
1 <!DOCTYPE html>
3 <html>
4 <head>
5 <style type="text/css" media="screen">
6 body {
7 margin: 0;
10 .box {
11 height: 200px;
12 width: 200px;
13 transform: translateZ(0);
15 .box:hover {
16 transform: none;
18 </style>
19 </head>
20 <body>
22 <div class="box" style="background-color: green;"></div>
23 <div class="box" style="background-color: red;"></div>
25 </body>
26 </html>