Upstream version 5.34.98.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.testRunner) {
5     testRunner.testRepaint();
6     testRunner.repaintSweepHorizontally();
7 }
8 </script>
9 <style type="text/css">
10         div.t { outline: 10px solid green; width: 98px; height: 98px; border: 1px solid black; background-color: #eee; }
11 </style>
12 </head>
13 <body>
14 <p>
15 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>
16 Layer outline does not repaint</i>.
17 </p>
18 <hr>
19 <div style="position: relative; height: 130px;">
20 <div class="t" style="position: absolute; left: 10px; top: 10px; clip: rect(-10px 100px 100px -10px);">
21 </div>
22 <div class="t" style="position: absolute; left: 140px; top: 10px; clip: rect(-10px 90px 90px -10px);">
23 </div>
24 <div class="t" style="position: absolute; left: 270px; top: 10px; clip: rect(-10px -5px -5px -10px);">
25 </div>
26 <div class="t" style="position: absolute; left: 400px; top: 10px; clip: rect(0px 110px 110px 0px);">
27 </div>
28 <div class="t" style="position: absolute; left: 530px; top: 10px; clip: rect(10px 110px 110px 10px);">
29 </div>
30 <div class="t" style="position: absolute; left: 660px; top: 10px; clip: rect(105px 110px 110px 105px);">
31 </div>
32 </div>
33 <div class="t" style="overflow: hidden; margin: 10px;">
34 </div>
35 <div class="t" style="position: relative; left: 10px; top: 20px;">
36 </div>
37 </body>
38 </html>