<!DOCTYPE html> | |
<html> | |
<body> | |
<p>This tests that loading image with a blob URL is allowed when the page has Content Security Policy "image-src *" and the WebKit setting AllowContentSecurityPolicySourceStarToMatchAnyProtocol is enabled. To run this test by hand, select an image file. This test PASSED if the image loads. Otherwise, it FAILED.</p> | |
<img width="128" height="128" src="../../fast/dom/resources/abe.png"> | |
</body> | |
</html> |