mirror of
https://github.com/servo/servo
synced 2026-04-29 19:07:38 +02:00
Implement image request concept for HTMLImageElement. Implement HTMLImageElement.currentSrc.
This commit is contained in:
@@ -1989,9 +1989,6 @@
|
||||
[HTMLBaseElement interface: document.createElement("base") must inherit property "target" with the proper type (1)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLLinkElement interface: attribute crossOrigin]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLLinkElement interface: attribute sizes]
|
||||
expected: FAIL
|
||||
|
||||
@@ -2319,12 +2316,6 @@
|
||||
[HTMLImageElement interface: attribute sizes]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement interface: attribute crossOrigin]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement interface: attribute currentSrc]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement interface: attribute lowsrc]
|
||||
expected: FAIL
|
||||
|
||||
@@ -2334,12 +2325,6 @@
|
||||
[HTMLImageElement interface: document.createElement("img") must inherit property "sizes" with the proper type (3)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement interface: document.createElement("img") must inherit property "crossOrigin" with the proper type (4)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement interface: document.createElement("img") must inherit property "currentSrc" with the proper type (12)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement interface: document.createElement("img") must inherit property "lowsrc" with the proper type (14)]
|
||||
expected: FAIL
|
||||
|
||||
@@ -2349,12 +2334,6 @@
|
||||
[HTMLImageElement interface: new Image() must inherit property "sizes" with the proper type (3)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement interface: new Image() must inherit property "crossOrigin" with the proper type (4)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement interface: new Image() must inherit property "currentSrc" with the proper type (12)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement interface: new Image() must inherit property "lowsrc" with the proper type (14)]
|
||||
expected: FAIL
|
||||
|
||||
@@ -8967,3 +8946,6 @@
|
||||
[Document interface: new Document() must inherit property "onwaiting" with the proper type (156)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLLinkElement interface: attribute crossOrigin]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user