summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-properties-values-api/support/alt/alt.css
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-properties-values-api/support/alt/alt.css')
-rw-r--r--testing/web-platform/tests/css/css-properties-values-api/support/alt/alt.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-properties-values-api/support/alt/alt.css b/testing/web-platform/tests/css/css-properties-values-api/support/alt/alt.css
new file mode 100644
index 0000000000..aeb6ad5abe
--- /dev/null
+++ b/testing/web-platform/tests/css/css-properties-values-api/support/alt/alt.css
@@ -0,0 +1,4 @@
+#target {
+ --reg-alt-non-inherited-url: url(foo.jpg);
+ --reg-alt-non-inherited-func: url("foo.jpg");
+}