Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIntermittent fail in /_mozilla/mozilla/paint_timing.html #20625
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looking at the test at https://github.com/servo/servo/blob/5182c81c116d114b33e4cf4ddb2ef13474dd843a/tests/wpt/mozilla/tests/mozilla/paint_timing.html
it seems to assume the
first-paintandfirst-contentful-paintwill arrive together, if they arrive as separate notifications the test will fail. AFAICT the spec doesn't require the events to arrive simultaneously.This may be what's causing the failure at #20579 (comment)