summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-variables/resources/variable-reference-refresh-iframe.css
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-variables/resources/variable-reference-refresh-iframe.css')
-rw-r--r--testing/web-platform/tests/css/css-variables/resources/variable-reference-refresh-iframe.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-variables/resources/variable-reference-refresh-iframe.css b/testing/web-platform/tests/css/css-variables/resources/variable-reference-refresh-iframe.css
new file mode 100644
index 0000000000..7a10918d00
--- /dev/null
+++ b/testing/web-platform/tests/css/css-variables/resources/variable-reference-refresh-iframe.css
@@ -0,0 +1,5 @@
+#testElement
+{
+ --color: green;
+ color: var(--color);
+}