Commit Graph

1511 Commits

Author SHA1 Message Date
bzbarsky@mit.edu
0b580ac505 Adding test. 2007-06-05 12:58:10 -07:00
bzbarsky@mit.edu
503fe8c628 Adding regression test. 2007-06-05 11:00:21 -07:00
bzbarsky@mit.edu
51d2b9a535 Adding test. 2007-06-04 12:09:41 -07:00
vladimir@pobox.com
306552e337 mark reftests as XFAIL on mac, see bug 382039 2007-05-29 20:49:56 -07:00
dbaron@dbaron.org
b990f59854 Mark two of the Mac OS X form controls (bug 175279) regressions as failures rather than random, since they haven't been observed to pass, and add bug numbers (which should have been added when fails-if/random-if were added). 2007-05-25 13:29:00 -07:00
joshmoz@gmail.com
22ca9802cb turn on native form controls for Mac OS X again... b=175279 sr=pav 2007-05-24 01:13:04 -07:00
roc+@cs.cmu.edu
453188b497 Fixing reftest bustage 2007-05-23 15:56:06 -07:00
joshmoz@gmail.com
2e745eb301 Turn native form controls on again for Mac OS X. b=175279 a=mconnor 2007-05-23 12:49:24 -07:00
benjamin@smedbergs.us
772b616ee2 Bug 381501 - Small screen resolutions mess up reftests, and backout by randomizer from the other day, r=dbaron 2007-05-23 06:57:07 -07:00
dbaron@dbaron.org
8622b8f32c Add bug number for test Benjamin marked as random yesterday. 2007-05-22 14:54:55 -07:00
dbaron@dbaron.org
25fe9e5d7a Back out incorrect change from yesterday: if we don't have room for the test, it isn't valid, so it should fail. 2007-05-22 14:42:15 -07:00
benjamin@smedbergs.us
89a8a681bb Marking this reftest random until we can figure out the scrollbar issue. 2007-05-21 16:03:49 -07:00
benjamin@smedbergs.us
91803a7b6f Attempt to fix unit-test orange: the two tests differ only by the width of a scrollbar, so attempt to make the ref the same height as the test, r=dbaron 2007-05-21 13:45:43 -07:00
roc+@cs.cmu.edu
b7f3dc0143 Bug 381130. Small changes to layout to fix an inline reflow bug and add a new API to nsLineLayout to support tab stops. r+sr=dbaron 2007-05-20 20:44:26 -07:00
dbaron@dbaron.org
d4440c538a Call SetGeometryDirty if we need to call DistributeHeightToRows, since DistributeHeightToRows can't deal with rows that have already had height distributed to them. Patch by Daniel Holbert <dholbert@mozilla.com>. b=380227 r+sr=dbaron 2007-05-17 23:04:43 -07:00
bzbarsky@mit.edu
6e1cb1e471 Minor tweaks to the HTML. 2007-05-16 10:01:17 -07:00
bzbarsky@mit.edu
e8a960c0a8 Fix regression bug 380842: allow block-display generated content on table cellsand captions again. r+sr=dbaron 2007-05-16 09:57:28 -07:00
dbaron@dbaron.org
e9a2ce02d6 Fix vertical resizing for quirks mode percentage heights. b=380004 Patch by Daniel Holbert <dholbert@mozilla.com>. r+sr=dbaron 2007-05-15 14:52:44 -07:00
dbaron@dbaron.org
b065ff84ea Account for non-pixel-aligned current transforms when snapping to pixel coordinates. b=369882 r=vlad 2007-05-14 22:15:45 -07:00
bzbarsky@mit.edu
afee4515d5 Add test for last-minute regression I found. 2007-05-08 20:41:39 -07:00
vladimir@pobox.com
7f82fa63ba b=379474, borders render incorrectly when using moz-border-radius (also 379446, hr noshade renders incorrectly); r=dbaron 2007-05-08 10:40:08 -07:00
mats.palmgren@bredband.net
87fe66d658 Incremental reflow bug with direction:rtl and bidi-override. b=375716 r=uriber sr=dbaron 2007-05-06 03:29:58 -07:00
bzbarsky@mit.edu
7ba39f6392 This passes now. 2007-05-05 00:43:52 -07:00
bzbarsky@mit.edu
ca2c9fb263 Oops. Missed a file. 2007-05-05 00:42:37 -07:00
bzbarsky@mit.edu
45c81654ba Factor out test that fails on Mac. 2007-05-05 00:28:20 -07:00
bzbarsky@mit.edu
64c3e5df8a Make computed style handle eStyleUnit_Chars. Bug 371043, r+sr=dbaron 2007-05-04 23:09:50 -07:00
bzbarsky@mit.edu
685a823789 Make computed style handle "normal" for line-height by computing an actualnumeric height. Bug 371041, r+sr=dbaron 2007-05-04 22:30:10 -07:00
bzbarsky@mit.edu
df17b534a2 This test passes now that bug 221428 is fixed. 2007-05-01 14:11:19 -07:00
vladimir@pobox.com
9562fa3e4d marking 368020-2 random on gtk2, due to 368517 (drawWindow and DrawTile don't get along on X11) 2007-04-30 23:31:30 -07:00
jruderman@hmc.edu
9412f89a2a Add reftest for bug 379328. r=bz over IRC. 2007-04-30 22:29:06 -07:00
bzbarsky@mit.edu
a47578fd0a Fixing parsing of opacity components of rgba() and hsla() that are out of the0 <= x <= 1 range. Bug 379316, r+sr=dbaron 2007-04-30 20:50:31 -07:00
bzbarsky@mit.edu
05d5e6a371 Fix bug 379229, r+sr=dbaron 2007-04-29 23:17:03 -07:00
bzbarsky@mit.edu
b6c687f148 This test is failing for good reasons.... 2007-04-29 20:55:40 -07:00
bzbarsky@mit.edu
4739353ef4 Implement "content: none". Bug 378535, r+sr=dbaron 2007-04-26 21:43:06 -07:00
bzbarsky@mit.edu
3cfe7cdfcc Don't drop the old sheet when "rel" changes from one value that contains"stylesheet" to anoher. Bug 360746, r+sr=sicking 2007-04-25 11:48:18 -07:00
bzbarsky@mit.edu
be25658d6f Give captions the right style context parent when dynamically restyling. Bug378240, r=bernd, sr=dbaron 2007-04-22 12:15:24 -07:00
bzbarsky@mit.edu
8bce480031 This test should not be waiting past onload. 2007-04-16 14:57:51 -07:00
bzbarsky@mit.edu
a9e6194af7 Add tests 2007-04-16 13:34:22 -07:00
bzbarsky@mit.edu
c27dc765b6 The parent style context frame determination for an inner table should use theinner table's pseudo, not the outer table's. Bug 377603, r+sr=dbaron 2007-04-15 22:55:42 -07:00
bzbarsky@mit.edu
2dca5abb0a Improve detection of blocks with first-letter style. Bug 372550, r+sr=dbaron 2007-04-15 17:42:54 -07:00
bzbarsky@mit.edu
e6d41ebe8b Change the way we determine the style context parent frame to skip css anonboxes unless we're determining the style context parent for something that isitself a css anon box (and is not a non-element frame). Fixes bug 323656(which is where the patch is), bug 85872, bug 280610. As far as I can tell,also fixes bug 317876, bug 372376, bug 374297. r+sr=dbaron 2007-04-15 16:14:26 -07:00
bzbarsky@mit.edu
24d39c773d Adding some more reftests. 2007-04-11 17:52:12 -07:00
ted.mielczarek@gmail.com
680babb71e fix dbaron's typo 2007-04-11 09:48:01 -07:00
dbaron@dbaron.org
0a22203a36 Annotate known failure for which bug has been filed. 2007-04-11 00:31:09 -07:00
dbaron@dbaron.org
152a575e2f Remove failure attributed to bug that was just my confusion. 2007-04-11 00:26:01 -07:00
dbaron@dbaron.org
d094eeaefb Colin just fixed bug 369293. 2007-04-10 22:04:04 -07:00
bzbarsky@mit.edu
5328eb1f08 Test should be XHTML, not HTML. Fixes orange. 2007-04-10 10:49:26 -07:00
bzbarsky@mit.edu
93d80d188b Add test. 2007-04-10 09:35:56 -07:00
bzbarsky@mit.edu
80f77c8e7e This test fails for now, pending bug 221428 being fixed. 2007-04-05 16:11:39 -07:00
bzbarsky@mit.edu
48879b4db7 Default javascript: URIs to running in a sandbox instead of not running atall. Bug 376484, r+sr=jst 2007-04-05 15:49:32 -07:00
dbaron@dbaron.org
ad030ff86b Make text node separation in reference match that in test. (Implementation dependent, yuck.) 2007-04-03 18:47:42 -07:00
bzbarsky@mit.edu
e7a7c6e0e5 Adding test for bug 374038 2007-04-01 08:45:29 -07:00
sharparrow1@yahoo.com
bc0f1805e5 Bug 372062: Auto values for right and bottom in CSS clip rect broken. r+sr=roc. 2007-03-28 18:31:26 -07:00
sharparrow1@yahoo.com
1cf7602a3e Bug 373433: views inside absolutely positioned blocks sometimes mispositioned. r+sr=roc. 2007-03-27 23:14:03 -07:00
sharparrow1@yahoo.com
be658e47fd Bug 375508: Outline drawing broken when outline doesn't overflow. r+sr=roc. 2007-03-27 22:53:29 -07:00
dbaron@dbaron.org
28d27dcfcc Update reftest random markings now that bug 372629 is fixed. 2007-03-27 08:35:47 -07:00
sharparrow1@yahoo.com
6fdcc6c041 Bug 372037: CSS clip property should clip the overflow rect as well as the paint rect; r+sr=roc. 2007-03-26 20:58:17 -07:00
gavin@gavinsharp.com
a63617a492 Reftest for bug 341043 by Arno <arno.@no-log.org>, r=roc 2007-03-26 13:39:29 -07:00
dbaron@dbaron.org
3d40530b62 Correctly annotate randomness (really dependency on fonts available on system) due to bug 372629. 2007-03-25 14:42:18 -07:00
dbaron@dbaron.org
c17571ef47 Add tests for bug 348516. Test 1 by <arno.@no-log.org>, r=dbaron. Tests 2 and 3 by me. 2007-03-22 23:25:51 -07:00
hg@mozilla.com
465265d0d4 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00