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 | <?xml version="1.0" encoding="UTF-8"?> |
michael@0 | 2 | <!-- |
michael@0 | 3 | Any copyright is dedicated to the Public Domain. |
michael@0 | 4 | http://creativecommons.org/publicdomain/zero/1.0/ |
michael@0 | 5 | --> |
michael@0 | 6 | <html xmlns="http://www.w3.org/1999/xhtml"> |
michael@0 | 7 | <head> |
michael@0 | 8 | <title>CSS Reftest Reference</title> |
michael@0 | 9 | <link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/> |
michael@0 | 10 | <style> |
michael@0 | 11 | div.flexbox { |
michael@0 | 12 | width: 200px; |
michael@0 | 13 | background: lightgreen; |
michael@0 | 14 | margin-bottom: 5px; |
michael@0 | 15 | line-height: 8px; |
michael@0 | 16 | } |
michael@0 | 17 | textarea { |
michael@0 | 18 | width: 10px; |
michael@0 | 19 | height: 20px; |
michael@0 | 20 | background: white; |
michael@0 | 21 | border-radius: 0; |
michael@0 | 22 | border: 1px dotted green; |
michael@0 | 23 | padding: 0; |
michael@0 | 24 | } |
michael@0 | 25 | </style> |
michael@0 | 26 | </head> |
michael@0 | 27 | <body> |
michael@0 | 28 | <div class="flexbox"> |
michael@0 | 29 | <textarea/> |
michael@0 | 30 | </div> |
michael@0 | 31 | |
michael@0 | 32 | <div class="flexbox" style="height: 24px"> |
michael@0 | 33 | some words |
michael@0 | 34 | <textarea style="float:right"/> |
michael@0 | 35 | </div> |
michael@0 | 36 | |
michael@0 | 37 | <div class="flexbox"> |
michael@0 | 38 | <textarea style="width: 122.5px" |
michael@0 | 39 | /><textarea style="width: 73.5px"/> |
michael@0 | 40 | </div> |
michael@0 | 41 | |
michael@0 | 42 | <div class="flexbox"> |
michael@0 | 43 | <textarea style="width: 93px" |
michael@0 | 44 | /><textarea style="width: 103px"/> |
michael@0 | 45 | </div> |
michael@0 | 46 | |
michael@0 | 47 | <div class="flexbox"> |
michael@0 | 48 | <textarea style="width: 114px" |
michael@0 | 49 | /><textarea style="width: 82px"/> |
michael@0 | 50 | </div> |
michael@0 | 51 | |
michael@0 | 52 | <div class="flexbox"> |
michael@0 | 53 | <textarea style="width: 106px" |
michael@0 | 54 | /><textarea style="width: 90px"/> |
michael@0 | 55 | </div> |
michael@0 | 56 | |
michael@0 | 57 | <div class="flexbox"> |
michael@0 | 58 | <textarea style="width: 46px" |
michael@0 | 59 | /><textarea style="width: 150px"/> |
michael@0 | 60 | </div> |
michael@0 | 61 | |
michael@0 | 62 | </body> |
michael@0 | 63 | </html> |