| Index: third_party/WebKit/LayoutTests/external/wpt/content-security-policy/script-src/10_1_support_2.js
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/script-src/10_1_support_2.js b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/script-src/10_1_support_2.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ba586810f5fcd51db3917fab4af21f70b22aed7f
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/script-src/10_1_support_2.js
|
| @@ -0,0 +1,3 @@
|
| +test(function () {
|
| + assert_true(dataScriptRan, "data script ran");
|
| + }, "Verify that data: as script src runs with this policy");
|
|
|