| Index: third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/source-list-parsing-paths-03.sub.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/source-list-parsing-paths-03.sub.html b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/source-list-parsing-paths-03.sub.html
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..b60eccb9ba9bffdfd1d09213556ace9b414b6dfc
 | 
| --- /dev/null
 | 
| +++ b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/source-list-parsing-paths-03.sub.html
 | 
| @@ -0,0 +1,22 @@
 | 
| +<!DOCTYPE html>
 | 
| +<html>
 | 
| +
 | 
| +<head>
 | 
| +    <!-- Programmatically converted from a WebKit Reftest, please forgive resulting idiosyncracies.-->
 | 
| +    <title>source-list-parsing-paths-03</title>
 | 
| +    <script src="/resources/testharness.js"></script>
 | 
| +    <script src="/resources/testharnessreport.js"></script>
 | 
| +    <script src="../support/logTest.sub.js?logs=[]"></script>
 | 
| +    <script src="../support/alertAssert.sub.js?alerts=[]"></script>
 | 
| +    <!-- enforcing policy:
 | 
| +script-src 'self' 'unsafe-inline' 'unsafe-inline' example.com/js/; connect-src 'self';
 | 
| +-->
 | 
| +</head>
 | 
| +
 | 
| +<body>
 | 
| +    <p>This test passes if the source expression does not throw an "invalid source" error.</p>
 | 
| +    <div id="log"></div>
 | 
| +    <script async defer src="../support/checkReport.sub.js?reportExists=false"></script>
 | 
| +</body>
 | 
| +
 | 
| +</html>
 | 
| 
 |