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
for example, https://web-platform.test:8443/webdriver/tests/support/inline.py?doc=%3C%21doctype+html%3E%0A%3Cmeta+charset%3DUTF-8%3E%0A%3Cdiv+id%3D%27from-initial%27%3Einitial%3C%2Fdiv%3E&mime=text%2Fhtml&charset=UTF-8
it seems there could be an issue with the pattern polyfill or we might be holding it wrong. Perhaps, we should implement the matching ourselves to avoid these issues?
It looks like the URL pattern spec has changed and more characters are
considered to be special tokens. WebDriver BiDi standard does not seem
to be, therefore, compatible with it at the moment. This change drops
urlpattern-polyfill and replaces it with custom implementation according
to the spec.
Closes#2660
for example,
https://web-platform.test:8443/webdriver/tests/support/inline.py?doc=%3C%21doctype+html%3E%0A%3Cmeta+charset%3DUTF-8%3E%0A%3Cdiv+id%3D%27from-initial%27%3Einitial%3C%2Fdiv%3E&mime=text%2Fhtml&charset=UTF-8
it seems there could be an issue with the pattern polyfill or we might be holding it wrong. Perhaps, we should implement the matching ourselves to avoid these issues?
cc @Lightning00Blade
The text was updated successfully, but these errors were encountered: