| Index: LayoutTests/http/tests/security/cross-origin-createImageBitmap-expected.txt
 | 
| diff --git a/LayoutTests/http/tests/security/cross-origin-createImageBitmap-expected.txt b/LayoutTests/http/tests/security/cross-origin-createImageBitmap-expected.txt
 | 
| index 1afb01bc89d08aae77c9daf4c0d19f1743925989..21bbc2667ba1fda23adea14f1652ce40b80a5216 100644
 | 
| --- a/LayoutTests/http/tests/security/cross-origin-createImageBitmap-expected.txt
 | 
| +++ b/LayoutTests/http/tests/security/cross-origin-createImageBitmap-expected.txt
 | 
| @@ -3,8 +3,12 @@ The image bitmap factories should throw exceptions on cross-origin access.
 | 
|  On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 | 
|  
 | 
|  
 | 
| -PASS createImageBitmap(img, 0, 0, 10, 10) threw exception SecurityError: Failed to execute 'createImageBitmap' on 'Window': Cross-origin access to the source image is denied..
 | 
| -PASS createImageBitmap(vid, 0, 0, 10, 10) threw exception SecurityError: Failed to execute 'createImageBitmap' on 'Window': Cross-origin access to the source video is denied..
 | 
| +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 successfullyParsed is true
 | 
|  
 | 
|  TEST COMPLETE
 | 
| 
 |