| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script src="../../resources/run-after-layout-and-paint.js"></script> | 3 <script src="../../resources/run-after-layout-and-paint.js"></script> |
| 4 <script src="resources/text-based-repaint.js"></script> | 4 <script src="resources/repaint.js"></script> |
| 5 <style type="text/css"> | 5 <style type="text/css"> |
| 6 #test1 div { | 6 #test1 div { |
| 7 height: 100px; | 7 height: 100px; |
| 8 width: 100px; | 8 width: 100px; |
| 9 } | 9 } |
| 10 #test1 .parent { | 10 #test1 .parent { |
| 11 background-image: url(resources/animated.gif) | 11 background-image: url(resources/animated.gif) |
| 12 } | 12 } |
| 13 #test1 .child { | 13 #test1 .child { |
| 14 background-color: green; | 14 background-color: green; |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 <a> | 85 <a> |
| 86 <div></div> | 86 <div></div> |
| 87 <div> | 87 <div> |
| 88 <img src="resources/apple.jpg"> | 88 <img src="resources/apple.jpg"> |
| 89 </div> | 89 </div> |
| 90 </a> | 90 </a> |
| 91 </div> | 91 </div> |
| 92 </div> | 92 </div> |
| 93 </body> | 93 </body> |
| 94 </html> | 94 </html> |
| OLD | NEW |