Commit Graph

167 Commits

Author SHA1 Message Date
vladimir@pobox.com
69daab478e b=353860, -moz-border-radius, margin-left leaving 1px gaps -- fixed by 368247, marking reftests as passing 2007-05-30 02:46:01 -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
43a98c6a0e Add a few reftests for native theme drawing. 2007-05-25 15:25:57 -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
dbaron@dbaron.org
b44cc40989 Some of the mac image scaling failures only show up on some machines, so mark as random. 2007-05-25 13:16:36 -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
91834d1895 Reftests for long textruns (bug 380484). 2007-05-23 20:11:45 -07:00
roc+@cs.cmu.edu
453188b497 Fixing reftest bustage 2007-05-23 15:56:06 -07:00
bzbarsky@mit.edu
7d924947e9 Fix bug 380516, bug 375342, bug 374293. Patch in bug 380516. r=jwatt, sr=dbaron 2007-05-23 13:10:43 -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
dbaron@dbaron.org
29b9526afc Fewer reftests are random now that bug 324698 is fixed, mostly fixing bug 371316. 2007-05-23 08:57:21 -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
jwatt@jwatt.org
f848bafef9 Add reftest for changing transform on foreignObject 2007-05-08 05:54:12 -07:00
jwatt@jwatt.org
1fc1017af6 add some comments to reftest and change it so that it's less likely to give false results 2007-05-08 05:47:47 -07:00
jwatt@jwatt.org
74f0a5196b Conditionally run the reftests that crash linux instead of commenting them out entirely 2007-05-08 03:22:36 -07:00
bzbarsky@mit.edu
f8ee0d58ee This is failing... which is sort of expected. Whether it fails or not willdepend on the exact restyles and frame reconstructs happening here; maybe weeven want to mark it random until bug 8253 is fixed. 2007-05-07 12:18:53 -07:00
jwatt@jwatt.org
c5b4794641 Remove test that is a duplicate of rect-with-rx-or-ry-01.svg in this directory's parent. 2007-05-06 13:24:29 -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
jwatt@jwatt.org
49448575f8 Add reftest for bug 369992. Areas previously occupied by a foreignObject aren't repainted. 2007-05-05 10:11:45 -07:00
jwatt@jwatt.org
c975670c19 Add bug numbers for failing tests 2007-05-05 10:09:26 -07:00
jwatt@jwatt.org
a741b8c701 Fixing bug 369827. Reflow of foreignObject with percentage width/height doesn't work. r=tor@acm.org, sr=dbaron@mozilla.com (this also fixes bug 379615, so changing the reftest manifest to expect the foreignObject tests to pass) 2007-05-05 04:11:07 -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
jwatt@jwatt.org
08b3bf4a57 Stop assuming that the antialiased edge of a square rect with rx and ry equal to width/2 will be exactly the same as a circle with radius width/2. Hopefully that will fix this reftest's failure on Mac OS X (bug 379606). 2007-05-04 01:19:29 -07:00
jwatt@jwatt.org
50aa0beec0 Adding reftest for SVG rect with rx _and_ ry attributes. 2007-05-04 01:05:05 -07:00
jwatt@jwatt.org
8f64a47ebc Now using the reftest condition construct for tests that fail instead of commenting them out entirely. 2007-05-04 00:12:14 -07:00
dbaron@dbaron.org
7dc7c89d6c Add support for -moz-intrinsic, -moz-min-intrinsic, -moz-shrink-wrap, and -moz-fill for width, min-width, and max-width. b=311415 r+sr=bzbarsky 2007-05-03 16:11:00 -07:00
jwatt@jwatt.org
06e5605325 Turn on off text-in-link-01.svg since it's crashing linux 2007-05-03 07:50:45 -07:00
jwatt@jwatt.org
3bd170a69e Turn on off pseudo-classes-01.svg again (looks like both tests are crashing) 2007-05-03 07:47:58 -07:00
jwatt@jwatt.org
4437cc01cf Turn on off pseudo-classes-02.svg since it's crashing on linux (oops, it wasn't pseudo-classes-01.svg) 2007-05-03 06:49:02 -07:00
jwatt@jwatt.org
a51d3255fd Turn on off pseudo-classes-01.svg since it's crashing on linux 2007-05-03 06:23:29 -07:00
jwatt@jwatt.org
c27d474c90 Turn on off reftests that are failing on osx 2007-05-03 06:22:06 -07:00
jwatt@jwatt.org
5517536912 Turn on off reftests in 'bugs' subdirectory (I didn't mean to turn that on) 2007-05-03 06:03:14 -07:00
jwatt@jwatt.org
68977756ac Dedicate to the public domain the reftest testcases that I've contributed 2007-05-03 05:20:17 -07:00
jwatt@jwatt.org
4845370b54 Turn on SVG reftests (foreignObject-01.svg and foreignObject-overflow-01.svg turned off since they currently fail) 2007-05-03 05:18:34 -07:00
asqueella@gmail.com
113e3fd4df Bug 379019 - Add license boilerplates to xul-document-load reftestsThe patch also adds missing newlines at the end of some files and fixes thewindows linebreaks in some files.r=gerv/robcee 2007-05-02 13:16:32 -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
vladimir@pobox.com
7a057606e0 marking test as passing 2007-04-30 20:59:42 -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
vladimir@pobox.com
02374fc781 b=368247 (and others, see bug), rewrite border rendering for thebes, r=dbaron 2007-04-30 20:31:25 -07:00
longsonr@gmail.com
6a52ba8cb1 remove strange additional styles from reftest 2007-04-30 03:03:07 -07:00
longsonr@gmail.com
332e20a00f Bug 378897 - foreignObject doesn't clip its content. r=jwatt,sr=tor 2007-04-30 02:02:38 -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
d6f7ea03d4 272830-1.html succeeds everywhere now that we disallow incremental reflow of pagesequences. 2007-04-25 22:52:16 -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
longsonr@gmail.com
0612c11da2 Include reftests from bugs subdirectory 2007-04-25 06:13:52 -07:00
longsonr@gmail.com
82a337b0dc Update and rename simple clipPath reftest 2007-04-25 06:06:22 -07:00
longsonr@gmail.com
cb1b05eaa0 Reftest for a simple clip-path 2007-04-24 02:14:42 -07:00
longsonr@gmail.com
4b7db8e4dd Reftest to check that the opacity of element referencing a pattern is respected. See bug 374280 2007-04-24 01:48:26 -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
1d09ec768f Annotate known reftest failure for which bug has been filed. 2007-04-11 00:36:58 -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
a66698059f Mark test as passing since it doesn't have the right kerning pairs to trigger failure. 2007-04-03 20:18:29 -07:00
dbaron@dbaron.org
3f90ff480a Make text node separation in reference match that in test. (Implementation dependent, yuck.) 2007-04-03 19:07:39 -07:00
dbaron@dbaron.org
e928a3104e Add a test for subpixel positioned text, since we just made all the other tests not test that. 2007-04-03 18:58:26 -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
jwatt@jwatt.org
4a22c650f9 Reftest for viewBox on child svg 2007-03-26 10:01:18 -07:00
jwatt@jwatt.org
16ba5f7966 Add failure rect to reftest 2007-03-26 09:22:18 -07:00
jwatt@jwatt.org
d3d2b5496c Adding reftest for foreignObject 2007-03-26 09:14:38 -07:00
jwatt@jwatt.org
44576a3355 Reftest for percentage units on viewport element breaking user units on graphics 2007-03-26 08:53:49 -07:00
jwatt@jwatt.org
8370c315e5 Adding reftest for null rootElement 2007-03-26 08:35:35 -07:00