Skip to content

Commit

Permalink
Update web-platform-tests to revision b202bbb5aa0d235b22bac11fe902eab…
Browse files Browse the repository at this point in the history
…1094ef9d2
  • Loading branch information
servo-wpt-sync committed Mar 14, 2018
1 parent 9a6c968 commit e90dd8b
Show file tree
Hide file tree
Showing 43 changed files with 669 additions and 286 deletions.
@@ -1,17 +1,16 @@
[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: NOTRUN
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: NOTRUN
expected: FAIL

[createImageBitmap from an ImageData, and drawImage on the created ImageBitmap]
expected: FAIL
Expand Down Expand Up @@ -44,13 +43,13 @@
expected: FAIL

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

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

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

[createImageBitmap from a bitmap HTMLImageElement, and drawImage on the created ImageBitmap]
expected: FAIL
Expand Down Expand Up @@ -158,26 +157,26 @@
expected: FAIL

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

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

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

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

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

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

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

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

0 comments on commit e90dd8b

Please sign in to comment.