Open foolip opened 5 years ago
https://github.com/web-platform-tests/wpt/pull/14409#issuecomment-445753408 lists a number of tests in user-timing/ that were flaky in Firefox:
/user-timing/measure_associated_with_navigation_timing.html
Second measure of current mark to navigationStart should be negative value.
assert_true: Second measure of current mark to navigationStart should be negative value. expected true got false
Measure from domComplete event to most recent mark "a" should have longer duration.
assert_true: Measure from domComplete event to most recent mark "a" should have longer duration. expected true got false
Measure from most recent mark to navigationStart should have longer duration.
assert_true: Measure from most recent mark to navigationStart should have longer duration. expected true got false
Suggested method to investigate:
Notifying suggested reviewers for user-timing: @plehegar @igrigorik @toddreifsteck
https://github.com/web-platform-tests/wpt/pull/14409#issuecomment-445753408 lists a number of tests in user-timing/ that were flaky in Firefox:
/user-timing/measure_associated_with_navigation_timing.html
Second measure of current mark to navigationStart should be negative value.
assert_true: Second measure of current mark to navigationStart should be negative value. expected true got false
/user-timing/measure_associated_with_navigation_timing.html
Measure from domComplete event to most recent mark "a" should have longer duration.
assert_true: Measure from domComplete event to most recent mark "a" should have longer duration. expected true got false
/user-timing/measure_associated_with_navigation_timing.html
Measure from most recent mark to navigationStart should have longer duration.
assert_true: Measure from most recent mark to navigationStart should have longer duration. expected true got false
Suggested method to investigate: