| 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 } | 6 } |
| 7 </script> | 7 </script> |
| 8 <style type="text/css"> | 8 <style type="text/css"> |
| 9 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; } |
| 10 </style> | 10 </style> |
| 11 </head> | 11 </head> |
| 12 <body> | 12 <body> |
| 13 <p> | 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> | 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>. | 15 Layer outline does not repaint</i>. |
| (...skipping 12 matching lines...) Expand all Loading... |
| 28 </div> | 28 </div> |
| 29 <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);"> |
| 30 </div> | 30 </div> |
| 31 </div> | 31 </div> |
| 32 <div class="t" style="overflow: hidden; margin: 10px;"> | 32 <div class="t" style="overflow: hidden; margin: 10px;"> |
| 33 </div> | 33 </div> |
| 34 <div class="t" style="position: relative; left: 10px; top: 20px;"> | 34 <div class="t" style="position: relative; left: 10px; top: 20px;"> |
| 35 </div> | 35 </div> |
| 36 </body> | 36 </body> |
| 37 </html> | 37 </html> |
| OLD | NEW |