summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-shadow/decorations-multiple-zorder.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/text-shadow/decorations-multiple-zorder.html')
-rw-r--r--layout/reftests/text-shadow/decorations-multiple-zorder.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/text-shadow/decorations-multiple-zorder.html b/layout/reftests/text-shadow/decorations-multiple-zorder.html
new file mode 100644
index 0000000000..bd8cd7155d
--- /dev/null
+++ b/layout/reftests/text-shadow/decorations-multiple-zorder.html
@@ -0,0 +1,7 @@
+<!DOCTYPE HTML>
+<style>
+div{
+ text-decoration-skip-ink: none;
+ }
+</style>
+<div style="text-shadow: 2px 2px; color: blue; text-decoration: underline; position: absolute; top: 20px; left: 20px;">test<span style="text-decoration: overline; color: red;">for<span style="text-decoration: underline; color: green;">quirks</span></span></div>