OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <style type="text/css"> | 3 <style type="text/css"> |
4 div.t { outline: 10px solid green; width: 98px; height: 98px; border: 1p
x solid black; background-color: #eee; } | 4 div.t { outline: 10px solid green; width: 98px; height: 98px; border: 1p
x solid black; background-color: #eee; } |
5 </style> | 5 </style> |
6 </head> | 6 </head> |
7 <body> | 7 <body> |
8 <p> | 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> | 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>. | 10 Layer outline does not repaint</i>. |
(...skipping 12 matching lines...) Expand all Loading... |
23 </div> | 23 </div> |
24 <div class="t" style="position: absolute; left: 660px; top: 10px; clip: rect(105
px 110px 110px 105px);"> | 24 <div class="t" style="position: absolute; left: 660px; top: 10px; clip: rect(105
px 110px 110px 105px);"> |
25 </div> | 25 </div> |
26 </div> | 26 </div> |
27 <div class="t" style="overflow: hidden; margin: 10px;"> | 27 <div class="t" style="overflow: hidden; margin: 10px;"> |
28 </div> | 28 </div> |
29 <div class="t" style="position: relative; left: 10px; top: 20px;"> | 29 <div class="t" style="position: relative; left: 10px; top: 20px;"> |
30 </div> | 30 </div> |
31 </body> | 31 </body> |
32 </html> | 32 </html> |
OLD | NEW |