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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/line-breaking/numerics-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,24 @@
     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>01234567890123456789</p>
    1.11 +<p>01,234,567,890,123,456,789</p>
    1.12 +<p>01.234.567.890.123.456.789</p>
    1.13 +
    1.14 +<p>-01234567890123456789</p>
    1.15 +<p>-01,234,567,890,123,456,789</p>
    1.16 +<p>-01.234.567.890.123.456.789</p>
    1.17 +
    1.18 +<p>+01234567890123456789</p>
    1.19 +<p>+01,234,567,890,123,456,789</p>
    1.20 +<p>+01.234.567.890.123.456.789</p>
    1.21 +
    1.22 +<p>&#xB1;01234567890123456789</p>
    1.23 +<p>&#xB1;01,234,567,890,123,456,789</p>
    1.24 +<p>&#xB1;01.234.567.890.123.456.789</p>
    1.25 +
    1.26 +</body>
    1.27 +</html>

mercurial