| Index: third_party/WebKit/LayoutTests/http/tests/security/cross-origin-createImageBitmap-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/cross-origin-createImageBitmap-expected.txt b/third_party/WebKit/LayoutTests/http/tests/security/cross-origin-createImageBitmap-expected.txt
|
| index 21bbc2667ba1fda23adea14f1652ce40b80a5216..51879544878cef9551105a53b09a7ee64e1ada43 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/cross-origin-createImageBitmap-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/cross-origin-createImageBitmap-expected.txt
|
| @@ -1,15 +1,17 @@
|
| -The image bitmap factories should throw exceptions on cross-origin access.
|
| +The image bitmap factories should not throw exceptions on cross-origin access.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS Rejected as expected: image
|
| -PASS reason instanceof Error is true
|
| -SecurityError: Failed to execute 'createImageBitmap' on 'Window': Cross-origin access to the source image is denied.
|
| -PASS Rejected as expected: video
|
| -PASS reason instanceof Error is true
|
| -SecurityError: Failed to execute 'createImageBitmap' on 'Window': Cross-origin access to the source video is denied.
|
| +PASS Resolved as expected: image
|
| +PASS PASS: ImageBitmap is tainted. Threw error: SecurityError: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': The canvas has been tainted by cross-origin data.
|
| +PASS Resolved as expected: imageBitmap
|
| +PASS PASS: ImageBitmap is tainted. Threw error: SecurityError: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': The canvas has been tainted by cross-origin data.
|
| +PASS Resolved as expected: canvas
|
| +PASS PASS: ImageBitmap is tainted. Threw error: SecurityError: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': The canvas has been tainted by cross-origin data.
|
| +PASS Resolved as expected: video
|
| +PASS PASS: ImageBitmap is tainted. Threw error: SecurityError: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': The canvas has been tainted by cross-origin data.
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
| -
|
| +
|
|
|