| Index: third_party/WebKit/LayoutTests/external/wpt/content-security-policy/support/inject-image.sub.js
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/support/inject-image.sub.js b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/support/inject-image.sub.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..acf04f325f7d3fd5c959cd46d8b18cae0c6d8948
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/support/inject-image.sub.js
|
| @@ -0,0 +1,3 @@
|
| +var i = document.createElement('img');
|
| +i.src = "http://{{domains[www]}}:{{ports[http][0]}}/content-security-policy/support/fail.png";
|
| +document.body.appendChild(i);
|
|
|