Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / squashing / squash-with-ancestor-reflection-expected.html
1 <!DOCTYPE html>
2 <head>
3 <link rel="stylesheet" href="resources/squash-with-ancestor-property.css">
4 <style>
5   #ancestor {
6     -webkit-box-reflect: below;
7   }
8 </style>
9 <script src="resources/squash-with-ancestor-property.js"></script>
10 <script>
11   if (window.internals)
12     internals.settings.setLayerSquashingEnabled(false);
13   window.onload = generateDom;
14 </script>
15 </head>
16
17 <body>
18 </body>