layout/generic/crashtests/359371-1.html

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 <!DOCTYPE html>
     2 <html>
     3 <head>
     4 <style type="text/css">
     6 body {
     7   width: 500px;
     8 }
    10 p {
    11 	font-family: monospace;
    12 	font-size: 12px;
    13 }
    14 .columns {
    15 	-moz-column-count: 3;
    16 }
    18 .toppadded
    19 {
    20 	padding-top: 20px;
    21 }
    23 .floatbox {
    24 	float: left;
    25 	margin: 3px 10px 0 0;
    26 	padding: 8px 3px;
    27 	width: 55px;
    28 }
    30 </style>	
    31 </head>
    33 <body onload="document.getElementById('foo').appendChild(document.createTextNode('aaaaaaa'));">
    35 <div class="columns">
    37 		<p>C
    38 		<p>C
    39 		<p>C
    40 		<p>C
    41 		<p>C
    42 		<p>C
    43 		<p>C
    44 		<p>C
    45 		<p>C
    46 		<p>C
    47 		<p>C
    48 		<p>C
    49 		<p>C
    50 		<p>C
    51 		<p>C
    52 		<p>C
    53 		<p>C
    54 		<p>C
    56 		<p id="foo">xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx </p>
    58     <div class="toppadded">
    59       T
    60       <p class="floatbox">W W W W W W</p>
    61     </div>
    63 </div>
    65 </body>
    66 </html>

mercurial