Update web-platform-tests to revision 8a2ceb5f18911302b7a5c1cd2791f4ab50ad4326

This commit is contained in:
Josh Matthews 2017-10-12 09:25:50 -04:00
parent 462c272380
commit 1f531f66ea
5377 changed files with 174916 additions and 84369 deletions

View file

@ -0,0 +1,12 @@
[image-decode-iframe.html]
type: testharness
expected: TIMEOUT
[HTMLImageElement.prototype.decode(), iframe tests. Decode from removed iframe fails (loaded img)]
expected: TIMEOUT
[HTMLImageElement.prototype.decode(), iframe tests. Decode from removed iframe fails (img not loaded)]
expected: NOTRUN
[HTMLImageElement.prototype.decode(), iframe tests. Decode from iframe, later removed, fails (img not loaded)]
expected: NOTRUN

View file

@ -0,0 +1,20 @@
[image-decode-path-changes-svg.tentative.html]
type: testharness
[SVGImageElement.prototype.decode(), href mutation tests. xlink:href changes fail decode.]
expected: FAIL
[SVGImageElement.prototype.decode(), href mutation tests. href changes fail decode.]
expected: FAIL
[SVGImageElement.prototype.decode(), href mutation tests. xlink:href changes fail decode; following good decode succeeds.]
expected: FAIL
[SVGImageElement.prototype.decode(), href mutation tests. href changes fail decode; following good decode succeeds.]
expected: FAIL
[SVGImageElement.prototype.decode(), href mutation tests. xlink:href changes fail decode; following bad decode fails.]
expected: FAIL
[SVGImageElement.prototype.decode(), href mutation tests. href changes fail decode; following bad decode fails.]
expected: FAIL

View file

@ -0,0 +1,26 @@
[image-decode-path-changes.html]
type: testharness
[HTMLImageElement.prototype.decode(), src/srcset mutation tests. src changes fail decode.]
expected: FAIL
[HTMLImageElement.prototype.decode(), src/srcset mutation tests. src changes fail decode; following good png decode succeeds.]
expected: FAIL
[HTMLImageElement.prototype.decode(), src/srcset mutation tests. src changes fail decode; following good svg decode succeeds.]
expected: FAIL
[HTMLImageElement.prototype.decode(), src/srcset mutation tests. src changes fail decode; following bad decode fails.]
expected: FAIL
[HTMLImageElement.prototype.decode(), src/srcset mutation tests. src changes to the same path succeed.]
expected: FAIL
[HTMLImageElement.prototype.decode(), src/srcset mutation tests. srcset changes fail decode.]
expected: FAIL
[HTMLImageElement.prototype.decode(), src/srcset mutation tests. srcset changes fail decode; following good decode succeeds.]
expected: FAIL
[HTMLImageElement.prototype.decode(), src/srcset mutation tests. srcset changes fail decode; following bad decode fails.]
expected: FAIL

View file

@ -0,0 +1,26 @@
[image-decode-picture.html]
type: testharness
[HTMLImageElement.prototype.decode(), picture tests. Image with PNG source decodes with undefined.]
expected: FAIL
[HTMLImageElement.prototype.decode(), picture tests. Image with multiple sources decodes with undefined.]
expected: FAIL
[HTMLImageElement.prototype.decode(), picture tests. Image with PNG data URL source decodes with undefined.]
expected: FAIL
[HTMLImageElement.prototype.decode(), picture tests. Image with SVG source decodes with undefined.]
expected: FAIL
[HTMLImageElement.prototype.decode(), picture tests. Non-existent source fails decode.]
expected: FAIL
[HTMLImageElement.prototype.decode(), picture tests. Corrupt image in src fails decode.]
expected: FAIL
[HTMLImageElement.prototype.decode(), picture tests. Image without srcset fails decode.]
expected: FAIL
[HTMLImageElement.prototype.decode(), picture tests. Multiple decodes for images with src succeed.]
expected: FAIL

View file

@ -0,0 +1,41 @@
[image-decode-svg.tentative.html]
type: testharness
[SVGImageElement.prototype.decode(), basic tests. Image with PNG xlink:href decodes with undefined.]
expected: FAIL
[SVGImageElement.prototype.decode(), basic tests. Image with PNG href decodes with undefined.]
expected: FAIL
[SVGImageElement.prototype.decode(), basic tests. Image with PNG data URL xlink:href decodes with undefined.]
expected: FAIL
[SVGImageElement.prototype.decode(), basic tests. Image with PNG data URL href decodes with undefined.]
expected: FAIL
[SVGImageElement.prototype.decode(), basic tests. Image with SVG xlink:href decodes with undefined.]
expected: FAIL
[SVGImageElement.prototype.decode(), basic tests. Image with SVG href decodes with undefined.]
expected: FAIL
[SVGImageElement.prototype.decode(), basic tests. Non-existent xlink:href fails decode.]
expected: FAIL
[SVGImageElement.prototype.decode(), basic tests. Non-existent href fails decode.]
expected: FAIL
[SVGImageElement.prototype.decode(), basic tests. Corrupt image in xlink:href fails decode.]
expected: FAIL
[SVGImageElement.prototype.decode(), basic tests. Corrupt image in href fails decode.]
expected: FAIL
[SVGImageElement.prototype.decode(), basic tests. Image without xlink:href or href fails decode.]
expected: FAIL
[SVGImageElement.prototype.decode(), basic tests. Multiple decodes with a xlink:href succeed.]
expected: FAIL
[SVGImageElement.prototype.decode(), basic tests. Multiple decodes with a href succeed.]
expected: FAIL

View file

@ -0,0 +1,44 @@
[image-decode.html]
type: testharness
[HTMLImageElement.prototype.decode(), basic tests. Image with PNG src decodes with undefined.]
expected: FAIL
[HTMLImageElement.prototype.decode(), basic tests. Image with PNG data URL src decodes with undefined.]
expected: FAIL
[HTMLImageElement.prototype.decode(), basic tests. Image with SVG src decodes with undefined.]
expected: FAIL
[HTMLImageElement.prototype.decode(), basic tests. Non-existent src fails decode.]
expected: FAIL
[HTMLImageElement.prototype.decode(), basic tests. Inactive document fails decode.]
expected: FAIL
[HTMLImageElement.prototype.decode(), basic tests. Adopted active image into inactive document fails decode.]
expected: FAIL
[HTMLImageElement.prototype.decode(), basic tests. Adopted inactive image into active document succeeds.]
expected: FAIL
[HTMLImageElement.prototype.decode(), basic tests. Corrupt image in src fails decode.]
expected: FAIL
[HTMLImageElement.prototype.decode(), basic tests. Image without src/srcset fails decode.]
expected: FAIL
[HTMLImageElement.prototype.decode(), basic tests. Multiple decodes for images with src succeed.]
expected: FAIL
[HTMLImageElement.prototype.decode(), basic tests. Image with PNG srcset decodes with undefined.]
expected: FAIL
[HTMLImageElement.prototype.decode(), basic tests. Image with SVG srcset decodes with undefined.]
expected: FAIL
[HTMLImageElement.prototype.decode(), basic tests. Non-existent srcset fails decode.]
expected: FAIL
[HTMLImageElement.prototype.decode(), basic tests. Multiple decodes for images with srcset succeed.]
expected: FAIL