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