Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / iframes / resources / composited-red.html
blobf050b91e3ca936686018a99ad2fc750461fcfaa8
1 <html>
2 <head>
3 <style>
4 body {
5 overflow: auto;
6 background-color: red;
8 #trigger {
9 transform: translateZ(0);
11 </style>
12 </head>
13 <body>
14 <div id="trigger"></div>
15 </body>
16 </html>