summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorStephen Kraus <8003332+stephenmk@users.noreply.github.com>2024-01-15 05:04:46 -0600
committerGitHub <noreply@github.com>2024-01-15 11:04:46 +0000
commit9cfa20cbd2289d82a5abf05a2e5ea8af5016222c (patch)
tree468ff2aa11975d9e34b7231586272500d4fae0ea /test
parentdcb26a8ef5c62bf6acbf8130895c37f56e8a9d3f (diff)
Allow `text-shadow` style in dictionary structured content (#527)
Co-authored-by: stephenmk <stephenmk@users.noreply.github.com>
Diffstat (limited to 'test')
-rw-r--r--test/data/dictionaries/valid-dictionary1/term_bank_2.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/data/dictionaries/valid-dictionary1/term_bank_2.json b/test/data/dictionaries/valid-dictionary1/term_bank_2.json
index d46b4c14..30e5418c 100644
--- a/test/data/dictionaries/valid-dictionary1/term_bank_2.json
+++ b/test/data/dictionaries/valid-dictionary1/term_bank_2.json
@@ -103,6 +103,8 @@
{
"tag": "span",
"style": {
+ "color": "#dd2121",
+ "textShadow": "0.5px 0.5px 1px gray",
"textDecorationLine": "underline",
"textDecorationStyle": "wavy",
"textDecorationColor": "red"