DescriptionFCMify two text-based-repaint tests
A previous patch (https://codereview.chromium.org/252353002) tried to
make all text-based-repaint tests use FCM, but caused flakiness reported
in http://crbug.com/367195 and http://crbug.com/367201.
It seems like the issue is that FCM wasn't being enabled soon enough. It
was turned on post-onload, after which some repaints may have been
generated. (This may no longer be true with repaint-after-layout.)
The fix is to enable FCM with the script include, rather than in
runRepaintTest.
Rather than causing churn on the entire tree, land an FCM version of
text-based-repaint.js and use it in two previous flaky tests. This
should indicate whether or not this was actually the problem.
BUG=368518
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173040
Patch Set 1 #Patch Set 2 : Remove image changes #Patch Set 3 : Two flaky non-image tests #
Total comments: 2
Messages
Total messages: 6 (0 generated)
|