Implement HTML{Anchor,Area,Link}Element.relList.

https://github.com/servo/servo/issues/3994
This commit is contained in:
Achal Shah 2014-11-23 02:03:45 -08:00
parent 90007ee781
commit 23ed1f705b
9 changed files with 99 additions and 36 deletions

View file

@ -2418,9 +2418,6 @@
[HTMLLinkElement interface: attribute rel]
expected: FAIL
[HTMLLinkElement interface: attribute relList]
expected: FAIL
[HTMLLinkElement interface: attribute media]
expected: FAIL
@ -2451,9 +2448,6 @@
[HTMLLinkElement interface: document.createElement("link") must inherit property "rel" with the proper type (2)]
expected: FAIL
[HTMLLinkElement interface: document.createElement("link") must inherit property "relList" with the proper type (3)]
expected: FAIL
[HTMLLinkElement interface: document.createElement("link") must inherit property "media" with the proper type (4)]
expected: FAIL
@ -2829,9 +2823,6 @@
[HTMLAnchorElement interface: attribute rel]
expected: FAIL
[HTMLAnchorElement interface: attribute relList]
expected: FAIL
[HTMLAnchorElement interface: attribute hreflang]
expected: FAIL
@ -2865,9 +2856,6 @@
[HTMLAnchorElement interface: document.createElement("a") must inherit property "rel" with the proper type (3)]
expected: FAIL
[HTMLAnchorElement interface: document.createElement("a") must inherit property "relList" with the proper type (4)]
expected: FAIL
[HTMLAnchorElement interface: document.createElement("a") must inherit property "hreflang" with the proper type (5)]
expected: FAIL
@ -4884,9 +4872,6 @@
[HTMLAreaElement interface: attribute rel]
expected: FAIL
[HTMLAreaElement interface: attribute relList]
expected: FAIL
[HTMLAreaElement interface: attribute hreflang]
expected: FAIL
@ -4917,9 +4902,6 @@
[HTMLAreaElement interface: document.createElement("area") must inherit property "rel" with the proper type (6)]
expected: FAIL
[HTMLAreaElement interface: document.createElement("area") must inherit property "relList" with the proper type (7)]
expected: FAIL
[HTMLAreaElement interface: document.createElement("area") must inherit property "hreflang" with the proper type (8)]
expected: FAIL

View file

@ -1,5 +0,0 @@
[link-rellist.html]
type: testharness
[link.relList: non-string contains]
expected: FAIL