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 upWPT navigation-timing/supported_navigation_type.window.js never sees a navigation event #25750
Labels
Projects
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This test has a preamble that uses supportedEntryTypes for feature detection; past that preamble, it creates a 'navigation' PerformanceObserver with the resolution of the test inside the observer's callback. I don't know exactly what navigation event is supposed to fire that callback, but Chrome and Firefox pass this test; Servo, if running the test at all, never gets the expected event and times out.