Files
servo/tests/wpt/metadata/url/interfaces.html.ini
Anthony Ramine 57c423a931 Update URL-related interfaces and their tests up to spec
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.
2015-10-19 21:05:07 +02:00

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