Auto merge of #26296 - ramyananth:master, r=jdm

Implementing createImageBitmap

<!-- Please describe your changes on the following line: -->
Implementing createImageBitmap method for canvas image source.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #20650 (GitHub issue number if applicable)

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
This commit is contained in:
bors-servo 2020-04-30 12:05:21 -04:00 committed by GitHub
commit 39e4eb43c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
73 changed files with 340 additions and 46 deletions

View file

@ -0,0 +1,4 @@
[tex-2d-alpha-alpha-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-luminance-luminance-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgb-rgb-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgb-rgb-unsigned_short_5_6_5.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgba-rgba-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,5 @@
[tex-2d-alpha-alpha-unsigned_byte.html]
expected: ERROR
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[tex-2d-luminance-luminance-unsigned_byte.html]
expected: ERROR
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html]
expected: ERROR
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[tex-2d-rgb-rgb-unsigned_byte.html]
expected: ERROR
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[tex-2d-rgb-rgb-unsigned_short_5_6_5.html]
expected: ERROR
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[tex-2d-rgba-rgba-unsigned_byte.html]
expected: ERROR
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html]
expected: ERROR
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html]
expected: ERROR
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,4 @@
[tex-2d-alpha-alpha-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-luminance-luminance-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgb-rgb-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgb-rgb-unsigned_short_5_6_5.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgba-rgba-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-alpha-alpha-unsigned_byte.html]
[WebGL test #1: createImageBitmap(imageData) should succeed.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-luminance-luminance-unsigned_byte.html]
[WebGL test #1: createImageBitmap(imageData) should succeed.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html]
[WebGL test #1: createImageBitmap(imageData) should succeed.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgb-rgb-unsigned_byte.html]
[WebGL test #1: createImageBitmap(imageData) should succeed.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgb-rgb-unsigned_short_5_6_5.html]
[WebGL test #1: createImageBitmap(imageData) should succeed.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgba-rgba-unsigned_byte.html]
[WebGL test #1: createImageBitmap(imageData) should succeed.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html]
[WebGL test #1: createImageBitmap(imageData) should succeed.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html]
[WebGL test #1: createImageBitmap(imageData) should succeed.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-alpha-alpha-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-luminance-luminance-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgb-rgb-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgb-rgb-unsigned_short_5_6_5.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgba-rgba-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,5 @@
[tex-2d-alpha-alpha-unsigned_byte.html]
expected: TIMEOUT
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[tex-2d-luminance-luminance-unsigned_byte.html]
expected: TIMEOUT
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html]
expected: TIMEOUT
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[tex-2d-rgb-rgb-unsigned_byte.html]
expected: TIMEOUT
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[tex-2d-rgb-rgb-unsigned_short_5_6_5.html]
expected: TIMEOUT
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[tex-2d-rgba-rgba-unsigned_byte.html]
expected: TIMEOUT
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html]
expected: TIMEOUT
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html]
expected: TIMEOUT
[Overall test]
expected: NOTRUN