Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / repaint / layer-outline-horizontal.html
1 <html>
2 <head>
3 <script type="text/javascript">
4 if (window.internals) {
5     window.internals.settings.setForceCompositingMode(true);
6 }
7 </script>
8 <style type="text/css">
9         div.t { outline: 10px solid green; width: 98px; height: 98px; border: 1px solid black; background-color: #eee; }
10 </style>
11 </head>
12 <body>
13 <p>
14 This tests for regressions against <i><a href="https://bugs.webkit.org/show_bug.cgi?id=7943">http://bugzilla.opendarwin.org/show_bug.cgi?id=7943</a>
15 Layer outline does not repaint</i>.
16 </p>
17 <hr>
18 <div style="position: relative; height: 130px;">
19 <div class="t" style="position: absolute; left: 10px; top: 10px; clip: rect(-10px 100px 100px -10px);">
20 </div>
21 <div class="t" style="position: absolute; left: 140px; top: 10px; clip: rect(-10px 90px 90px -10px);">
22 </div>
23 <div class="t" style="position: absolute; left: 270px; top: 10px; clip: rect(-10px -5px -5px -10px);">
24 </div>
25 <div class="t" style="position: absolute; left: 400px; top: 10px; clip: rect(0px 110px 110px 0px);">
26 </div>
27 <div class="t" style="position: absolute; left: 530px; top: 10px; clip: rect(10px 110px 110px 10px);">
28 </div>
29 <div class="t" style="position: absolute; left: 660px; top: 10px; clip: rect(105px 110px 110px 105px);">
30 </div>
31 </div>
32 <div class="t" style="overflow: hidden; margin: 10px;">
33 </div>
34 <div class="t" style="position: relative; left: 10px; top: 20px;">
35 </div>
36 </body>
37 </html>