Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/css/font-variation-settings-css-support.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/css/font-variation-settings-css-support.html b/third_party/WebKit/LayoutTests/fast/css/font-variation-settings-css-support.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..023251a614b0de983e0b7301e883e08bf625689f |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/css/font-variation-settings-css-support.html |
| @@ -0,0 +1,13 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| +<meta charset="utf-8"> |
| +<script src="../../resources/testharness.js"></script> |
| +<script src="../../resources/testharnessreport.js"></script> |
| + |
| +</script> |
| +</head> |
| +<body> |
| +<script src="resources/font-variation-settings-css-support.js"></script> |
| +</body> |
| +</html> |