mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
4cc83dede7
--HG-- extra : source : 07a894d90fe2fc1bc5d44ffe07cc6ce58a13c706
13 lines
243 B
HTML
13 lines
243 B
HTML
<!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>
|