Auto merge of #10543 - jdm:imageload, r=jdm

Implement image request concept for HTMLImageElement. Implement HTMLI…

…mageElement.currentSrc.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10543)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo
2016-04-13 01:04:28 +05:30
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
@@ -8925,3 +8904,6 @@
[Document interface: new Document() must inherit property "onwaiting" with the proper type (156)]
expected: FAIL
[HTMLLinkElement interface: attribute crossOrigin]
expected: FAIL