summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-decoration/emphasis-style-dynamic-ref.html
blob: 786be94023899286d0cfa21ab862e73914d45847 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<html lang="ja">
<meta charset="UTF-8">
<title>Bug 1229278 - Dynamic change to text-emphasis-style</title>
<style>
  div {
    line-height: 5;
    text-emphasis-style: filled triangle;
  }
</style>
<div>テスト</div>
</html>