layout/reftests/line-breaking/currency-2.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/line-breaking/currency-2.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,62 @@
     1.4 +<html>
     1.5 +<head>
     1.6 +<style type="text/css"> p { margin: 5px 1em; width: 0; } </style>
     1.7 +</head>
     1.8 +<body>
     1.9 +
    1.10 +<!-- RUPEE SIGN -->
    1.11 +<p>______&#x20A8;123,456-</p>
    1.12 +<p>123,456&#x20A8;______</p>
    1.13 +
    1.14 +<!-- WON SIGN -->
    1.15 +<p>______&#x20A9;123,456-</p>
    1.16 +<p>123,456&#x20A9;______</p>
    1.17 +
    1.18 +<!-- NEW SHEQEL SIGN -->
    1.19 +<p>______&#x20AA;123,456-</p>
    1.20 +<p>123,456&#x20AA;______</p>
    1.21 +
    1.22 +<!-- DONG SIGN -->
    1.23 +<p>______&#x20AB;123,456-</p>
    1.24 +<p>123,456&#x20AB;______</p>
    1.25 +
    1.26 +<!-- U+20AC is EURO SIGN -->
    1.27 +
    1.28 +<!-- KIP SIGN -->
    1.29 +<p>______&#x20AD;123,456-</p>
    1.30 +<p>123,456&#x20AD;______</p>
    1.31 +
    1.32 +<!-- TUGRIK SIGN -->
    1.33 +<p>______&#x20AE;123,456-</p>
    1.34 +<p>123,456&#x20AE;______</p>
    1.35 +
    1.36 +<!-- DRACHMA SIGN -->
    1.37 +<p>______&#x20AF;123,456-</p>
    1.38 +<p>123,456&#x20AF;______</p>
    1.39 +
    1.40 +<!-- GERMAN PENNY SIGN -->
    1.41 +<p>______&#x20B0;123,456-</p>
    1.42 +<p>123,456&#x20B0;______</p>
    1.43 +
    1.44 +<!-- PESO SIGN -->
    1.45 +<p>______&#x20B1;123,456-</p>
    1.46 +<p>123,456&#x20B1;______</p>
    1.47 +
    1.48 +<!-- GUARANI SIGN -->
    1.49 +<p>______&#x20B2;123,456-</p>
    1.50 +<p>123,456&#x20B2;______</p>
    1.51 +
    1.52 +<!-- AUSTRAL SIGN -->
    1.53 +<p>______&#x20B3;123,456-</p>
    1.54 +<p>123,456&#x20B3;______</p>
    1.55 +
    1.56 +<!-- HRYVNIA SIGN -->
    1.57 +<p>______&#x20B4;123,456-</p>
    1.58 +<p>123,456&#x20B4;______</p>
    1.59 +
    1.60 +<!-- CEDI SIGN -->
    1.61 +<p>______&#x20B5;123,456-</p>
    1.62 +<p>123,456&#x20B5;______</p>
    1.63 +
    1.64 +</body>
    1.65 +</html>

mercurial