summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text-decor/text-shadow/decorations-multiple-zorder.html
blob: 22406534b689e1ee810a4ad3eb5e41a86f93e088 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE HTML>
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-shadow-property">
<link rel="match" href="decorations-multiple-zorder-ref.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>