| <!DOCTYPE html> | |
| <head> | |
| <link rel="stylesheet" href="resources/squash-with-ancestor-property.css"> | |
| <style> | |
| #ancestor { | |
| opacity: 0.8; | |
| } | |
| #composited-overlap-child { | |
| will-change: transform; | |
| } | |
| </style> | |
| <script src="resources/squash-with-ancestor-property.js"></script> | |
| </head> | |
| <body> | |
| </body> | |
| <script> | |
| generateDom(); | |
| </script> |