Skip to content

Commit

Permalink
Auto merge of #16528 - servo:wpt, r=jdm
Browse files Browse the repository at this point in the history
Update web-platform-tests

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16528)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Apr 22, 2017
2 parents 7ff803e + 665817d commit bb86bb8
Show file tree
Hide file tree
Showing 35,337 changed files with 1,872,474 additions and 70,451 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion python/servo/lints/wpt_lint.py
Expand Up @@ -36,6 +36,6 @@ def run(self):
from tools.lint import lint
sys.path.remove(wpt_working_dir)
file_dir = os.path.abspath(os.path.join(WPT_PATH, suite))
returncode = lint.lint(file_dir, files, output_json=False, css_mode=False)
returncode = lint.lint(file_dir, list(files), output_format="json", css_mode=False)
if returncode:
yield ("WPT Lint Tool", "", "lint error(s) in Web Platform Tests: exit status %s" % returncode)
@@ -0,0 +1,20 @@
[createImageBitmap-drawImage.html]
type: testharness
[createImageBitmap from a HTMLImageElement, and drawImage on the created ImageBitmap]
expected: FAIL

[createImageBitmap from a Blob, and drawImage on the created ImageBitmap]
expected: FAIL

[createImageBitmap from a HTMLCanvasElement, and drawImage on the created ImageBitmap]
expected: FAIL

[createImageBitmap from an ImageBitmap, and drawImage on the created ImageBitmap]
expected: FAIL

[createImageBitmap from an ImageData, and drawImage on the created ImageBitmap]
expected: FAIL

[createImageBitmap from a HTMLVideoElement, and drawImage on the created ImageBitmap]
expected: FAIL

@@ -0,0 +1,5 @@
[2d.imageData.create2.zero.html]
type: testharness
[createImageData(sw, sh) throws INDEX_SIZE_ERR if size is zero]
expected: FAIL

@@ -0,0 +1,5 @@
[2d.imageData.get.zero.html]
type: testharness
[getImageData() throws INDEX_SIZE_ERR if size is zero]
expected: FAIL

@@ -0,0 +1,5 @@
[2d.imageData.object.ctor.array.bounds.html]
type: testharness
[ImageData has a usable constructor]
expected: FAIL

This file was deleted.

3 changes: 3 additions & 0 deletions tests/wpt/metadata/FileAPI/blob/Blob-XHR-revoke.html.ini
Expand Up @@ -4,3 +4,6 @@
[Revoking blob URL used with XMLHttpRequest]
expected: FAIL

[Revoke blob URL after open(), will fetch]
expected: FAIL

0 comments on commit bb86bb8

Please sign in to comment.