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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/line-breaking/currency-1.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 +<p>______$123,456-</p>
    1.11 +<p>123,456$______</p>
    1.12 +
    1.13 +<!-- BACK SLASH is used for YEN SIGN and WON SIGN in Japan and Korea -->
    1.14 +<p>______\123,456-</p>
    1.15 +<p>123,456\______</p>
    1.16 +
    1.17 +<p>______&euro;123,456-</p>
    1.18 +<p>123,456&euro;______</p>
    1.19 +
    1.20 +<p>______&cent;;123,456-</p>
    1.21 +<p>123,456&cent;______</p>
    1.22 +
    1.23 +<p>______&pound;123,456-</p>
    1.24 +<p>123,456&pound;______</p>
    1.25 +
    1.26 +<p>______&curren;123,456-</p>
    1.27 +<p>123,456&curren;______</p>
    1.28 +
    1.29 +<p>______&yen;123,456-</p>
    1.30 +<p>123,456&yen;______</p>
    1.31 +
    1.32 +<!-- EURO-CURRENCY SIGN -->
    1.33 +<p>______&#x20A0;123,456-</p>
    1.34 +<p>123,456&#x20A0;______</p>
    1.35 +
    1.36 +<!-- COLON SIGN -->
    1.37 +<p>______&#x20A1;123,456-</p>
    1.38 +<p>123,456&#x20A1;______</p>
    1.39 +
    1.40 +<!-- CRUZEIRO SIGN -->
    1.41 +<p>______&#x20A2;123,456-</p>
    1.42 +<p>123,456&#x20A2;______</p>
    1.43 +
    1.44 +<!-- FRENCH FRANC SIGN -->
    1.45 +<p>______&#x20A3;123,456-</p>
    1.46 +<p>123,456&#x20A3;______</p>
    1.47 +
    1.48 +<!-- LIRA SIGN -->
    1.49 +<p>______&#x20A4;123,456-</p>
    1.50 +<p>123,456&#x20A4;______</p>
    1.51 +
    1.52 +<!-- MILL SIGN -->
    1.53 +<p>______&#x20A5;123,456-</p>
    1.54 +<p>123,456&#x20A5;______</p>
    1.55 +
    1.56 +<!-- NAIRA SIGN -->
    1.57 +<p>______&#x20A6;123,456-</p>
    1.58 +<p>123,456&#x20A6;______</p>
    1.59 +
    1.60 +<!-- PESETA SIGN -->
    1.61 +<p>______&#x20A7;123,456-</p>
    1.62 +<p>123,456&#x20A7;______</p>
    1.63 +
    1.64 +</body>
    1.65 +</html>

mercurial