Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / transitions / transform-on-large-layer-expected.html
blob4f8eb8eed8075dfe30241bc8bbcedf8bcb63d23a
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Animating transform on large tiled layer.</title>
5 <style type="text/css">
6 #box {
7 display: block;
8 width: 1000px;
9 height: 2000px;
10 background-color: green;
13 #sandbox {
14 height: 1000px;
15 width: 1000px;
16 background-color: red;
17 overflow: hidden;
19 </style>
20 </head>
21 <script>
22 window.resizeTo(1600,1200);
23 </script>
24 <body>
25 <div id=description>
26 The test passes if the box below turns green.
27 </div>
28 <div id=sandbox>
29 <div id="box"><font style="opacity:0">ABC</font></div>
30 </div>
31 </body>
32 </html>