Bound several link properties.

Specifically: href, rel, media, hreflang and type.
This commit is contained in:
Zirak
2014-12-05 12:46:22 +00:00
committed by Manish Goregaokar
parent 92a8c7a80c
commit a586e05e83
5 changed files with 20 additions and 610 deletions

View File

@@ -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