| Index: third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-filter.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-filter.html b/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-filter.html
|
| index a41b11fafdbe8cd90f3dd0103ee8df7a78d9c20f..799c869681ca8d6a6764c8e00ecf378a3af114b1 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-filter.html
|
| +++ b/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-filter.html
|
| @@ -7,10 +7,11 @@
|
| }
|
| </style>
|
| <script src="resources/squash-with-ancestor-property.js"></script>
|
| -<script>
|
| - window.onload = generateDom;
|
| -</script>
|
| +
|
| </head>
|
|
|
| <body>
|
| </body>
|
| +<script>
|
| + generateDom();
|
| +</script>
|
|
|