Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <head> | 2 <head> |
| 3 <link rel="stylesheet" href="resources/squash-with-ancestor-property.css"> | 3 <link rel="stylesheet" href="resources/squash-with-ancestor-property.css"> |
| 4 <style> | 4 <style> |
| 5 #ancestor { | 5 #ancestor { |
| 6 -webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0 )); | 6 -webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0 )); |
| 7 } | 7 } |
| 8 #composited-overlap-child { | |
| 9 will-change: transform; | |
| 10 } | |
| 8 </style> | 11 </style> |
| 9 <script src="resources/squash-with-ancestor-property.js"></script> | 12 <script src="resources/squash-with-ancestor-property.js"></script> |
| 10 <script> | 13 <script> |
| 11 window.onload = generateDom; | 14 window.onload = generateDom; |
| 12 </script> | 15 </script> |
| 13 </head> | 16 </head> |
| 14 | 17 |
| 15 <body> | 18 <body> |
| 16 </body> | 19 </body> |
| OLD | NEW |