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.)
michael@0 | 1 | <html class="reftest-wait"> |
michael@0 | 2 | <head> |
michael@0 | 3 | </head> |
michael@0 | 4 | <body style="direction: rtl;"> |
michael@0 | 5 | m |
michael@0 | 6 | <span id="a" style="border: 1px solid black;"></span> |
michael@0 | 7 | <div><script>document.body.offsetHeight;</script></div> |
michael@0 | 8 | m |
michael@0 | 9 | |
michael@0 | 10 | <script> |
michael@0 | 11 | function doe() { |
michael@0 | 12 | var a=document.getElementById('a'); |
michael@0 | 13 | a.style.outline = '1px solid transparent'; |
michael@0 | 14 | document.body.offsetHeight; |
michael@0 | 15 | a.style.outline = ''; |
michael@0 | 16 | document.documentElement.removeAttribute('class'); |
michael@0 | 17 | } |
michael@0 | 18 | setTimeout(doe, 500); |
michael@0 | 19 | </script> |
michael@0 | 20 | </body> |
michael@0 | 21 | </html> |