Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(443)

Unified Diff: third_party/WebKit/LayoutTests/fast/css/font-variation-settings-css-support.html

Issue 2558053002: Add CSS support for font-variation-settings (Closed)
Patch Set: DCHECK corrected, newline removed. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css/resources/font-variation-settings-css-support.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css/resources/font-variation-settings-css-support.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698