summaryrefslogtreecommitdiffstats
path: root/layout/reftests/color-scheme/prefers-color-scheme-svg-image-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/color-scheme/prefers-color-scheme-svg-image-ref.html')
-rw-r--r--layout/reftests/color-scheme/prefers-color-scheme-svg-image-ref.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/color-scheme/prefers-color-scheme-svg-image-ref.html b/layout/reftests/color-scheme/prefers-color-scheme-svg-image-ref.html
new file mode 100644
index 0000000000..6551eaffae
--- /dev/null
+++ b/layout/reftests/color-scheme/prefers-color-scheme-svg-image-ref.html
@@ -0,0 +1,7 @@
+<!doctype html>
+<div style="color-scheme: light">
+ <img src="prefers-color-scheme-light.svg">
+</div>
+<div style="color-scheme: dark">
+ <img src="prefers-color-scheme-dark.svg">
+</div>