no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / text-decoration / emphasis-style-dynamic.html
blob3e9b920eb076cbf45b21e2426bd8c4648ed45425
1 <!doctype html>
2 <html lang="ja" class="reftest-wait">
3 <meta charset="UTF-8">
4 <title>Bug 1229278 - Dynamic change to text-emphasis-style</title>
5 <style>
6 div {
7 line-height: 5;
8 text-emphasis-style: filled triangle;
10 .reftest-wait div {
11 text-emphasis-style: filled circle;
13 </style>
14 <div>ใƒ†ใ‚นใƒˆ</div>
15 <script>
16 document.addEventListener("MozReftestInvalidate", function() {
17 document.documentElement.className = "";
18 });
19 </script>
20 </html>