layout/xul/grid/reftests/not-full-row-group-align-ref.xhtml

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 <?xml version="1.0" encoding="UTF-8"?>
     2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     3 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     4 <html xmlns="http://www.w3.org/1999/xhtml">
     5 <head>
     6 	<title>XUL Grid Test</title>
     7 	<style type="text/css">
     8 	html { background: black; }
     9 	html, body { margin: 0; padding: 0; height: 100%; }
    10 	div { position: absolute; }
    11 	</style>
    12 </head>
    13 <body>
    15 <div style="background: rgb(0, 102, 153);
    16             top: 100px; height: 100px; left: 100px; width: 100px;" />
    17 <div style="background: rgb(0, 255, 0);
    18             top: 0px; height: 100px; left: 100px; width: 100px;" />
    19 <div style="background: rgb(0, 255, 0);
    20             top: 200px; height: 100px; left: 100px; width: 100px;" />
    21 <div style="background: rgb(0, 0, 153);
    22             top: 100px; height: 100px; left: 0px; width: 100px;" />
    23 <div style="background: rgb(0, 0, 153);
    24             top: 100px; height: 100px; left: 200px; width: 100px;" />
    26 </body>
    27 </html>

mercurial