layout/reftests/text/word-spacing-01.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/text/word-spacing-01.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,46 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +<body style="word-spacing:10em; width: 433px; height: 590px;">
     1.7 +
     1.8 +<table border="1">
     1.9 +<tr><td>space .</td>
    1.10 +<tr><td>nonbreaking-space&nbsp;.</td>
    1.11 +<tr><td>ideographic-space&#x3000;.</td>
    1.12 +<tr><td>newline
    1.13 +.</td>
    1.14 +<tr><td>tab&#9;.</td>
    1.15 +<tr><td>form-feed&#12;.</td>
    1.16 +</table>
    1.17 +
    1.18 +<table border="1" style="white-space:pre">
    1.19 +<tr><td>space .</td>
    1.20 +<tr><td>nonbreaking-space&nbsp;.</td>
    1.21 +<tr><td>ideographic-space&#x3000;.</td>
    1.22 +<tr><td>newline
    1.23 +.</td>
    1.24 +<tr><td>tab&#9;.</td>
    1.25 +<tr><td>form-feed&#12;.</td>
    1.26 +</table>
    1.27 +
    1.28 +<table border="1" style="white-space:nowrap">
    1.29 +<tr><td>space .</td>
    1.30 +<tr><td>nonbreaking-space&nbsp;.</td>
    1.31 +<tr><td>ideographic-space&#x3000;.</td>
    1.32 +<tr><td>newline
    1.33 +.</td>
    1.34 +<tr><td>tab&#9;.</td>
    1.35 +<tr><td>form-feed&#12;.</td>
    1.36 +</table>
    1.37 +
    1.38 +<table border="1" style="white-space:pre-wrap">
    1.39 +<tr><td>space .</td>
    1.40 +<tr><td>nonbreaking-space&nbsp;.</td>
    1.41 +<tr><td>ideographic-space&#x3000;.</td>
    1.42 +<tr><td>newline
    1.43 +.</td>
    1.44 +<tr><td>tab&#9;.</td>
    1.45 +<tr><td>form-feed&#12;.</td>
    1.46 +</table>
    1.47 +
    1.48 +</body>
    1.49 +</html>

mercurial