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 | # This directory includes 7 different permutations of the same tests. |
michael@0 | 2 | # reftest_plain.list is the manifest file for tests without any border, margin |
michael@0 | 3 | # or padding applied to either the abs-pos element or the parent. |
michael@0 | 4 | # reftest_{prop}_{element}.list files are the manifest files for tests with the |
michael@0 | 5 | # CSS property {prop} applied to {element}. These files use the query string |
michael@0 | 6 | # on the test file and the reference file to ask the code in ../handleprop.js add |
michael@0 | 7 | # the corresponding CSS style. |
michael@0 | 8 | |
michael@0 | 9 | # Any changes to the contents of the following files needs to be reflected on |
michael@0 | 10 | # all of them. |
michael@0 | 11 | |
michael@0 | 12 | include reftest_plain.list |
michael@0 | 13 | include reftest_border_abspos.list |
michael@0 | 14 | include reftest_border_parent.list |
michael@0 | 15 | include reftest_margin_abspos.list |
michael@0 | 16 | include reftest_margin_parent.list |
michael@0 | 17 | include reftest_padding_abspos.list |
michael@0 | 18 | include reftest_padding_parent.list |