layout/generic/crashtests/359371-2.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     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: 18px;
    21 }
    23 .floatbox {
    24 	float: left;
    25 	margin: 20px 0px 0 0;
    26 	width: 90px;
    27 }
    29 </style>	
    30 </head>
    32 <!-- <body onload="document.getElementById('foo').appendChild(document.createTextNode('aaaaaaa'));"> -->
    33 <div class="columns">
    35 		<p>C
    36 		<p>C
    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
    54 		<p id="foo">xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx </p>
    56     <div class="toppadded">
    57       T
    58       <p class="floatbox">W W W W W W W W Waaaaaaa</p>
    59     </div>
    61 </div>
    63 </body>
    64 </html>

mercurial