mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
Implement HTML{Anchor,Area,Link}Element.relList.
https://github.com/servo/servo/issues/3994
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user