layout/generic/crashtests/849603.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.)

michael@0 1 <!DOCTYPE html>
michael@0 2 <html>
michael@0 3 <head>
michael@0 4 <style>
michael@0 5
michael@0 6 .container {
michael@0 7 height: 24pt;
michael@0 8 position: relative;
michael@0 9 }
michael@0 10 #colset {
michael@0 11 height: 2in;
michael@0 12 -moz-column-count: 3;
michael@0 13 }
michael@0 14 .c1 {
michael@0 15 position: absolute;
michael@0 16 height: 3in;
michael@0 17 }
michael@0 18 .c2 {
michael@0 19 position: absolute;
michael@0 20 height: 1in;
michael@0 21 }
michael@0 22 .c3 {
michael@0 23 position: absolute;
michael@0 24 height: 3in;
michael@0 25 }
michael@0 26 .f1 {
michael@0 27 margin-bottom: 96pt;
michael@0 28 }
michael@0 29
michael@0 30 </style>
michael@0 31 </head>
michael@0 32 <body>
michael@0 33
michael@0 34 <div id="colset">
michael@0 35 <div class="container"></div>
michael@0 36 <div class="container"></div>
michael@0 37 <p class="following f1"></p>
michael@0 38 <div class="container">
michael@0 39 <div class="overflow c1"></div>
michael@0 40 <div class="overflow c2"></div>
michael@0 41 <div class="overflow c3"></div>
michael@0 42 The quick brown fox jumps over the lazy dog.
michael@0 43 </div>
michael@0 44 </div>
michael@0 45
michael@0 46 </body>
michael@0 47 </html>

mercurial