layout/reftests/tab-size/tab-size-change-1-ref.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <!DOCTYPE html>
     2 <html>
     3 <head>
     4 <style type="text/css">
     5 body {
     6   font-family: serif;
     7   padding: 2px;
     8 }
     9 span {
    10   padding: 2px;
    11 }
    12 </style>
    13 </head>
    14 <body>
    15 <div style="white-space: pre">
    16 <span>one</span>&#9;<span>two</span>&#9;<span>three</span>&#9;<span>four</span>&#9;<span>five</span>
    17 <span>six</span>&#9;<span>seven</span>&#9;<span>eight</span>&#9;<span>nine</span>&#9;<span>ten</span>
    18 </div>
    19 </body>
    20 </html>

mercurial