OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script type="text/javascript"> | 3 <script type="text/javascript"> |
4 if (window.testRunner) { | 4 if (window.internals) { |
5 testRunner.testRepaint(); | 5 window.internals.settings.setForceCompositingMode(true); |
6 testRunner.repaintSweepHorizontally(); | |
7 } | 6 } |
8 </script> | 7 </script> |
9 <style type="text/css"> | 8 <style type="text/css"> |
10 div.t { outline: 10px solid green; width: 98px; height: 98px; border: 1p
x solid black; background-color: #eee; } | 9 div.t { outline: 10px solid green; width: 98px; height: 98px; border: 1p
x solid black; background-color: #eee; } |
11 </style> | 10 </style> |
12 </head> | 11 </head> |
13 <body> | 12 <body> |
14 <p> | 13 <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> | 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> |
16 Layer outline does not repaint</i>. | 15 Layer outline does not repaint</i>. |
(...skipping 12 matching lines...) Expand all Loading... |
29 </div> | 28 </div> |
30 <div class="t" style="position: absolute; left: 660px; top: 10px; clip: rect(105
px 110px 110px 105px);"> | 29 <div class="t" style="position: absolute; left: 660px; top: 10px; clip: rect(105
px 110px 110px 105px);"> |
31 </div> | 30 </div> |
32 </div> | 31 </div> |
33 <div class="t" style="overflow: hidden; margin: 10px;"> | 32 <div class="t" style="overflow: hidden; margin: 10px;"> |
34 </div> | 33 </div> |
35 <div class="t" style="position: relative; left: 10px; top: 20px;"> | 34 <div class="t" style="position: relative; left: 10px; top: 20px;"> |
36 </div> | 35 </div> |
37 </body> | 36 </body> |
38 </html> | 37 </html> |
OLD | NEW |