| 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..ebfddc5af0f9636c1701936423573d2133dea7f5 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,14 +1,11 @@
|
| -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 Resolved as expected: canvas
|
| +PASS Resolved as expected: video
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|