Commit Graph

25 Commits

Author SHA1 Message Date
Andrew Halberstadt
221179f50b Bug 811779 - Enable larger set of reftests on B2G emulators, r=jgriffin 2013-01-03 15:35:01 -05:00
L. David Baron
e3f5edb577 Don't distribute percentage width from column-spanning cells to columns that have no cells originating. (Bug 810586) r=dholbert
This makes the distribution of pref/min width and the distribution of
percentage width from column-spanning cells more consistent with each
other.  Having them inconsistent means that a column-spanning cell that
has both percentage width and minimum intrinsic width might distribute
those widths among its columns differently, which can then lead to the
percentages unnecessarily increasing the table's preferred intrinsic
width.

(It *might* also be worth fixing the FLEX_ALL_LARGE case in
DistributeWidthToColumns to also check for originating cells, since it's
now the only case that doesn't, except that we can't guarantee that
there are columns with originating cells, so it would really require
splitting that case, which is extra complexity that doesn't seem worth
it for such a rarely-hit and non-interoperable case.)

--HG--
extra : transplant_source : %80%C9z%F4%EF%18%E1y%BB%B3%E57%0C%3A%0B%92%2C%B8%83%AC
2013-01-02 22:58:05 -05:00
L. David Baron
9fbff9cd22 Add an additional reftest for bug 734569. No review. 2012-09-11 21:05:03 -07:00
L. David Baron
a5dd1a85d7 Distribute the width of column-spanning cells to columns with nothing in them, like we do for final table widths. (Bug 734569) r=dholbert 2012-09-07 15:57:06 -07:00
Ryan VanderMeulen
9528f0ccdf Bug 778413 - Move and rename the reftest. irc-r=dbaron
--HG--
rename : layout/reftests/table-bordercollapse/minimum_cell_width_calculation-ref.html => layout/reftests/table-width/cell-pref-width-border-box-ref.html
rename : layout/reftests/table-bordercollapse/minimum_cell_width_calculation-Border-Box.html => layout/reftests/table-width/cell-pref-width-border-box.html
2012-08-25 17:18:43 -04:00
Boris Zbarsky
c6d965bec9 Bug 735579. Correctly handle changes to column widths in fixed-layout tables. r=ehsan 2012-03-16 15:56:41 -04:00
Robert O'Callahan
0253b004a4 Bug 568392. Part 1: fix reftests so they pass if the scrollbars are visible. r=dbaron 2010-06-18 21:17:35 +12:00
Jesse Ruderman
eaf1f2c5ff Remove or clarify mentions of fixed bugs in reftest.list files 2010-01-29 03:26:59 -08:00
L. David Baron
e01619e223 Bug 434733: Additional tests. 2009-08-01 08:53:40 -07:00
Makoto Kato
63a9fda84f Bug 434733: Don't apply width on colgroups to columns that have their own width. r=dbaron 2009-08-01 08:53:40 -07:00
L. David Baron
880607c92d Add tests that exercise nsSpanningCellSorter, including with large colspans, since code coverage runs showed we don't hit that code. 2009-03-04 15:47:39 +09:00
dholbert@cs.stanford.edu
8bc4c97fbc Bug 413286: Let empty auto-width columns be expanded. r+sr=dbaron a=blocking1.9+ 2008-02-21 19:25:56 -08:00
dholbert@cs.stanford.edu
e0926cc934 Bug 368504: New reftests (marked failing, until patch lands) plus some new tests to make sure we divvy up a colspan's percent width correctly. 2008-01-09 19:58:34 -08:00
vladimir@pobox.com
c21c7f9310 marking test as passing 2007-04-30 20:59:42 -07:00
dbaron%dbaron.org
1a465d49c3 Tweak tests that could fail if antialiased text sticks a little bit out of its bounding box. b=372072 2007-02-28 23:46:16 +00:00
dbaron%dbaron.org
df69c60102 Disable antialiasing for border-collapse borders too, and fix a build warning by not passing what is now an integer through a float parameter. b=371182 r=vlad 2007-02-23 17:52:09 +00:00
dbaron%dbaron.org
cfef5cbbe5 Remove the remainder of the pixel rounding in the table code. b=371187 r=bernd sr=roc 2007-02-22 20:22:12 +00:00
dbaron%dbaron.org
a608f89349 Better annotate test failures from earlier today. 2007-02-22 04:20:10 +00:00
dbaron%dbaron.org
5ba0c992b2 Mark 4 tests as random since they fail on Mac. 2007-02-22 00:42:20 +00:00
dbaron%dbaron.org
fb77fc4937 Convert some more of my reflow branch testcases to reftests. 2007-02-22 00:09:21 +00:00
dbaron%dbaron.org
a3997898ce Add tests for table-layout:auto table balancing. 2007-02-21 07:47:47 +00:00
dbaron%dbaron.org
fce8f4d2ea Create subdirectory manifest for table-width directory. 2007-02-20 22:14:57 +00:00
dbaron%dbaron.org
0636b798d4 Fix bug in reference rendering for percent-truncation-3: the min widths of the columns need to match the test, since we size between percent and min. b=370720 2007-02-19 21:24:53 +00:00
dbaron%dbaron.org
c7c8cde5ad Another round of tests converted from reflow branch (bug 300030) testcases. 2007-02-17 05:37:13 +00:00
dbaron%dbaron.org
6687d10589 Start converting reflow branch (bug 300030) table testcases to reftests. 2007-02-16 23:30:22 +00:00