Thu, 15 Jan 2015 21:03:48 +0100
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 <meta charset=utf-8>
3 <title> Layout Helpers </title>
5 <style>
6 html {
7 height: 300%;
8 width: 300%;
9 }
10 div#some {
11 position: absolute;
12 background: black;
13 width: 2px;
14 height: 2px;
15 }
16 iframe {
17 position: absolute;
18 width: 40px;
19 height: 40px;
20 border: 0;
21 }
22 </style>
24 <div id=some></div>
25 <iframe id=frame src='./browser_layoutHelpers_iframe.html'></iframe>