Attempt deflake of css3/filters/effect-reference-external-stylesheet.html
The filter that should be applied is referenced via the stylesheet, and is loaded as a separate file. Since this resource is not considered to be "critical" it may not have competed loaded when the document 'load' event fires (and the screenshot is taken). Add a 'load' handler on the <link> element that forces a style-recalc, so that the style will be applied and the load started for the filter resource - thus having it block the document 'load' event. Bug: 658305 Change-Id: I424c82c1006f3db586cce056c07b94824d169925 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050495 Auto-Submit: Fredrik Söderquist <fs@opera.com> Reviewed-by:Stephen Chenney <schenney@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#740340}
Showing
Please register or sign in to comment