Chromium Code Reviews| Index: LayoutTests/http/tests/htmlimports/resources/having-domain-policy.html |
| diff --git a/LayoutTests/http/tests/htmlimports/resources/having-domain-policy.html b/LayoutTests/http/tests/htmlimports/resources/having-domain-policy.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d054dfe858638d823d9684300bd266aaf19b2a46 |
| --- /dev/null |
| +++ b/LayoutTests/http/tests/htmlimports/resources/having-domain-policy.html |
| @@ -0,0 +1,13 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| +<meta http-equiv="Content-Security-Policy" content="script-src http://localhost:8000"> |
| +<script src="external-script.js"></script> |
| +<script src="http://localhost:8000//htmlimports/resources/cors-js.cgi"></script> |
|
abarth-chromium
2013/07/26 17:17:34
You should also test the case where the script ele
|
| +<script> |
| +document.inlineScriptHasRun = true; |
| +eval("document.evalFromInlineHasRun = true;"); |
| +</script> |
| + |
| +</head> |
| +</html> |