mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Implement image request concept for HTMLImageElement. Implement HTMLImageElement.currentSrc.
This commit is contained in:
parent
dfb482a2b7
commit
90359b1cba
6 changed files with 63 additions and 968 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -594,213 +594,12 @@
|
|||
[img.crossOrigin: IDL get with DOM attribute unset]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: setAttribute() to "" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: setAttribute() to undefined followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: setAttribute() to 7 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: setAttribute() to 1.5 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: setAttribute() to true followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: setAttribute() to false followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: setAttribute() to object "[object Object\]" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: setAttribute() to NaN followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: setAttribute() to Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: setAttribute() to -Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: setAttribute() to "\\0" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: setAttribute() to null followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: setAttribute() to object "test-toString" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: setAttribute() to object "test-valueOf" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: setAttribute() to "anonymous" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: setAttribute() to "xanonymous" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: setAttribute() to "anonymous\\0" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: setAttribute() to "nonymous" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: setAttribute() to "ANONYMOUS" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: setAttribute() to "use-credentials" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: setAttribute() to "xuse-credentials" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: setAttribute() to "use-credentials\\0" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: setAttribute() to "se-credentials" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: setAttribute() to "USE-CREDENTIALS" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to "" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to undefined followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to undefined followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to 7 followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to 7 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to 1.5 followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to 1.5 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to true followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to true followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to false followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to false followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to object "[object Object\]" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to object "[object Object\]" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to NaN followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to NaN followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to Infinity followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to -Infinity followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to -Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to "\\0" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to "\\0" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to object "test-toString" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to object "test-toString" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to object "test-valueOf" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to object "test-valueOf" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to "anonymous" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to "xanonymous" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to "xanonymous" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to "anonymous\\0" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to "anonymous\\0" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to "nonymous" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to "nonymous" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to "ANONYMOUS" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to "ANONYMOUS" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to "use-credentials" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to "xuse-credentials" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to "xuse-credentials" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to "use-credentials\\0" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to "use-credentials\\0" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to "se-credentials" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to "se-credentials" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to "USE-CREDENTIALS" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.width: IDL set to 1 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -21882,9 +21681,6 @@
|
|||
[video.height: IDL set to 4294967295 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to "" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to null followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -21894,3 +21690,6 @@
|
|||
[audio.crossOrigin: IDL set to null followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[img.crossOrigin: IDL set to null followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue