Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
michael@0 | 1 | <?xml version="1.0"?> |
michael@0 | 2 | <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> |
michael@0 | 3 | |
michael@0 | 4 | <window title="Negative flex bug #2" |
michael@0 | 5 | orient="vertical" |
michael@0 | 6 | xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
michael@0 | 7 | <hbox> |
michael@0 | 8 | <button label="Button" flex="1073741823"/> |
michael@0 | 9 | <label value="This is another label" style="-moz-box-flex: 1073741823;"/> |
michael@0 | 10 | <button label="Button" flex="1073741823"/> |
michael@0 | 11 | <label value="This is another label" style="-moz-box-flex: 1073741823;"/> |
michael@0 | 12 | </hbox> |
michael@0 | 13 | <hbox> |
michael@0 | 14 | <button label="Button" flex="1073741824"/> |
michael@0 | 15 | <label value="This is another label" style="-moz-box-flex: 1073741824;"/> |
michael@0 | 16 | <button label="Button" flex="1073741824"/> |
michael@0 | 17 | <label value="This is another label" style="-moz-box-flex: 1073741824;"/> |
michael@0 | 18 | </hbox> |
michael@0 | 19 | <hbox> |
michael@0 | 20 | <button label="Button" flex="1073741825"/> |
michael@0 | 21 | <label value="This is another label" style="-moz-box-flex: 1073741825;"/> |
michael@0 | 22 | <button label="Button" flex="1073741825"/> |
michael@0 | 23 | <label value="This is another label" style="-moz-box-flex: 1073741825;"/> |
michael@0 | 24 | </hbox> |
michael@0 | 25 | |
michael@0 | 26 | <hbox> |
michael@0 | 27 | <button label="Button" flex="1073741823"/> |
michael@0 | 28 | <label value="This is another label" style="-moz-box-flex: 1073741823;"/> |
michael@0 | 29 | <button label="Button" flex="1073741823"/> |
michael@0 | 30 | <label value="This is another label" style="-moz-box-flex: 1073741825;"/> |
michael@0 | 31 | </hbox> |
michael@0 | 32 | <hbox> |
michael@0 | 33 | <button label="Button" flex="1073741823"/> |
michael@0 | 34 | <label value="This is another label" style="-moz-box-flex: 1073741823;"/> |
michael@0 | 35 | <button label="Button" flex="1073741823"/> |
michael@0 | 36 | <label value="This is another label" style="-moz-box-flex: 1073741824;"/> |
michael@0 | 37 | </hbox> |
michael@0 | 38 | <hbox> |
michael@0 | 39 | <button label="Button" flex="1073741824"/> |
michael@0 | 40 | <label value="This is another label" style="-moz-box-flex: 1073741824;"/> |
michael@0 | 41 | <button label="Button" flex="1073741824"/> |
michael@0 | 42 | <label value="This is another label" style="-moz-box-flex: 1073741825;"/> |
michael@0 | 43 | </hbox> |
michael@0 | 44 | <hbox> |
michael@0 | 45 | <button label="Button" flex="1073741824"/> |
michael@0 | 46 | <label value="This is another label" style="-moz-box-flex: 1073741824;"/> |
michael@0 | 47 | <button label="Button" flex="1073741824"/> |
michael@0 | 48 | <label value="This is another label" style="-moz-box-flex: 1073741823;"/> |
michael@0 | 49 | </hbox> |
michael@0 | 50 | <hbox> |
michael@0 | 51 | <button label="Button" flex="1073741825"/> |
michael@0 | 52 | <label value="This is another label" style="-moz-box-flex: 1073741825;"/> |
michael@0 | 53 | <button label="Button" flex="1073741825"/> |
michael@0 | 54 | <label value="This is another label" style="-moz-box-flex: 1073741824;"/> |
michael@0 | 55 | </hbox> |
michael@0 | 56 | <hbox> |
michael@0 | 57 | <button label="Button" flex="1073741825"/> |
michael@0 | 58 | <label value="This is another label" style="-moz-box-flex: 1073741825;"/> |
michael@0 | 59 | <button label="Button" flex="1073741825"/> |
michael@0 | 60 | <label value="This is another label" style="-moz-box-flex: 1073741823;"/> |
michael@0 | 61 | </hbox> |
michael@0 | 62 | |
michael@0 | 63 | |
michael@0 | 64 | <hbox> |
michael@0 | 65 | <button label="Button" flex="1073741823"/> |
michael@0 | 66 | <label value="This is another label" style="-moz-box-flex: 1073741823;"/> |
michael@0 | 67 | <button label="Button" flex="1073741823"/> |
michael@0 | 68 | <label value="This is another label" style="-moz-box-flex: 1;"/> |
michael@0 | 69 | </hbox> |
michael@0 | 70 | <hbox> |
michael@0 | 71 | <button label="Button" flex="1073741824"/> |
michael@0 | 72 | <label value="This is another label" style="-moz-box-flex: 1073741824;"/> |
michael@0 | 73 | <button label="Button" flex="1073741824"/> |
michael@0 | 74 | <label value="This is another label" style="-moz-box-flex: 1;"/> |
michael@0 | 75 | </hbox> |
michael@0 | 76 | <hbox> |
michael@0 | 77 | <button label="Button" flex="1073741825"/> |
michael@0 | 78 | <label value="This is another label" style="-moz-box-flex: 1073741825;"/> |
michael@0 | 79 | <button label="Button" flex="1073741825"/> |
michael@0 | 80 | <label value="This is another label" style="-moz-box-flex: 1;"/> |
michael@0 | 81 | </hbox> |
michael@0 | 82 | <hbox> |
michael@0 | 83 | <button label="Button" flex="1073741823"/> |
michael@0 | 84 | <label value="This is another label" style="-moz-box-flex: 1073741823;"/> |
michael@0 | 85 | <button label="Button" flex="1073741823"/> |
michael@0 | 86 | <label value="This is another label" style="-moz-box-flex: 2;"/> |
michael@0 | 87 | </hbox> |
michael@0 | 88 | <hbox> |
michael@0 | 89 | <button label="Button" flex="1073741824"/> |
michael@0 | 90 | <label value="This is another label" style="-moz-box-flex: 1073741824;"/> |
michael@0 | 91 | <button label="Button" flex="1073741824"/> |
michael@0 | 92 | <label value="This is another label" style="-moz-box-flex: 2;"/> |
michael@0 | 93 | </hbox> |
michael@0 | 94 | <hbox> |
michael@0 | 95 | <button label="Button" flex="1073741825"/> |
michael@0 | 96 | <label value="This is another label" style="-moz-box-flex: 1073741825;"/> |
michael@0 | 97 | <button label="Button" flex="1073741825"/> |
michael@0 | 98 | <label value="This is another label" style="-moz-box-flex: 2;"/> |
michael@0 | 99 | </hbox> |
michael@0 | 100 | |
michael@0 | 101 | <hbox> |
michael@0 | 102 | <button label="Button" flex="1073741823"/> |
michael@0 | 103 | <label value="This is another label" style="-moz-box-flex: 1073741823;"/> |
michael@0 | 104 | <button label="Button" flex="1"/> |
michael@0 | 105 | <label value="This is another label" style="-moz-box-flex: 1;"/> |
michael@0 | 106 | </hbox> |
michael@0 | 107 | <hbox> |
michael@0 | 108 | <button label="Button" flex="1073741824"/> |
michael@0 | 109 | <label value="This is another label" style="-moz-box-flex: 1073741824;"/> |
michael@0 | 110 | <button label="Button" flex="1"/> |
michael@0 | 111 | <label value="This is another label" style="-moz-box-flex: 1;"/> |
michael@0 | 112 | </hbox> |
michael@0 | 113 | <hbox> |
michael@0 | 114 | <button label="Button" flex="1073741825"/> |
michael@0 | 115 | <label value="This is another label" style="-moz-box-flex: 1073741825;"/> |
michael@0 | 116 | <button label="Button" flex="1"/> |
michael@0 | 117 | <label value="This is another label" style="-moz-box-flex: 1;"/> |
michael@0 | 118 | </hbox> |
michael@0 | 119 | <hbox> |
michael@0 | 120 | <button label="Button" flex="1073741823"/> |
michael@0 | 121 | <label value="This is another label" style="-moz-box-flex: 1073741823;"/> |
michael@0 | 122 | <button label="Button" flex="2"/> |
michael@0 | 123 | <label value="This is another label" style="-moz-box-flex: 2;"/> |
michael@0 | 124 | </hbox> |
michael@0 | 125 | <hbox> |
michael@0 | 126 | <button label="Button" flex="1073741824"/> |
michael@0 | 127 | <label value="This is another label" style="-moz-box-flex: 1073741824;"/> |
michael@0 | 128 | <button label="Button" flex="2"/> |
michael@0 | 129 | <label value="This is another label" style="-moz-box-flex: 2;"/> |
michael@0 | 130 | </hbox> |
michael@0 | 131 | <hbox> |
michael@0 | 132 | <button label="Button" flex="1073741825"/> |
michael@0 | 133 | <label value="This is another label" style="-moz-box-flex: 1073741825;"/> |
michael@0 | 134 | <button label="Button" flex="2"/> |
michael@0 | 135 | <label value="This is another label" style="-moz-box-flex: 2;"/> |
michael@0 | 136 | </hbox> |
michael@0 | 137 | </window> |