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 </style> | 8 </style> |
9 <script src="resources/squash-with-ancestor-property.js"></script> | 9 <script src="resources/squash-with-ancestor-property.js"></script> |
10 <script> | 10 <script> |
11 if (window.internals) | |
12 internals.settings.setLayerSquashingEnabled(false); | |
13 window.onload = generateDom; | 11 window.onload = generateDom; |
14 </script> | 12 </script> |
15 </head> | 13 </head> |
16 | 14 |
17 <body> | 15 <body> |
18 </body> | 16 </body> |
OLD | NEW |