mirror of
https://github.com/servo/servo
synced 2026-05-14 10:56:44 +02:00
The URL spec recently changed and the variour "mixins" interfaces are gone, this commit updates our code and WPT accordingly. The new expected failures related to HTMLAnchorElement and HTMLAreaElement's attributes are due to their moving to the HTMLHyperLinkElementUtils interface, which is not anymore in a separate <script class=untested> element.
27 lines
723 B
INI
27 lines
723 B
INI
[interfaces.html]
|
|
type: testharness
|
|
[URL interface: operation domainToUnicode(ScalarValueString)]
|
|
expected: FAIL
|
|
|
|
[URL interface: attribute origin]
|
|
expected: FAIL
|
|
|
|
[URL interface: attribute searchParams]
|
|
expected: FAIL
|
|
|
|
[URL interface: new URL("http://foo") must inherit property "origin" with the proper type (3)]
|
|
expected: FAIL
|
|
|
|
[URL interface: new URL("http://foo") must inherit property "searchParams" with the proper type (12)]
|
|
expected: FAIL
|
|
|
|
[URLSearchParams interface: operation getAll(ScalarValueString)]
|
|
expected: FAIL
|
|
|
|
[URL interface: operation domainToUnicode(USVString)]
|
|
expected: FAIL
|
|
|
|
[URLSearchParams interface: operation getAll(USVString)]
|
|
expected: FAIL
|
|
|