Skip to content

Commit

Permalink
Update web-platform-tests to revision 66f38302334f162d363afcf4a1792d8…
Browse files Browse the repository at this point in the history
…95072f3ef
  • Loading branch information
servo-wpt-sync committed Jun 14, 2018
1 parent 36f5b69 commit b198cd7
Show file tree
Hide file tree
Showing 622 changed files with 3,365 additions and 1,992 deletions.
@@ -1,10 +1,11 @@
[createImageBitmap-drawImage.html]
type: testharness
expected: TIMEOUT
[createImageBitmap from a HTMLImageElement, and drawImage on the created ImageBitmap]
expected: FAIL

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

[createImageBitmap from a HTMLCanvasElement, and drawImage on the created ImageBitmap]
expected: FAIL
Expand Down Expand Up @@ -46,10 +47,10 @@
expected: FAIL

[createImageBitmap from an ImageBitmap with negative sw/sh, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN

[createImageBitmap from a Blob with negative sw/sh, and drawImage on the created ImageBitmap]
expected: FAIL
expected: NOTRUN

[createImageBitmap from a bitmap HTMLImageElement, and drawImage on the created ImageBitmap]
expected: FAIL
Expand Down Expand Up @@ -166,17 +167,17 @@
expected: FAIL

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

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

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

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

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

1 change: 1 addition & 0 deletions tests/wpt/metadata/FileAPI/idlharness.worker.js.ini
@@ -1,5 +1,6 @@
[idlharness.worker.html]
type: testharness
expected: ERROR
[ArrayBuffer interface: existence and properties of interface object]
expected: FAIL

Expand Down

0 comments on commit b198cd7

Please sign in to comment.