Implement image request concept for HTMLImageElement. Implement HTMLImageElement.currentSrc.

This commit is contained in:
akhan7
2016-03-19 19:56:27 -05:00
committed by Josh Matthews
parent dfb482a2b7
commit 90359b1cba
6 changed files with 63 additions and 968 deletions

View File

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