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
Hello, I am not sure if this is the right place to talk about this, but one of the tests in the test suite specified in the specification document is testing against something conflicting with the specification. I am talking about this test. It is testing if it is possible to pass a data: url as parameter. However, the spec states under 2.1.2.8.4 that
If url's scheme is not "http" or "https", return a promise rejected with TypeError.
As it is returning, it will never reach step 11 where the URL is transmitted to target.
Did I misunderstand something in the specification in any way?
The text was updated successfully, but these errors were encountered:
Hello, I am not sure if this is the right place to talk about this, but one of the tests in the test suite specified in the specification document is testing against something conflicting with the specification. I am talking about this test. It is testing if it is possible to pass a
data:
url as parameter. However, the spec states under 2.1.2.8.4 thatAs it is returning, it will never reach step 11 where the URL is transmitted to target.
Did I misunderstand something in the specification in any way?
The text was updated successfully, but these errors were encountered: