OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 | 2 |
3 <html> | 3 <html> |
4 <head> | 4 <head> |
5 <style type="text/css" media="screen"> | 5 <style type="text/css" media="screen"> |
6 .box { | 6 .box { |
7 width: 100px; | 7 width: 100px; |
8 height: 100px; | 8 height: 100px; |
9 background-color: blue; | 9 background-color: blue; |
10 -webkit-transform: translateZ(0); | 10 transform: translateZ(0); |
11 } | 11 } |
12 | 12 |
13 </style> | 13 </style> |
14 </head> | 14 </head> |
15 <body> | 15 <body> |
16 <div class="box"></div> | 16 <div class="box"></div> |
17 <p><a href="https://bugs.webkit.org/show_bug.cgi?id=43167">https://bugs.webkit
.org/show_bug.cgi?id=43167</a><br> | 17 <p><a href="https://bugs.webkit.org/show_bug.cgi?id=43167">https://bugs.webkit
.org/show_bug.cgi?id=43167</a><br> |
18 You should not hit an assertion if you load this file in a tab, then switch
back and forth between other tabs.</p> | 18 You should not hit an assertion if you load this file in a tab, then switch
back and forth between other tabs.</p> |
19 </body> | 19 </body> |
20 </html> | 20 </html> |
OLD | NEW |