Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-blending.html |
| diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-blending.html b/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-blending.html |
| index 20dd6e92621fc85918c4d9b7266a34e96dc4c5a4..545c95357a279e2f7b046e2ec1af7df249e9e722 100644 |
| --- a/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-blending.html |
| +++ b/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-blending.html |
| @@ -11,10 +11,10 @@ |
| } |
| </style> |
| <script src="resources/squash-with-ancestor-property.js"></script> |
| -<script> |
| - window.onload = generateDom; |
| -</script> |
| </head> |
| <body> |
| </body> |
| +<script> |
| +generateDom(); |
|
chrishtr
2016/07/09 00:01:49
I was able to deflake by generating dom synchronou
Xianzhu
2016/07/09 02:09:11
Could this be because of asynchronous image loadin
|
| +</script> |