diff options
Diffstat (limited to 'layout/reftests/text-shadow/decorations-multiple-zorder.html')
-rw-r--r-- | layout/reftests/text-shadow/decorations-multiple-zorder.html | 3 |
1 files changed, 3 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 000000000..fdc74b16a --- /dev/null +++ b/layout/reftests/text-shadow/decorations-multiple-zorder.html @@ -0,0 +1,3 @@ +<!DOCTYPE HTML> + +<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> |