Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/external/wpt/content-security-policy/font-src/font-whitelisted-ref.html |
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/font-src/font-whitelisted-ref.html b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/font-src/font-whitelisted-ref.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..25ad3bd75cf5645f1abc3ccbbc1632d4bc8f8e60 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/font-src/font-whitelisted-ref.html |
| @@ -0,0 +1,6 @@ |
| +<!doctype html> |
| +<meta charset=utf-8> |
| +<title>csp font-src: whitelisted</title> |
| +<link href="fonts.css" rel="stylesheet" type="text/css"> |
| + |
| +<p>The test passes if the line above shows the same glyphs in the reference.</p> |