navigation-timing/test_performance_attributes.sub.html.ini WPT FAIL with Fission
Categories
(Core :: DOM: Navigation, defect, P3)
Tracking
()
People
(Reporter: cpeterson, Assigned: mattwoodrow)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Reporter | ||
Comment 1•5 years ago
|
||
The DOM Fission team is relying on feature teams to debug and fix Fission failures in their tests. If the failure looks like a bug in Fission's DOM or IPC changes, you can send the bug back to me.
We're hoping to enable Fission for a subset of Nightly users in early Q3, so we would like WPT tests to be green for Fission by end of Q2. Whether a particular test failure actually blocks shipping Fission is up to the discretion of the feature team. You all would know better than the DOM Fission which test failures are most important.
You can enable Fission when running WPT tests locally using mach wpt --enable-fission
.
Updated•5 years ago
|
Comment 3•5 years ago
|
||
This bug is unrelated with media code which is related with performance-timing
.
[1] https://www.w3.org/TR/navigation-timing/#dom-performancetiming-navigationstart
Reporter | ||
Comment 4•5 years ago
|
||
Tracking WPT Fission bugs for Fission M6b (Q2)
Comment 5•5 years ago
|
||
Because this bug's Severity has not been changed from the default since it was filed, and it's Priority is P3
(Backlog,) indicating it has been triaged, the bug's Severity is being updated to S3
(normal.)
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 6•4 years ago
|
||
Comment 8•4 years ago
|
||
bugherder |
Updated•4 years ago
|
Comment 9•4 years ago
|
||
Matt, I still see the "navigationStart being late" issue in 20200702094606
Nightly build
Assignee | ||
Comment 10•4 years ago
|
||
(In reply to Sean Feng [:sefeng] from comment #9)
Matt, I still see the "navigationStart being late" issue in
20200702094606
Nightly build
How are you testing this? Do you have a reduced testcase?
Comment 11•4 years ago
|
||
I missed your message, sorry Matt.
I just open a new firefox window, navigate to a page, and then doing performance.timing.navigationStart < performance.timing.connectStart
in the console. And it always returns true for the first navigation.
Assignee | ||
Comment 12•4 years ago
|
||
(In reply to Sean Feng [:sefeng] from comment #11)
I missed your message, sorry Matt.
I just open a new firefox window, navigate to a page, and then doing
performance.timing.navigationStart < performance.timing.connectStart
in the console. And it always returns true for the first navigation.
true or false? I think 'true' is the expected/correct result, right?
I think you also need to use <=, since it seems possible that they'll be the same (and frequently are in my local tests).
Using <=, I can't reproduce it ever being false, always true.
Description
•