You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried fixing the first error in browsing_context_name_cross_origin_3.html but that revealed that led to another failures, namely that the cross-origin navigation back and forth doesn't work.
The test is making assumptions that aren't true and perhaps were never true. @gsnedders said as much in #304: "There isn't quite a guarantee these all match the spec"
@annevk FYI if you're still poking around navigation stuff in HTML.
The text was updated successfully, but these errors were encountered:
Trying to fix browsing_context_name_cross_origin_2.html a bit it's clear that navigation is still not very interoperable, without trying I got different behavior in Chrome, Firefox and Safari. So there's some value to be found in these tests still probably.
This doesn't make the tests pass, but gets rid of the `navigated`
variables which look like copypasta and prevented the test from
doing what appears to have been intended for.
Now the tests progress to a cross-origin navigation error instead.
Improve the debuggability a bit too.
Part of #9018.
This doesn't make the tests pass, but gets rid of the `navigated`
variables which look like copypasta and prevented the test from
doing what appears to have been intended for.
Now the tests progress to a cross-origin navigation error instead.
Improve the debuggability a bit too.
Part of #9018.
These tests are failing now:
https://wpt.fyi/html/browsers/browsing-the-web/history-traversal/
And they were failing in a run that @jgraham did a few years ago:
https://bugs.chromium.org/p/chromium/issues/detail?id=651572#c56
I tried fixing the first error in browsing_context_name_cross_origin_3.html but that revealed that led to another failures, namely that the cross-origin navigation back and forth doesn't work.
The test is making assumptions that aren't true and perhaps were never true. @gsnedders said as much in #304: "There isn't quite a guarantee these all match the spec"
@annevk FYI if you're still poking around navigation stuff in HTML.
The text was updated successfully, but these errors were encountered: