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 | <!DOCTYPE html> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <title>CSS Reftest Reference</title> |
michael@0 | 5 | <link rel="author" title="Mirela Budăeș" href="mailto:mbudaes@adobe.com"> |
michael@0 | 6 | <style> |
michael@0 | 7 | .parent { |
michael@0 | 8 | opacity: 0.9; |
michael@0 | 9 | background: yellow;/*rgb(255,255,0);*/ |
michael@0 | 10 | margin: 30px; |
michael@0 | 11 | width: 120px; |
michael@0 | 12 | height: 120px; |
michael@0 | 13 | display: inline-block; |
michael@0 | 14 | } |
michael@0 | 15 | .blended { |
michael@0 | 16 | width: 100px; |
michael@0 | 17 | height: 100px; |
michael@0 | 18 | background: aqua;/*rgb(0,255,255);*/ |
michael@0 | 19 | display: inline-block; |
michael@0 | 20 | margin-top: 10px; |
michael@0 | 21 | margin-left: 10px; |
michael@0 | 22 | } |
michael@0 | 23 | .childBlended { |
michael@0 | 24 | background: lime;/*rgb(0,255,0);*/ |
michael@0 | 25 | width: 80px; |
michael@0 | 26 | height: 80px; |
michael@0 | 27 | margin-top: 10px; |
michael@0 | 28 | margin-left: 10px; |
michael@0 | 29 | opacity: 0.99; |
michael@0 | 30 | } |
michael@0 | 31 | </style> |
michael@0 | 32 | </head> |
michael@0 | 33 | <body> |
michael@0 | 34 | <div class="parent"> |
michael@0 | 35 | <div class="blended"> |
michael@0 | 36 | <div class="childBlended"></div> |
michael@0 | 37 | </div> |
michael@0 | 38 | </div> |
michael@0 | 39 | </body> |
michael@0 | 40 | </html> |