Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / columns / geometry-map-paginated-assert.html
1 <html style="overflow: -webkit-paged-x;">
2 <head>
3     <script>
4         if (window.testRunner)
5           testRunner.dumpAsText();
6     </script>
7     <style>
8     .spacer {
9       height: 350px;
10       width: 100%;
11       margin: 10px;
12       background-color: silver;
13     }
14
15     .box {
16       height: 100px;
17       width: 100px;
18       margin: 10px;
19       background-color: blue;
20     }
21     .composited {
22       -webkit-transform: translateZ(0);
23     }
24     </style>
25 </head>
26 <body>
27
28   <p>This test should not assert.</p>
29   <div class="spacer"></div>
30   <div class="spacer"></div>
31   <div class="composited box"></div>
32
33
34 </body>
35 </html>