mirror of
https://github.com/servo/servo
synced 2026-04-29 19:07:38 +02:00
Bound several link properties.
Specifically: href, rel, media, hreflang and type.
This commit is contained in:
@@ -1644,24 +1644,9 @@
|
||||
[HTMLLinkElement interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLLinkElement interface: attribute href]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLLinkElement interface: attribute crossOrigin]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLLinkElement interface: attribute rel]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLLinkElement interface: attribute media]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLLinkElement interface: attribute hreflang]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLLinkElement interface: attribute type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLLinkElement interface: attribute sizes]
|
||||
expected: FAIL
|
||||
|
||||
@@ -1674,24 +1659,9 @@
|
||||
[HTMLLinkElement interface: attribute target]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLLinkElement interface: document.createElement("link") must inherit property "href" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLLinkElement interface: document.createElement("link") must inherit property "crossOrigin" with the proper type (1)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLLinkElement interface: document.createElement("link") must inherit property "rel" with the proper type (2)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLLinkElement interface: document.createElement("link") must inherit property "media" with the proper type (4)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLLinkElement interface: document.createElement("link") must inherit property "hreflang" with the proper type (5)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLLinkElement interface: document.createElement("link") must inherit property "type" with the proper type (6)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLLinkElement interface: document.createElement("link") must inherit property "sizes" with the proper type (7)]
|
||||
expected: FAIL
|
||||
|
||||
@@ -9896,4 +9866,3 @@
|
||||
|
||||
[MessageChannel interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user