Commit Graph

2300 Commits

Author SHA1 Message Date
fantasai.cvs@inkedblade.net
61383653db add reftest for bug 411382 fix 2008-02-11 21:36:17 -08:00
roc+@cs.cmu.edu
05a50a2f7e Backing out bug 399852 again, looks like it caused more focus-related mochitest failures 2008-02-11 19:22:26 -08:00
roc+@cs.cmu.edu
fceb9e258f Backing out bug 399852 again, looks like it caused more focus-related mochitest failures 2008-02-11 19:04:48 -08:00
roc+@cs.cmu.edu
79bbde3785 backing out bug 400813 again due to reftest failure... 2008-02-11 18:48:17 -08:00
roc+@cs.cmu.edu
381865831c Bug 399852. Suppress focus changes during content updates, reboot focus after the update has finished. patch by Chris Pearce, r+sr=roc 2008-02-11 17:57:18 -08:00
roc+@cs.cmu.edu
4251201001 Bug 400813. Lines with font-size:0 content should not be treated as empty. r+sr=dbaron 2008-02-11 17:42:14 -08:00
jwalden@mit.edu
2873b90ecc Add a test for bug 398066 (image/* should be in the Accept header for <img>-related requests), and add CGI support to the reftest harness. r=dbaron on the harness changes 2008-02-11 12:32:40 -08:00
jruderman@hmc.edu
246a074c8f Remove redundant |if| around assertion (bug 416645). r+sr=roc, a=schrep 2008-02-11 09:13:34 -08:00
jruderman@hmc.edu
36c9b1134b Fix bug 414851: let white-space:nowrap inherit into buttons. r+sr=bz, a=schrep 2008-02-11 09:11:52 -08:00
longsonr@gmail.com
aec0e04d9d Correct reftest filename to match naming convention 2008-02-11 02:44:46 -08:00
longsonr@gmail.com
1731f7ac12 Reftests for objectBoundingBox patterns. These cover bug 338596, bug 377263, bug 377399 and bug 416762 2008-02-11 02:40:35 -08:00
reed@reedloden.com
91b941e0ef Bug 416630 - "nsColumnSetFrame unbounded last column next in flow check is reversed" [p=craig.topper@gmail.com (Craig Topper) r+sr=roc a1.9=schrep] 2008-02-10 23:21:43 -08:00
bzbarsky@mit.edu
597de9f2a8 Make this actually pass 2008-02-10 14:01:41 -08:00
dbaron@dbaron.org
1aaaacf516 Fix some sorting errors. 2008-02-10 13:53:52 -08:00
dbaron@dbaron.org
8967a5c8bd Stop using -moz-float-edge for list items, but offset the bullet position in the presence of floats. b=413840 (and numerous others) r+sr=roc a=blocking1.9+ 2008-02-10 13:49:24 -08:00
bzbarsky@mit.edu
3b0b0ded6f Adding test 2008-02-10 13:29:32 -08:00
longsonr@gmail.com
7623818e49 Reftest for dynamic link style change - Bug 398105 2008-02-10 12:14:00 -08:00
dbaron@dbaron.org
64a3f7435c Make the minimum font size preference leave font-size:0 untouched. b=401046 r+sr=bzbarsky a=schrep 2008-02-09 11:15:09 -08:00
bmlk@gmx.de
e8a8395029 document the lineiterator interface and all its current flaws. Make :GetNextSiblingOnLine more efficient. bug 388700 r/sr=roc a=mtschrep 2008-02-09 09:10:58 -08:00
longsonr@gmail.com
64cd53e348 Reftests for invalid filters - Bug 407463 2008-02-09 06:46:19 -08:00
longsonr@gmail.com
5af340a19f Bug 407463 - Skip rendering of invalid filters, masks and clipPaths. r+sr=tor,a1.9=blocking1.9+ 2008-02-09 06:22:14 -08:00
longsonr@gmail.com
65b1260fd4 Reftests for currentColor - Bug 414550 2008-02-09 04:51:46 -08:00
longsonr@gmail.com
f64b3f3518 Correct reftest titles 2008-02-09 03:54:56 -08:00
longsonr@gmail.com
8855a49229 Bug 368840 - Reftests for edge case gradients and fallback colours. 2008-02-09 03:26:15 -08:00
longsonr@gmail.com
85d4f7e39f Bug 368840 - Reftests for edge case gradients and fallback colours. 2008-02-09 03:04:43 -08:00
jag@tty.nl
77b084dde7 Bug 333308: make clean and make distclean miss various files. r=bsmedberg, a=schrep 2008-02-09 02:37:42 -08:00
fantasai.cvs@inkedblade.net
ff988b85a3 give page content frames a computed size so height: 100% works, b=411382 r+sr=bz 2008-02-08 18:54:55 -08:00
longsonr@gmail.com
759fb0eff3 Bug 368840 - Ensure gradients without stops are transparent rather than the fallback colour. r+sr=tor,a1.9=mtschrep 2008-02-08 13:52:04 -08:00
jwatt@jwatt.org
4a7c7385ab Bug 414112. CSS 2.1 300px fallback width doesn't play nice with percentages. r=bzbarsky@mit.edu, sr=tor@acm.org, b1.9=mtschrep@gmail.com 2008-02-08 13:50:24 -08:00
dolske@mozilla.com
3061c98928 Reland 406686, tests went green apparently before picking up the backout. 2008-02-08 12:23:05 -08:00
dbaron@dbaron.org
791502ac20 Make CSS namespace identifiers case sensitive to match change in spec. b=416106 r+sr=bzbarsky a=schrep 2008-02-08 11:57:22 -08:00
dbaron@dbaron.org
1cfa9dcca9 Make changes in table-layout cause a reframe. b=367375 r+sr=bzbarsky a=schrep 2008-02-08 11:56:03 -08:00
dbaron@dbaron.org
632c70328b Force reflow on default font change, since style data comparison is not sufficient for things not reflected in style data. b=394057 r+sr=roc a=blocking1.9+ 2008-02-08 11:52:46 -08:00
dbaron@dbaron.org
0fd2f5d010 Fix serialization of currentColor for some properties. b=414550 r+sr=bzbarsky a=schrep 2008-02-08 11:51:41 -08:00
dolske@mozilla.com
96d90967a4 Backout bug 406686 to determine cause of mochitest failures. 2008-02-08 11:07:21 -08:00
enndeakin@sympatico.ca
75d35b42fd Bug 406686, close popups on blur, this time with nullcheck, r=roc,sr=dveditz 2008-02-08 05:53:33 -08:00
surkov.alexander@gmail.com
4e09bf1306 Bug 308564 - No accessibility events when data in a tree row changes, r=evan.yan, olli.pettay, sr=jonas, a=mtschrep 2008-02-08 04:55:57 -08:00
bzbarsky@mit.edu
8b8a07f4a7 Fix bug 416073: invalidate more things as needed during table reflow to prevent glitches. r+sr=roc 2008-02-08 01:36:32 -08:00
dholbert@cs.stanford.edu
428ba6862a Bug 415012: Fix deadSpaceGap computation and restore deadSpaceGap subtraction in PrintPreviewNavigate. r+sr=roc, a1.9=beltzner 2008-02-07 15:08:00 -08:00
dholbert@cs.stanford.edu
ff6c52fcbe Bug 412607: Fix wrapping issue by clearing trimmable width before trying CanPlaceFrame. r+sr=roc, a=blocking1.9 2008-02-07 15:00:37 -08:00
vladimir@pobox.com
e4a6bb69e6 mark some tests as passing 2008-02-07 12:34:47 -08:00
longsonr@gmail.com
5d012086a6 Bug 368840 - Fallback paint should be used for degenerate objectBoundingBox gradients. r+sr=tor,a1.9=mtschrep 2008-02-07 03:45:21 -08:00
reed@reedloden.com
cd62dde4a7 Bug 359568 - "Radius of border corner does not cut off contents of box" (Undo the hack to fallback to non-rounded fill when mBorder.colors is set) [p=alfredkayser@gmail.com (Alfred Kayser) r=vlad sr=roc a1.9=schrep] 2008-02-07 01:44:18 -08:00
reed@reedloden.com
d773919d98 Bug 385058 - "Grey marks (turds, remnants, ghosts) appear on scrollbars" (Redraw whole scrollbar when position changes) [p=mstange@themasta.com (Markus Stange) r+sr=roc a1.9=schrep] 2008-02-07 00:56:38 -08:00
surkov.alexander@gmail.com
cb05baabd9 Bug 410052 - bustage fix on windows 2008-02-06 23:23:00 -08:00
surkov.alexander@gmail.com
d35a90484c Bug 410052 - Fix our nsHTMLAccessibleTable class so GetIndexAt and GetRowAtIndex and GetColumnAtIndex behave consistently, patch=me, marcoz, r=marcoz, me, bernd, sr=roc, blocking1.9+=dsicore 2008-02-06 23:03:26 -08:00
reed@reedloden.com
e794c5f457 Bug 415523 - "Scrollbar thumb jumps on drag start" [p=mstange@themasta.com (Markus Stange) r+sr+a1.9=roc] 2008-02-06 21:28:15 -08:00
roc+@cs.cmu.edu
755c29fa09 Bug 412237, reenable test 2008-02-06 20:10:27 -08:00
roc+@cs.cmu.edu
2150988883 Bug 412237. Don't parse negative sizes for the MathML fontsize attribute. Make sure we do continue to parse '-0px', since that's not actually negative. r+sr=dbaron 2008-02-06 20:09:03 -08:00
roc+@cs.cmu.edu
31df5bfb83 Bug 398269. Treat naked <frame> elements not in framesets like <iframes> when printing. r+sr=mats 2008-02-06 20:00:50 -08:00
mozilla.mano@sent.com
8e142677f0 Backing out 406686 again 2008-02-06 18:19:12 -08:00
mozilla.mano@sent.com
260b79c683 Relanding bug 406686 2008-02-06 16:55:55 -08:00
mozilla.mano@sent.com
9343a644bf Attempt to fix orange by backing out 406686 2008-02-06 15:45:59 -08:00
bzbarsky@mit.edu
5dd3d3e48e Don't invalidate the entire table just because we reflowed something inside it. Bug 414298, r+sr+a=roc 2008-02-06 14:01:41 -08:00
enndeakin@sympatico.ca
0a624e2179 Bug 406686, close popups on blur, r=roc,sr=dveditz 2008-02-06 13:12:00 -08:00
mats.palmgren@bredband.net
fbabe299a0 Remove assertion test for bug 414740 since there's something wrong with the test. 2008-02-06 12:01:03 -08:00
mats.palmgren@bredband.net
0a4ad5e0b3 Commenting out reftest since it fails on Mac (qm-xserve01). 2008-02-06 11:59:33 -08:00
mats.palmgren@bredband.net
87cd3d39d9 Adjust for viewport scrollbars when positioning a fixed background. b=402807 r+sr=roc a=blocking1.9 2008-02-06 10:22:24 -08:00
mats.palmgren@bredband.net
733a1ad657 Plug a nsLineIterator leak. b=414740 r+sr=roc a=blocking1.9 2008-02-06 10:21:29 -08:00
pavlov@pavlov.net
ae6960ca0e skip export FOO = 'bar' in autoconf.mk 2008-02-05 01:08:18 -08:00
jruderman@hmc.edu
490504914e Add a crashtest 2008-02-04 17:18:48 -08:00
jruderman@hmc.edu
ac0d5de5c0 Add crashtest 2008-02-04 17:15:13 -08:00
jruderman@hmc.edu
1b5588a6cc Add crashtest! 2008-02-03 22:00:36 -08:00
jruderman@hmc.edu
cbe2609351 Add a crashtest 2008-02-03 21:49:00 -08:00
jruderman@hmc.edu
355f64800c Add crashtest 2008-02-03 21:47:23 -08:00
jruderman@hmc.edu
ca102351f8 Add a crashtest. 2008-02-03 21:45:44 -08:00
jruderman@hmc.edu
054f7cc95b Add crashtest 2008-02-03 21:18:31 -08:00
jruderman@hmc.edu
37d64ecea6 Add a crashtest 2008-02-03 21:16:01 -08:00
jruderman@hmc.edu
b274984841 Add crashtest 2008-02-03 21:13:22 -08:00
jruderman@hmc.edu
775a06b4d6 Adding crashtest 2008-02-03 21:11:01 -08:00
jruderman@hmc.edu
b813d371c6 Add a crashtest 2008-02-03 21:06:38 -08:00
jruderman@hmc.edu
9c04896a0c Add crashtest 2008-02-03 20:51:02 -08:00
reed@reedloden.com
bc84c9f211 Bug 413961 - "chrome://global/skin/arrow/* icons don't show up in high contrast mode" [p=masa141421356@gmail.com (Masahiro Yamada) ui-r=faaborg a1.9b3=beltzner] 2008-02-02 15:05:53 -08:00
smontagu@smontagu.org
f28ab5bb2c Remove lame test for bug 387653 2008-01-31 17:46:49 -08:00
dholbert@cs.stanford.edu
b0697ca8a6 Bug 414075: Set the correct dead space gap value in Print Preview. Patch by Jeremy Lea <reg@openpave.org> r+sr=roc a1.9b3=schrep 2008-01-30 22:12:52 -08:00
smontagu@smontagu.org
09c83f4346 Tests for bug 409513 and bug 410967 2008-01-30 13:44:31 -08:00
roc+@cs.cmu.edu
69d37e34c6 Remove unnecessary whitespace, triggering a build 2008-01-30 10:12:38 -08:00
roc+@cs.cmu.edu
dada6c8a8d Backing out 400813, sigh 2008-01-29 23:35:05 -08:00
roc+@cs.cmu.edu
ca92f6aa82 Bug 400813 reftest 2008-01-29 23:24:00 -08:00
reed@reedloden.com
d58ed0b2de Bug 411048 - "Menu remains highlighted after being dismissed by middle-click" (clear active state when destroying menu frame) [p=enndeakin@sympatico.ca (Neil Deakin) r=Smaug sr=Neil a1.9=damons] 2008-01-29 23:18:07 -08:00
roc+@cs.cmu.edu
81d839b21e Bug 400813. Lines with actual content that just happens to be zero-width should be treated as non-empty. r+sr=dbaron 2008-01-29 23:12:26 -08:00
bent.mozilla@gmail.com
4b367746e7 Bug 411530 - Don't use the HTTP cache for non-GET access checks. r+sr=sicking, a=blocking1.9. 2008-01-29 22:35:33 -08:00
fantasai.cvs@inkedblade.net
5ce5057857 patch hang for FFb3 b=414255 r+sr=roc 2008-01-29 21:48:42 -08:00
jonas@sicking.cc
ea52237748 Bug 399352: Get rid of known-but-harmless assertions for GetUsedMargin/Border/Padding. r/sr=dbaron 2008-01-29 20:53:46 -08:00
karlt+@karlt.net
7fc0835f84 default values for mathvariant attribute on mi elements. b=413115 2008-01-29 20:24:33 -08:00
aaronleventhal@moonset.net
aa49d6c295 Bug 414654. Accessibles not hidden for visibility:hidden w/ position:absolute. r+sr=roc, a=beltzner 2008-01-29 20:17:57 -08:00
smontagu@smontagu.org
54e46be415 When creating a bidi continuation for a frame with fluid continuations, set the length of all the frames in the continuation chain to zero except the last one. Bug 409375, r+sr+blocking1.9=roc 2008-01-29 20:13:06 -08:00
karlt+@karlt.net
c7256bae88 let mathvariant="normal" inherit the document fonts b=413115 r+sr=roc a=schrep 2008-01-29 20:05:37 -08:00
roc+@cs.cmu.edu
413a8bf8ac Backing out bug 412237 due to regression test failure 2008-01-29 16:40:59 -08:00
roc+@cs.cmu.edu
2032b542bf Bug 411870. nsBidiPresUtils needs to track the current line across block continuation boundaries. r=smontagu 2008-01-29 15:39:39 -08:00
roc+@cs.cmu.edu
b2bfc801ee Test for bug 412237 2008-01-29 15:36:56 -08:00
roc+@cs.cmu.edu
ad3c5faee1 Bug 412237. Don't parse negative fontsize attributes in MathML elements. r+sr=dbaron 2008-01-29 15:35:26 -08:00
roc+@cs.cmu.edu
d0663a11d3 Bug 363183. Fix getComputedStyle left/top/width/height for tables. r+sr=dbaron 2008-01-29 13:53:09 -08:00
dholbert@cs.stanford.edu
749e9c78ec Bug 389359: In print-preview jump-to-page, scale page-position so we arrive at correct spot. r+sr=roc, a=blocking1.9+ 2008-01-29 12:14:51 -08:00
dbaron@dbaron.org
b89d0b2672 Tweak my previous fix per comment from Jesse. 2008-01-29 01:39:15 -08:00
dbaron@dbaron.org
3740fea60b Make this test loop until the XBL is loaded, since it fails for me in a debug build from Sunday evening and in a nightly from December (just as it just started doing on the Linux unit test tinderbox). a=jesse 2008-01-29 00:56:13 -08:00
dbaron@dbaron.org
b6cd4ed827 Push scrollframes, tables, and other blocks that don't participate in float formatting down when they don't fit next to floats. b=134706,349255 r+sr=roc a=blocking1.9+ 2008-01-28 23:40:05 -08:00
reed@reedloden.com
e8a1a3f8a9 Bug 328718 - "GetEdgePaperMarginCoord should extend one inch" [p=hb@calen.de (Hb) r+sr+a1.9=roc] 2008-01-28 23:38:20 -08:00
jruderman@hmc.edu
70521d9ed1 Use a data: URL instead of an http: URL so this test can succeed even without network connectivity 2008-01-28 23:32:24 -08:00
dholbert@cs.stanford.edu
ef03636a7c Bug 389358 -- Give doc title & URL to pageSeqFrame for display in print-preview header. r+sr=roc; a=blocking1.9+ 2008-01-28 22:49:54 -08:00
bzbarsky@mit.edu
35a78c727b Speed up page zoom by skipping the unnecessary resize reflow when we tell the viewmanager about its new size, since we plan to go ahead and do a full dirty reflow right after that. Bug 403660, patch by Daniel Brooks <db48x@yahoo.com>, r=bzbarsky, sr=roc 2008-01-28 20:10:59 -08:00
mozilla@weilbacher.org
0a7ee49586 Bug 412582: remove MOZ_ENABLE_CAIRO_GFX from the build system, r=ted.mielczarek, a=beltzner 2008-01-28 15:07:34 -08:00
roc+@cs.cmu.edu
dea0868d56 Bug 411870 backout again 2008-01-28 11:10:26 -08:00
roc+@cs.cmu.edu
6ac78d0700 Bug 411870. Bidi resolution needs to scan through block continuations when tracking the current line for frames. r=smontagu 2008-01-28 10:16:22 -08:00
roc+@cs.cmu.edu
d0b43fea97 backing out 411870 2008-01-27 22:28:31 -08:00
roc+@cs.cmu.edu
fedbf200d4 Bug 411870 crashtest 2008-01-27 21:09:33 -08:00
roc+@cs.cmu.edu
1233a70df6 Bug 411870. Make bidi resolution track lines across block continuation boundaries. r=smontagu 2008-01-27 21:07:14 -08:00
jwatt@jwatt.org
1aae5446b2 Fixing bug 272885. Disable rendering of some elements when their width or height is zero. r=tor@acm.org, sr=vladimir@pobox.com, a1.9=mtschrep@gmail.com 2008-01-27 12:39:27 -08:00
bzbarsky@mit.edu
ab51d31ee9 Relanding bug 412679. r+sr=dbaron 2008-01-27 12:24:06 -08:00
longsonr@gmail.com
25d677831d Bug 377085 - line svg element getBBox() returns bad rect. r+sr=tor,a1.9=blocking1.9+ 2008-01-27 06:55:53 -08:00
roc+@cs.cmu.edu
c83ae39ea6 Fixing test for bug 411792 2008-01-27 00:26:36 -08:00
bmlk@gmx.de
0ad0c3bff1 adding a crashtest 2008-01-27 00:14:25 -08:00
fantasai.cvs@inkedblade.net
b81577fea9 handle dynamic insertion with overflow containers properly, b=403369 r=bzbarsky sr=roc 2008-01-27 00:13:19 -08:00
roc+@cs.cmu.edu
926a7142d9 Bug 411792. Never put a line break before a preformatted newline. r=smontagu 2008-01-26 23:48:39 -08:00
smontagu@smontagu.org
2550756945 Percentage margins thrown on the floor during bidi reordering. Bug 413542, r+sr=dbaron, blocking1.9=schrep 2008-01-26 22:54:08 -08:00
reed@reedloden.com
39a8f2021a Bug 413945 - "Text on HTML buttons is invisible on hover with HighContrastInverse Theme" [p=twanno@lycos.nl (Teune van Steeg) r+sr=roc a1.9=schrep] 2008-01-26 20:34:24 -08:00
reed@reedloden.com
8dd5e9d735 Bug 413274 - ""ASSERTION: How can this ever happen?: '*aUnconstrainedSize <= scriptLevelSize'"" [p=vladimir.sukhoy@gmail.com (Vlad Sukhoy) r+sr=roc a1.9=beltzner] 2008-01-26 19:55:40 -08:00
mats.palmgren@bredband.net
d431de32cf Always post a restyle request if SetTextStyle() indicates it's needed. b=414123 r+sr+a=roc 2008-01-26 18:49:47 -08:00
dholbert@cs.stanford.edu
ab4b6e0c48 Bug 403669 - Dirty the table geometry when we split row groups. r+sr=dbaron, a=blocking1.9+ 2008-01-26 17:54:48 -08:00
roc+@cs.cmu.edu
c027962580 Bug 413292 reftest 2008-01-26 16:16:04 -08:00
roc+@cs.cmu.edu
04ea5b16d9 Bug 413292. Make Begin/EndUpdateViewBatch be sure to remove the batch-count from the same viewmanager we added one to. r+sr=bzbarsky 2008-01-26 15:59:50 -08:00
roc+@cs.cmu.edu
29dfaab10a Bug 412901. getComputedStyle should return actual border widths (i.e. including round-to-device-pixels that happens during style resolution and layout). r+sr=dbaron 2008-01-26 15:54:39 -08:00
jag@tty.nl
419b39f375 Bug 414148: Avoid copy of some nsDependentC?Strings. sr=dbaron, a=mtschrep 2008-01-26 15:00:19 -08:00
bmlk@gmx.de
3cf41bc240 apply rowspans and colspans only to mtd bug 413063 r/sr=bzarsky a=mtschrep 2008-01-26 08:32:16 -08:00
myk@mozilla.org
ccc456d66d backing out fix for bug 412679 because it regressed a reftest 2008-01-25 15:02:23 -08:00
bzbarsky@mit.edu
820c06d8da Fixing the tests too. 2008-01-25 13:48:19 -08:00
bzbarsky@mit.edu
791d249121 Adding tests. 2008-01-25 13:42:40 -08:00
bzbarsky@mit.edu
55476e3646 Make leaf frames follow the CSS2.1 rules on height sizing for abs-pos replaced elements. Bug 412679, r+sr=dbaron, a=schrep 2008-01-25 13:34:12 -08:00
dbaron@dbaron.org
2ad554aec9 Improve the warning that shows up when pages use -moz-inline-box. b=413195 r+sr=bzbarsky a=beltzner 2008-01-25 13:06:36 -08:00
aaronleventhal@moonset.net
2cdc77ca1f Bug 413716. Repetitive warning in a11y, not supported for frames. r+sr=roc, a=beltzner 2008-01-25 12:44:53 -08:00
jwatt@jwatt.org
029831102e Fixing bug 382325. SVG should fall back to 300px x 150px as per CSS 2.1 section 10.3.2. r=longsonr@gmail.com, sr=tor@acm.org, a1.9=beltzner@mozilla.com 2008-01-25 10:53:24 -08:00
longsonr@gmail.com
0cf4994554 Bug 411555 - Text inside filter causing invalidation loop. r=jwat,sr=tor,a1.9=blocking1.9+ 2008-01-25 01:27:03 -08:00
jwatt@jwatt.org
8168a9e086 Fixing bug 404677. ASSERTION: Intrinsic ratio has a negative component. r+sr=tor@acm.org, a1.9=beltzner@mozilla.com 2008-01-25 00:54:59 -08:00
reed@reedloden.com
69977cdb95 Re-enable reftest. 2008-01-24 22:46:08 -08:00
reed@reedloden.com
0d942e1f57 Disable recently added reftest just to cast away all doubt that this is causing the massive unit test problems. 2008-01-24 17:31:11 -08:00
anodelman@mozilla.com
370b1f70c5 Bug 408228 - Make Talos more suitable for memory resident testing Bustage fix. Backing out code, caused bustage on talos winxp and talos vista 2008-01-24 15:49:11 -08:00
anodelman@mozilla.com
5331b41c05 Bug 408228 - Make Talos more suitable for memory resident testing a=schrep r=vlad 2008-01-24 11:55:57 -08:00
anodelman@mozilla.com
42a064adb3 Bug 413775 - 'undefined' median in pageloader when only testing a single cycle a=anodelman r=vlad 2008-01-24 11:53:13 -08:00
reed@reedloden.com
3319502885 Address dbaron's nit for bug 291262's reftest. 2008-01-24 09:38:17 -08:00
reed@reedloden.com
659cae6ba5 Bug 291262 - "styling the CANVAS element doesn't work" (reftest) [p=arenevier@fdn.fr (arno.) r+sr=dbaron] 2008-01-24 09:36:25 -08:00
reed@reedloden.com
1c0d24e0cc Bug 413272 - "HTML SELECT does not show selected item in windows "selected text" style - recent regression" (use new CSS system color for html select options) [p=twanno@lycos.nl (Teune van Steeg) r+sr=roc a=blocking1.9+] 2008-01-24 01:31:44 -08:00
dbaron@dbaron.org
ec98a5e480 Mark some tests involving image scaling as failing on Mac. 2008-01-23 18:05:14 -08:00
dbaron@dbaron.org
8290320918 Fix width of images where max-width < min-width <= width (min-width should win), and other similar problems. b=413361 r+sr=bzbarsky a=schrep 2008-01-23 17:21:31 -08:00
jruderman@hmc.edu
2ae5a71678 Add crashtests 2008-01-23 17:19:33 -08:00
dbaron@dbaron.org
a31846e791 Add fantasai's tests for bug 234686, which test min/max-width/height on images with height:auto and width:auto. 2008-01-23 17:19:14 -08:00
fantasai.cvs@inkedblade.net
625892eb67 fix border/padding and availableHeight calculations at page/column breaks, b=368079 r+sr=roc a=roc 2008-01-23 16:28:42 -08:00
uriber@gmail.com
8457b080e5 Reverting fix for bug 412093 due to bustage. Sorry 2008-01-22 12:57:35 -08:00
uriber@gmail.com
ddb7a7b794 For continuous background inlines, apply the background image to bidi continuations in visual order, and for RTL blocks, in RTL order. bug=412093 r+sr+a1.9=roc 2008-01-22 12:37:49 -08:00
longsonr@gmail.com
918703d057 Backout bug 413016 in case it is causing qm-mini-ubuntu05 failure 2008-01-22 08:37:34 -08:00
longsonr@gmail.com
67020f22b9 Bug 413016 - ASSERTION: SVG frame expected with svg:after in SVG document. r+sr=bzbarsky,a1.9=mtschrep 2008-01-22 07:22:58 -08:00