Bug 1874684 - Part 17: Fix uninitialised variable warnings from clang-tidy. r=allstarschh
[gecko.git] / layout / reftests / line-breaking / currency-2.html
blob887561833f941ba21d9b257c0ebbd5317f0838a1
1 <html>
2 <head>
3 <style type="text/css"> p { margin: 5px 1em; width: 0; } </style>
4 </head>
5 <body>
7 <!-- RUPEE SIGN -->
8 <p>______&#x20A8;123,456-</p>
9 <p>123,456&#x20A8;______</p>
11 <!-- WON SIGN -->
12 <p>______&#x20A9;123,456-</p>
13 <p>123,456&#x20A9;______</p>
15 <!-- NEW SHEQEL SIGN -->
16 <p>______&#x20AA;123,456-</p>
17 <p>123,456&#x20AA;______</p>
19 <!-- DONG SIGN -->
20 <p>______&#x20AB;123,456-</p>
21 <p>123,456&#x20AB;______</p>
23 <!-- U+20AC is EURO SIGN -->
25 <!-- KIP SIGN -->
26 <p>______&#x20AD;123,456-</p>
27 <p>123,456&#x20AD;______</p>
29 <!-- TUGRIK SIGN -->
30 <p>______&#x20AE;123,456-</p>
31 <p>123,456&#x20AE;______</p>
33 <!-- DRACHMA SIGN -->
34 <p>______&#x20AF;123,456-</p>
35 <p>123,456&#x20AF;______</p>
37 <!-- GERMAN PENNY SIGN -->
38 <p>______&#x20B0;123,456-</p>
39 <p>123,456&#x20B0;______</p>
41 <!-- PESO SIGN -->
42 <p>______&#x20B1;123,456-</p>
43 <p>123,456&#x20B1;______</p>
45 <!-- GUARANI SIGN -->
46 <p>______&#x20B2;123,456-</p>
47 <p>123,456&#x20B2;______</p>
49 <!-- AUSTRAL SIGN -->
50 <p>______&#x20B3;123,456-</p>
51 <p>123,456&#x20B3;______</p>
53 <!-- HRYVNIA SIGN -->
54 <p>______&#x20B4;123,456-</p>
55 <p>123,456&#x20B4;______</p>
57 <!-- CEDI SIGN -->
58 <p>______&#x20B5;123,456-</p>
59 <p>123,456&#x20B5;______</p>
61 </body>
62 </html>