gecko-dev/layout/reftests/text-decoration/emphasis-style-dynamic-ref.html
Xidorn Quan 4cc83dede7 Bug 1229278 - Fix dynamic changes to text-emphasis-style. r=dbaron
--HG--
extra : source : 07a894d90fe2fc1bc5d44ffe07cc6ce58a13c706
2015-12-08 12:55:01 -05:00

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>