tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

conservative-range-2.html (603B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset=utf-8>
      5 <title>Bug 809020</title>
      6 <style>
      7 p { 
      8  font-family: monospace;
      9  margin: 1em 0;
     10  width:0;
     11 }
     12 </style>
     13 </head>
     14 <body>
     15 
     16 Line breaks should always occur before a '/' character,
     17 and no fragment should be less than 6 chars long.
     18 
     19 <p>/a/a</p>
     20 <p>/a/a/a</p>
     21 <p>/a/a/a/a</p>
     22 <p>/a/a/a/a/a</p>
     23 <p>/a/a/a/a/a/a</p>
     24 
     25 <p>/aa/aa/aa/aa/aa/aa/aa</p>
     26 <p>/aaa/aaa/aaa/aaa/aaa</p>
     27 <p>/aaaa/aaaa/aaaa/aaaa</p>
     28 <p>/aaaaa/aaaaa/aaaaa</p>
     29 <p>/aaaaaa/aaaaaa/aaaaaa</p>
     30 
     31 <p>/a/ab/abc/abcd/abcde/abcdef/abcdefg</p>
     32 <p>/abcdefg/abcdef/abcde/abcd/abc/ab/a</p>
     33 
     34 </body>
     35 </html>