<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
        <title>Test : Fonts : Whitespace : extra spaces</title>
        <style type="text/css">
            p { font-family: serif; }
        </style>
    </head>
    <body>
    <p blah="foot">text <tt>tt</tt>    -     and <b>b</b> and <i>i</i> and <big>big</big> and <small>small</small></p>
    <p> text <em>em</em>, <strong>strong</strong>, <dfn>dfn</dfn>, <code>code</code>,
        <samp>samp</samp>, <kbd>kbd</kbd>, <var>var</var>, <cite>cite</cite>,
        and finally <a href="#">a link</a>
        </p>
    <p>nested styles <b>bold</b>, <i>italic</i>, and <b><i>bold-talic!</i></b></p>
    <p>inserted <ins>text</ins> and deleted <del>text</del></p>

        <p>This is some <b>bold</b> text with normal spacing</p>

        <p>There should be only one    space between 'one' and 'space'</p>
        <p>There should be only one <span> space </span>between 'one' and 'space'</p>
        <p>There should be only one             
        
        
        space between 'one' and 'space'</p>
        
        <p>This text<b>has no spaces</b>between bold and non bold</p>
        
        <p>this is a really long paragraph full of lots and lots of text
        that we need to calculate very carefully.</p>
        
        <p>thisisonereallylonglonglongsinglewordoftexttotrytobreak</p>

    </body>

</html>