Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync WPT with upstream (22-05-2018) #20851

Merged
merged 1 commit into from May 23, 2018
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
The table of contents is too big for display.

Always

Just for now

@@ -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: TIMEOUT

[createImageBitmap from a HTMLCanvasElement, and drawImage on the created ImageBitmap]
expected: FAIL
@@ -49,7 +50,7 @@
expected: FAIL

[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
@@ -172,11 +173,11 @@
expected: FAIL

[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

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.