summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-10-23 23:57:46 -0600
committerGitHub <noreply@github.com>2020-10-23 23:57:46 -0600
commit3bf8cb35e05182c2aa431b336516898dd4f4353a (patch)
tree3082b8e73810b38270d786e7df71d2f3d2ba2786 /test/fixtures
parentae24065dc0c7b025abb12e5ba02fd5c828db54b7 (diff)
resolves #3765 download and embed custom remote stylesheet if allow-uri-read is set (PR #3766)
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/custom.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fixtures/custom.css b/test/fixtures/custom.css
new file mode 100644
index 00000000..92ae40db
--- /dev/null
+++ b/test/fixtures/custom.css
@@ -0,0 +1,3 @@
+mark {
+ color: green;
+}