Commit Graph

1295 Commits

Author SHA1 Message Date
Rob Arnold
11a5c810a3 Reftests for XUL text-shadow - Bug 438517 2008-09-30 20:57:59 -04:00
Robert O'Callahan
fa9c29cdcd Bug 455984. Rework gradient and pattern code to use nsReferencedElement and nsSVGRenderingObservers, so they observe changes to the ID-element-map properly and propagate invalidations correctly (and with simpler code too). r=longsonr,sr=mats 2008-10-01 13:51:05 +13:00
Robert O'Callahan
4fc9cfd0c6 Backing out bug 455984 to see if it fixed Tp crashes 2008-10-01 00:28:20 +13:00
Robert O'Callahan
4fdd181cd0 Bug 455984. Rework gradient and pattern code to use nsReferencedElement and nsSVGRenderingObservers, so they observe changes to the ID-element-map properly and propagate invalidations correctly (and with simpler code too). r=longsonr,sr=mats 2008-09-30 21:47:20 +13:00
Boris Zbarsky
9599df476b Backing out changesets 2ea77fa990af, 7d2d8869e73c, 93441e4f521e, 43d2ee100f3b, a2d84821ea71 to see whether they're causing the Windows Txul or Mac Tp regressions 2008-09-29 08:51:29 -04:00
Boris Zbarsky
d326d65b0d Bug 433616. Fix the XML parser's bailing out on CSS loads blocked by the security manager, fix a base URI bug in <svg:use>, add some more tests. r=jst, sr=roc 2008-09-28 15:18:04 -04:00
Boris Zbarsky
a7d77f3dd3 Bug 433616 tests. r+sr=roc 2008-09-28 15:16:34 -04:00
Serge Gautherie
fd0451a97e Bug 448121 - 1 border-image reftest (multi color border-image) slightly off on (SeaMonkey) Mac 10.4; (Bv1) Mark test has passing (now); r=dbaron
bustage fix
2008-09-26 23:02:31 +02:00
Serge Gautherie
18780098ea Bug 448121 - 1 border-image reftest (multi color border-image) slightly off on (SeaMonkey) Mac 10.4; (Bv1) Mark test has passing (now); r=dbaron 2008-09-26 20:36:00 +02:00
Karl Tomlinson
b910b2c175 reduce hinting and rounding effects by testing with a larger font size b=403618 2008-09-26 12:49:16 +12:00
L. David Baron
3347434086 For fixed-layout tables, leave room for the cell spacing for all columns, whether they have cells originating in them or not, since we don't know if cells for those columns will arrive as the table loads incrementally. (Bug 444928) r=bernd sr=roc 2008-09-24 10:14:35 -07:00
Jesse Ruderman
42a0717ce3 Bug 456515 - Make reftest-sanity check HTTP content-type for .html vs .xhtml (r=dbaron) 2008-09-22 22:12:31 -07:00
Jesse Ruderman
ac58531cbf Fix line breaks 2008-09-22 19:47:59 -07:00
Keith Schwarz
26d8115686 Bug 456163 - Singular matrices with -moz-transform hangs reftests; r+sr=roc 2008-09-22 22:27:37 +02:00
Keith Schwarz
2e601ee1e4 Bug 455138 - Bug 435293 landed failing tests; r=(dbaron + roc) sr=dbaron 2008-09-22 20:59:37 +02:00
Robert O'Callahan
73ae43acb7 Disable test that fails on Windows (bug 456323) 2008-09-22 15:32:47 +12:00
Robert O'Callahan
5ad965518f Bug 455279. Fix mask alpha computation so that it works when the incoming gfxContext has a non-identity transform. r=longsonr,sr=mats 2008-09-22 14:14:54 +12:00
Keith Schwarz
20d7f32cda Bug 456213 - -moz-transform matrix function with percentages confuses X and Y translate components; r+sr=dbaron 2008-09-21 07:14:52 +02:00
Olli Pettay
789b700400 backout Bug 456147 2008-09-20 23:01:34 +03:00
Zack Weinberg
75b0ad2e60 Bug 456147 - nsTextBoxFrame (XUL <label>, <description>, <text>) uses underline color for line-through; r=enndeakin 2008-09-20 20:09:15 +02:00
Keith Schwarz
5c11f2e697 Bug 455265 - Default Y parameter for -moz-transform:translate differs from Apple's proposal; r+sr=dbaron 2008-09-20 18:52:12 +02:00
Keith Schwarz
2277ec5e77 Bug 455445 - -moz-transform skew() function should accept two parameters, and second should default to zero; r+sr=dbaron 2008-09-20 18:39:12 +02:00
Keith Schwarz
9b9583a852 Bug 455403 - -moz-transform translate functions result in incorrect origin; v5; r+sr=dbaron 2008-09-20 16:39:31 +02:00
Bernd
3e3991e26d make sure that the height from a fixed height tbody gets distributed, bug 439639, r=dholbert, sr=roc 2008-09-20 11:30:30 +02:00
L. David Baron
eacac09939 Backed out changeset aab6b12f4a2b (Bug 455403) due to reftest failures from landing patches in the wrong order, and unexplained reftest hangs. 2008-09-19 16:04:34 -07:00
Keith Schwarz
d0300d2843 Fix incorrect composition of translations with other transforms by making matrix multiplication code clearer, clarifying which matrices are for column vectors and which are for row vectors, and fixing incorrect matrix type conversions. (Bug 455403) r+sr=dbaron 2008-09-19 10:14:54 -07:00
Boris Zbarsky
ce41d75307 Adding test 2008-09-19 09:52:16 -04:00
Jesse Ruderman
7122b5d84d Another try at fixing this test (bug 450637 comment 28) 2008-09-16 15:32:50 -07:00
Jesse Ruderman
9265059852 Add temporary dumps to a reftest; see bug 450637 2008-09-16 04:09:41 -07:00
Karl Tomlinson
3f72698915 disable reftests/text/cgj-01.html on Windows due to bug 455455 2008-09-16 18:33:12 +12:00
Karl Tomlinson
45a5b64a15 test that combining grapheme joiner is not visible and has no format effect b=454743 2008-09-16 16:16:59 +12:00
Robert O'Callahan
b7f3ce1f50 Bug 455280. Distinguish pre-transform overflow area from post-transform overflow area and have nsDisplaySVGEffects use the pre-transform area. r=kschwarz,sr=dbaron 2008-09-16 13:51:52 +12:00
Jesse Ruderman
a192f09556 Make bug 212563 test not rely on timing incorrectly (should fix bug 450637) 2008-09-15 17:11:57 -07:00
Robert Longson
4f84c41d8f Disable non-working feImage reftest for bug 448831. 2008-09-14 16:22:34 +01:00
Robert Longson
5999ca61b7 Correct flood reftest for bug 448831. 2008-09-14 16:09:08 +01:00
Robert Longson
69f536ea8f Add final newlines to reftests for bug 448831. 2008-09-14 12:39:29 +01:00
Robert Longson
a86173c233 Reftests for bug 448831. 2008-09-14 12:02:10 +01:00
Bernd
ecc3d8a9b7 CSS 2.1 empty-cell handling of the excotic cases, bug 76331, r/sr=roc 2008-09-13 16:38:29 +02:00
Robert O'Callahan
659a5fa545 Mark failing tests with bug# 2008-09-14 01:52:48 +12:00
Serge Gautherie
e9302a9889 Bug 455138 - Bug 435293 landed failing tests; workaround "percent-1" part 2008-09-13 14:27:36 +02:00
Robert O'Callahan
b546e46fd0 Marking failing tests random 2008-09-13 23:28:21 +12:00
Keith Schwarz
48a87265ac Bug 435293. Implement CSS transforms. r=dbaron,r+sr=roc 2008-09-13 21:42:11 +12:00
Mats Palmgren
0d0829d3c5 Test for bug 454361. 2008-09-12 03:37:02 +02:00
Robert O'Callahan
b52d3794d5 Bug 450340. Support SVG mask/clip-path/filter CSS properties applied to non-SVG content. r=longsonr,sr=mats 2008-09-11 12:24:16 +12:00
Boris Zbarsky
621ce9d3a5 Removing stray '+' 2008-09-10 01:13:38 -04:00
Boris Zbarsky
c4282496de Bug 449171. Fix bogus assertion. r+sr=dbaron 2008-09-09 21:39:38 -04:00
Boris Zbarsky
e1f03a883b Bug 183348. Fix cloning of sheets with @import rules. Also fixes bug 290018, bug 436261, bug 444723, bug 445415. r+sr=dbaron 2008-09-09 14:08:11 -04:00
Robert O'Callahan
311213e939 Bug 243519. Rework root element frame construction and the CanvasFrame so that the CanvasFrame is an abs-pos container and the root element frame can be positioned. r=fantasai,sr=dbaron 2008-09-08 20:13:17 +12:00
Jesse Ruderman
b47c6d3fb8 Try re-enabling reftests that used to turn Windows red (409150). 2008-09-07 19:25:12 -07:00
Robert O'Callahan
36e333a796 Backing out changesets 75919d3eb3d0 and 14ce7619e9c1 due to test failures 2008-09-07 00:35:20 +12:00
Robert O'Callahan
c2ca6a7204 Bug 243519. Rework root element frame construction and the CanvasFrame so that the CanvasFrame is an abs-pos container and the root element frame can be positioned. r=fantasai,sr=dbaron 2008-09-06 21:35:05 +12:00
Clint Talbert
d51d08d839 bug 451264 allowing reftest-wait and reftest-print together r=dbaron 2008-09-05 17:30:45 -07:00
Bobby Holley
e61d808205 Removing embedded ICC profiles from reftest reference images - bug 453547. r=me 2008-09-04 10:24:07 -07:00
Robert O'Callahan
3aa1bf48b5 Bug 452747. Make reftest robust against subpixel rendering on Mac. r=dholbert,sr=dbaron 2008-09-04 14:48:27 +12:00
Jason Orendorff
a982b5af50 Tests for bug 453105 (r+sr=bzbarsky) 2008-09-03 15:29:21 -05:00
Simon Montagu
ba9a4161de Test cases for bug 116882 2008-09-03 22:46:32 +03:00
Graeme McCutcheon
3eaf4ad543 Bug 451204 - Highlighted text is white on white text on a yellow background, difficult to read. r+sr=roc 2008-09-02 08:28:44 +02:00
Bernd
b360b9fd55 accumulate margins as they might be overconstrained bug 444015 r/sr=dbaron 2008-08-30 18:25:38 +02:00
Bernd
40afc5fe69 CSS 2.1 compliance empty-cells does not apply in border-collapsed tables, initial patch by William Wedin, bug 392047, r/sr=roc 2008-08-26 09:59:34 +02:00
Reed Loden
ffde0ac23f Add reftest to reftest.list 2008-08-19 22:51:43 -05:00
Robert O'Callahan
d1b609d2a5 Bug 451168 - "Borders around folder icons in directory listings (e.g. when viewing FTP sites)" [r+sr=bzbarsky] 2008-08-19 22:50:31 -05:00
Benjamin Smedberg
4ea1f2fbdc Backed out changeset fb099f5a4d32 due to windows test failure... the headers are misaligned pretty badly. 2008-08-19 14:38:06 -04:00
Teune van Steeg
0c2019b7b1 Bug 404816 reftests, r=roc 2008-08-19 12:16:30 -04:00
Martijn Wargers
b093ac751d Bug 449653. Make drawWindow work even inside an onload handler (so before we've unsuppressed painting), r+sr=roc 2008-08-18 15:09:17 -04:00
Robert O'Callahan
edc33b1edc Bug 238072. Make generated content take the normal frame construction path. Relanding with changes so that counter and quote nodes are initialized after their frames are available, more like the old code. r+sr=dbaron,bzbarsky 2008-08-18 13:16:42 +12:00
Robert O'Callahan
a1ceff3005 Bug 423823. Clip overflowing background when tbody is scrollable. r=fantasai,sr=dbaron 2008-08-16 21:10:29 +12:00
Robert O'Callahan
61b1894727 Bug 450670. Avoid conflicts in textframe state bits, urk. r=smontagu 2008-08-16 21:06:21 +12:00
Martijn Wargers
637e98072c Reftests for bug 441703 - direction attribute of marquee should be case-insensitive (for selector matching) 2008-08-15 23:22:26 +02:00
Robert O'Callahan
96f00a6cdf Bug 230555. Fix tests so they're more robust and actually work on Windows. 2008-08-15 22:14:12 +12:00
Robert O'Callahan
da607e7ddf Bug 449519. Make text-shadow code compute the right areas for RTL. r=smontagu 2008-08-15 22:12:39 +12:00
Robert O'Callahan
e3320754a6 Bug 411059. Take preformatted tabs into account when computing the min and pref widths for text. r=smontagu 2008-08-15 22:10:33 +12:00
Simon Montagu
ef63dce70c Reenable tests fixed by bug 449324 2008-08-13 10:08:57 -07:00
Simon Montagu
5723e10950 Reenable test for bug 444656 2008-08-13 10:04:49 +03:00
Robert O'Callahan
342cf1e320 Comment out new tests that are failing 2008-08-12 23:08:21 +12:00
Robert O'Callahan
9a219e1152 Fix filename case 2008-08-12 23:05:05 +12:00
Robert O'Callahan
a768ce438f Bug 230555. Support white-space:pre-line (add tests). r+sr=dbaron 2008-08-12 21:49:03 +12:00
Robert O'Callahan
de4be1cb93 Bug 413048. Disable float breaking in columns. r+sr=dbaron 2008-08-12 21:32:10 +12:00
Robert O'Callahan
c608a29bb8 Bug 441259. Account for trimmable width when deciding whether we can place a float on the line. Also, only try to place a float at a point where we can have a line break. r+sr=dbaron 2008-08-12 21:29:35 +12:00
Robert O'Callahan
f05ab3d5c6 Bug 406299. Make sure we include the font ascent/descent of a soft hyphen if there is one. r+sr=dbaron 2008-08-12 21:18:23 +12:00
Robert O'Callahan
93cddfc711 Bug 445079. Make nsSVGRenderState able to generate an nsIRenderingContext, so that filters and other users can host foreignObject content. r=longsonr,sr=mats 2008-08-12 20:36:51 +12:00
Robert O'Callahan
b2c0de7471 Bug 230555. Support white-space:pre-line. r+sr=dbaron 2008-08-12 20:31:56 +12:00
Simon Montagu
eb95bdb67a Bug 449555. Disable word-wrap for single-line widgets, r+sr=roc 2008-08-11 18:16:41 +03:00
Robert O'Callahan
8ea6018a9d Bug 438987. Propagate background color correctly when the root element is a table. Relanding with a crash fix. r+sr=dbaron 2008-08-08 20:21:13 +12:00
Boris Zbarsky
05afebeabd Forgot to take out the style 2008-08-08 02:22:11 -04:00
Boris Zbarsky
ced05f04cb Bug 210094. Make min-height and max-height work on fieldset. r+sr=dbaron 2008-08-08 01:18:00 -04:00
Boris Zbarsky
093ea77947 Adding test 2008-08-08 00:55:50 -04:00
Robert O'Callahan
b52d1fcfd0 Bug 438987, backing out 2008-08-08 15:34:43 +12:00
Robert O'Callahan
3402e96123 Bug 438987. Propagate background color correctly when the root element is a table. r+sr=dbaron 2008-08-08 13:52:41 +12:00
Mats Palmgren
9b0b54fb1d Oops, forgot that this test needs privileges. Disable it for now. 2008-08-07 18:04:29 +02:00
Mats Palmgren
44de06ac81 Test for bug 448987. 2008-08-07 16:44:24 +02:00
Mats Palmgren
ce43b0541b Test for bug 428278. 2008-08-07 16:21:10 +02:00
Robert O'Callahan
e77bdf3d25 Bug 238072 backout 2008-08-07 22:22:08 +12:00
Robert O'Callahan
a97bb5ff1d Bug 238072. Disable table-parts-01 again because it still doesn't work on tinderbox test machines :-( 2008-08-07 17:49:25 +12:00
Robert O'Callahan
b7204e455d Bug 238072. Fix table-parts-01 test 2008-08-07 16:17:43 +12:00
Robert O'Callahan
e2c78aee47 Bug 238072. Add missing image file for tests 2008-08-07 15:24:31 +12:00
Robert O'Callahan
1bed374bdc Bug 238072, disable bad test temporarily 2008-08-07 15:17:55 +12:00
Robert O'Callahan
973135e78f Bug 238072, bad version of table-parts-01 was committed 2008-08-07 15:15:34 +12:00
Robert O'Callahan
94fd81d0a0 Bug 238072, fix test file I forgot to move
--HG--
rename : layout/reftests/bugs/374193-1xbl.xml => layout/base/crashtests/374193-1xbl.xml
2008-08-07 15:08:49 +12:00
Robert O'Callahan
dcf51d2a34 Bug 238072. Rework generated content support to match CSS 2.1, making generated content take the normal frame construction path so supporting any style applied to it (including 'position', 'float', etc). r+sr=bz,r=dbaron 2008-08-07 13:18:24 +12:00
L. David Baron
9b2a49eb54 Mark one of the border-image tests as failing on Mac OS X 10.4. (Bug 448121) r+sr=bzbarsky 2008-08-06 15:38:44 -07:00
Robert O'Callahan
bb9a3c58d4 Bug 441418. Instead of guessing when frame broke at a first-letter boundary, explicitly record that in a reflow status bit. r+sr=dbaron 2008-08-06 12:31:25 +12:00
Robert O'Callahan
702fa7a069 Bug 447565. Enable test 2008-08-06 12:26:37 +12:00
Robert O'Callahan
a0eabe8ffc Bug 447565. Make clip-path/filter/mask use nsReferencedElement to update correctly when the element referenced by an ID changes. r=longsonr,sr=mats 2008-08-06 12:25:33 +12:00
Robert Longson
2870a18b00 bug 445687 - Should not be able to nest text r+sr=roc 2008-08-05 14:07:03 +01:00
Robert Longson
07fd1bd933 bug 445101 - rendering does not change if systemLanguage attribute changes r=jwatt,sr=bzbarsky 2008-08-05 13:01:47 +01:00
Boris Zbarsky
0cf4408249 Adding test 2008-08-05 01:35:01 -04:00
Dão Gottwald
a8042fb5c0 fix bustage from changeset d6384ffd49f1 2008-08-04 13:24:06 +02:00
fantasai
36e43c9c44 Bug 159914 – Printing a div's content "eats" a few line down the first page 2008-08-04 13:19:53 +02:00
Graeme McCutcheon
7ef784f83a Disable the test for now, since reftest can't get the privileges it needs. 2008-07-31 11:23:29 -07:00
Asaf Romano
c9d1d9a951 Bug 263683 - Findbar's Highlight feature should not manipulate the DOM. Patch by Graeme McCutcheon <graememcc_firefox@graeme-online.co.uk>, r=me,roc. sr=roc. 2008-07-30 23:48:56 +03:00
Robert O'Callahan
ed30595e99 Bug 431341. Include floating first-letter text when we build textruns for a paragraph, because we want nsLineBreaker to see the text for capitalization analysis. Make sure that textrun construction for floating first-letter text uses the block as its scope. And make sure we reconstruct textruns after determining the first-letter length, so that ligatures are broken as necessary. r=smontagu 2008-07-29 22:11:26 -07:00
Robert O'Callahan
4370d37432 Bug 419285. nsCSSFrameConstructor should stop looking for first-letter content after a <br>. r+sr=dbaron 2008-07-29 22:02:00 -07:00
Boris Zbarsky
09d4442e30 Bug 431520. Don't do first-line styling on fieldsets, because it confuses the legend code, and it's not clear what it should even do. r+sr=dbaron 2008-07-28 23:08:57 -07:00
Ian Neal
d4c933c660 Bug 447776 – Hang with word-wrap: break-word and width: 0px
with testcase and crashtests
p=smontagu r/sr=roc
2008-07-27 17:43:07 +01:00
Robert O'Callahan
5b34a78f29 Backing out bug 431341 2008-07-25 00:33:05 +12:00
Simon Montagu
b70a3444aa Mark failing tests as random 2008-07-24 12:28:22 +03:00
Robert O'Callahan
610e8e3b21 Bug 431341. Let textrun construction descend into first-letter frames so that the correct capitalization state is constructed in nsLineBreaker. r=smontagu 2008-07-24 20:39:53 +12:00
Simon Montagu
0185f285af Support for word-wrap CSS property. Bug 99457, r+sr=dbaron, roc 2008-07-24 10:16:18 +03:00
Michael Ventnor
c69a1c3d5b Bug 446273: Column rule does not always stretch the full height of the column box. r+sr=roc 2008-07-21 23:16:06 -07:00
Karl Tomlinson
eb17c7530a non-spacing marks in munder are off center or too long. b=428863 r+sr=roc 2008-07-21 19:32:46 +12:00
Michael Ventnor
d200b4c6a4 Bug 271586 – Implement CSS3 column-rule-*. r+sr=roc,dbaron 2008-07-19 12:38:25 +02:00
Kai Liu
6f5cd1aa07 Incorrect display of right-to-left menus in Vista - bug 403458 r+sr=vlad 2008-07-18 13:55:25 -07:00
Eric Butler
47e45f54c6 Canvas routines draw right-to-left text backwards - bug 402276 r=smontagu sr=roc 2008-07-18 11:29:06 -07:00
L. David Baron
8c19b98a62 Add bug number for failing reftests from bug 378217 landing. 2008-07-17 19:26:55 -07:00
L. David Baron
0fc36f0d30 Mark two reftests as failing on Mac. 2008-07-17 00:56:50 -07:00
Andrew Smith ext:(%2C%20Rob%20Arnold%20%3Ctellrob%40gmail.com%3E%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
7d3343e0fa Implement css3 border-image property. (Bug 378217) r=vlad,dbaron,robarnold 2008-07-16 23:30:25 -07:00
L. David Baron
86c186dbd8 Backed out changeset 9b0b2391485c due to linker errors related to nsStyleStructInlines.h not being included enough. 2008-07-16 22:59:14 -07:00
Andrew Smith ext:(%2C%20Rob%20Arnold%20%3Ctellrob%40gmail.com%3E%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
269c2d355a Implement css3 border-image property. (Bug 378217) r=vlad,dbaron,robarnold 2008-07-16 22:18:38 -07:00
Simon Montagu
a53c346706 Mark the reftest random (apparently the same failure as the other soft-hyphens tests) 2008-07-16 15:34:26 +03:00
Simon Montagu
d9ca6a1ef7 Fix for reftest for bug 444656 2008-07-16 12:52:20 +03:00
Simon Montagu
b19c640964 Position soft hyphens correctly in right-to-left text. Bug 444656, r+sr=roc 2008-07-16 11:43:39 +03:00
Zack Weinberg
947cb5c85f Add .zeroOrAveCharWidth field to gfxFont::Metrics. Initialize it in all font backends. Use it when computing CSS 'ch' units, and make eStyleUnit_Chars and nsLayoutUtils::CharsToCoord unused. (Bug 363706) r=roc sr=dbaron 2008-07-15 14:31:36 -07:00
L. David Baron
d5917519f0 Make less restrictive assumptions about how big a 'ch' unit is relative to the line-height (assuming 4ch greater than the line height, rather than assuming 2ch is). (Bug 363706) 2008-07-15 14:31:36 -07:00
Robert O'Callahan
e12228f1e0 Disabling feGaussianBlur-3.svg for investigation 2008-07-15 17:54:58 +12:00
Robert O'Callahan
18cf5a8e13 Backing out changeset 6c8c95fcaf9b (bug 445079) due to test failure on Windows 2008-07-15 16:35:37 +12:00
Robert O'Callahan
cd5779708c Bug 445079. Make filters and patterns use an offscreen surface with the ability to create an nsIRenderingContext wrapper as needed, so foreignObject works in those contexts. r=longsonr,sr=mats 2008-07-15 15:16:43 +12:00
Robert O'Callahan
92ef9ab20a Bug 418201. Restrict filter processing to the dirty area. r=longsonr,sr=mats 2008-07-15 15:08:47 +12:00
Robert Longson
e99311aec3 Bug 409383 - Enable reftests for dynamic changes to switch children. r=jwatt,sr=roc 2008-07-13 16:09:37 +01:00
Robert Longson
4f5be1e4c9 Bug 409383 - Make dynamic changes to switch children work and fix transient switch errors. r=jwatt,sr=roc 2008-07-13 12:30:48 +01:00
Sylvain Pasche
d182915ca2 Bug 438679 – Remove some duplicate reftest manifest entries. r=dbaron 2008-07-12 12:49:58 +02:00
Daniel Holbert
192f557403 (No code changes) Change a bunch of non-executable files in layout/ to have non-executable mode.
Filetypes changed: .cpp .gif .h .html .list .png .svg .x-ccmap .xbl .xhtml .xul
2008-07-11 11:54:06 -07:00
Mats Palmgren
2c04f20658 Fix and re-enable reftest for bug 433700. 2008-07-09 22:25:29 +02:00
Mats Palmgren
c9d01f8789 Temporarily disable reftest for bug 433700 since it fails on qm-win2k3-03. 2008-07-09 19:19:37 +02:00
Mats Palmgren
83e83087ed Reftest for bug 433700. 2008-07-09 17:43:52 +02:00
L. David Baron
753ca462de Add reftest for the nesting case in bug 424236. 2008-07-08 13:46:56 -07:00
Reed Loden
0dd654f8f8 Alphabetize layout/reftests/reftest.list and add box-shadow's reftest.list. [p=reed r+sr=roc] 2008-07-07 20:33:21 -05:00
Michael Ventnor
fe63c6e507 Bug 212633 - "Add support for CSS3 box-shadow" (reftests) [p=ventnor.bugzilla@gmail.com (Michael Ventnor)] 2008-07-07 19:58:37 -05:00
Masayuki Nakano
f1cf303d4c Bug 436356 Bullet lists does not display correctly, works in FF 2 p=Atsushi Sakai, r+sr=roc 2008-07-03 14:49:24 +09:00
Simon Montagu
ea890e880c Make :first-letter include following punctuation but not first letters that are neither letters nor digits. Bug 399941, r+sr=roc
--HG--
rename : layout/generic/punct_marks.ccmap => layout/generic/punct_marks.x-ccmap
2008-07-02 19:28:43 +03:00
L. David Baron
125a18e0a9 Back out 0b1995eab10f due to mochitest failures on at least Windows. (Bug 363706) 2008-07-01 22:01:10 -07:00
Zack Weinberg
0cb6b35cce Add .zeroOrAveCharWidth field to gfxFont::Metrics. Initialize it in all font backends. Use it when computing CSS 'ch' units, and make eStyleUnit_Chars and nsLayoutUtils::CharsToCoord unused. (Bug 363706) r=roc sr=dbaron 2008-07-01 20:24:36 -07:00
Robert O'Callahan
8df896f622 Bug 344258. Make <use> honour changes to the ID-to-element map. r=longsonr,sr=mats 2008-06-26 10:41:04 +12:00
Simon Montagu
f5c57c867f Reftest for bug 109735 2008-06-25 02:41:26 -07:00
Michael Ventnor
95215d2e79 Bug 440112, Form elements are not hidden behind overlapping parent with overflow:hidden, r+sr=roc 2008-06-23 11:30:07 +03:00
Robert O'Callahan
cc0cfcf8e7 Mark reftest as passing 2008-06-23 14:41:21 +12:00
Robert O'Callahan
0084a0efef Bug 438981. The canonical 'body element' must be the first 'body' child. 2008-06-23 10:38:29 +12:00
Robert Longson
fd21ff735e Bug 438867 - rftest for SVG not rendered after html hr element. 2008-06-22 17:22:07 +01:00
Mats Palmgren
dbec8fafc5 Make the test work also with desktop theme where background color for text widgets is not white. b=435048 r=karlt 2008-06-20 02:45:05 +02:00
Simon Montagu
c7aa8e5f41 reftest for bug 439910 2008-06-19 12:36:42 +03:00
L. David Baron
68f55f2bd3 Mark reftest added for bug 363706 as failing. 2008-06-17 16:11:45 -07:00
Eric Butler
4d58741bd6 Fix crashes when using text API on a canvas context whose element doesn't have a frame, and update handling of that case to match the spec. (Bug 438695) r+sr=dbaron 2008-06-17 14:37:57 -07:00
L. David Baron
f74134beca Add basic test for bug 363706. 2008-06-17 14:37:56 -07:00
Robert O'Callahan
1fb32e25c0 Bug 421436. Remove hack that gives <br> 1-appunit width in standards mode; it's no longer necessary and it can cause subtle bugs. r+sr=dbaron 2008-06-14 20:48:07 +12:00
Robert O'Callahan
1b6c71eabf Bug 439004. Check whether there's logically empty content already placed on the line instead of just checking whether the line has advanced horizontally. r+sr=dbaron. 2008-06-14 20:28:07 +12:00
Michael Ventnor
129d4dc805 Implement text-shadow rendering (bug 10713). r+sr=roc. Relanding with fixes to make tests pass on Mac 2008-06-13 10:02:32 +12:00
Robert O'Callahan
9a6f32a0b9 Backing out text-shadow due to Mac issues 2008-06-12 17:40:56 +12:00
L. David Baron
c23d01eee4 Add some reftests for z-ordering of text-decorations. 2008-06-11 21:54:13 -07:00
Michael Ventnor
5217b0efd3 text-shadow tests (bug 10713) 2008-06-12 14:39:36 +12:00
Robert O'Callahan
4188aa979e Allow floats to be placed on the current line even after nonzero-width inline content has been placed. Fixes an Acid3 layout bug. r+sr=dbaron 2008-06-11 11:53:22 +12:00
Eric Butler
be40edd6c9 Canvas text spec implementation (bug 436904) 2008-06-10 16:16:59 -07:00
L. David Baron
f4b0e442f4 Make top and bottom values of vertical-align align the subtree rather than the element itself. (Bug 118501) r+sr=roc 2008-06-06 09:26:58 -07:00
L. David Baron
851aa08808 Don't make our anonymous blocks that wrap blocks inside inlines be containing blocks so that we get the right containing block direction per the CSS spec. (Bug 423306) r+sr=roc 2008-06-05 16:06:34 -07:00
L. David Baron
0b369f2ea1 Remove unneeded (and not present in the proposed CSS3 float-displace property) border-box and padding-box values of -moz-float-edge. (Bug 432891) r+sr=roc 2008-06-05 16:06:34 -07:00
Simon Montagu
69be8da881 Reftest for bug 229764 2008-06-05 04:05:25 -07:00
Vladimir Vukicevic
977091d498 b=346189, children should optionally not affect size of XUL stack; r+sr=roc 2008-06-04 23:46:24 -07:00
L. David Baron
f62ade1553 Mark reftest added for bug 433640 as failing on Mac, due to bug 379317. 2008-06-03 18:15:05 -07:00
L. David Baron
88bb0bcc0f Snap background origin and clip areas to device pixels to prevent tiling from varying for subpixel position changes that don't change the box's visible position at all. Tests by roc (433640-*) and me (background-image-tiling-*). b=433640 r+sr=roc 2008-06-03 15:25:31 -07:00
Zachary Weinberg
955b24f440 Fix typo. r=dbaron 2008-06-02 15:52:25 -07:00
L. David Baron
80ef4ff3cb Make outlines on inlines containing blocks outline the blocks. b=424236,270191 r+sr=roc 2008-06-02 15:52:25 -07:00
L. David Baron
9acf41987d Add reftests for bug 399636. 2008-06-02 15:52:25 -07:00
Vladimir Vukicevic
959c9bc74c b=432954, disable reftest 413292-1.html; r=roc 2008-05-13 11:42:18 -07:00
Vladimir Vukicevic
3e1863ac2a b=432288, mozilla-central win32 build failing reftest 429849-1.html; r=roc 2008-05-13 11:42:16 -07:00
Vladimir Vukicevic
61a1870c68 b=432298, reftest unexpected pass, svg/opacity-and-gradient-01.svg on cocoa; r=dbaron 2008-05-12 17:05:49 -07:00
dbaron@dbaron.org
f7d78f8105 Compute widths for replaced block clearing past floats once we're at the correct vertical position. b=430813 r+sr=roc a=schrep 2008-05-03 16:33:36 -07:00
dbaron@dbaron.org
e890be0b74 Fix extra block-clearing caused by margins on tables. b=430813 r+sr=roc a=damon 2008-05-01 08:14:36 -07:00
gavin@gavinsharp.com
d51aa54eef Bug 429849: marquee text not on one line , part of this line on top and second part on bottom, patch by Martijn Wargers <martijn.martijn@gmail.com>, r+sr=roc, a=damon 2008-04-30 10:09:09 -07:00
vladimir@pobox.com
9ddc5cd662 mark test as not failing on mac 2008-04-25 17:05:51 -07:00
vladimir@pobox.com
32bee1faae b=427122, padding on select elements is ignored ; r=dbaron, a=beltzner 2008-04-25 16:12:45 -07:00
Olli.Pettay@helsinki.fi
b0e60a1166 backout Bug 430465 2008-04-25 04:31:13 -07:00
roc+@cs.cmu.edu
8184df781e Fixing bustage 2008-04-25 03:17:12 -07:00
roc+@cs.cmu.edu
149a451e70 Bug 430465. Don't round source coordinates in the tiled-image-drawing path. r=vlad,a=beltzner 2008-04-25 02:40:04 -07:00
dholbert@cs.stanford.edu
9afbef7f63 Bug 428521: Allow DistributeWidthToColumns to complete BTLS_PREF_WIDTH runs in situations with guess_min < aWidth <= guess_pref. (Reverts optimization from 368504 in which I'd thought that a run with aWidth <= guess_pref would be skippable) r+sr=dbaron a=beltzner 2008-04-24 11:48:34 -07:00
roc+@cs.cmu.edu
84a91c083e Bug 430412. Don't bother showing a scrollbar if there's less than one device pixel to scroll into view. r+sr=bzbarsky,a=beltzner 2008-04-24 01:14:06 -07:00
jonas@sicking.cc
7c5d9d0c55 Change reftest and crashtest in preparation for bug 379959 to not use data-urls for -moz-binding. r=dholbert. Test changes only. 2008-04-23 21:41:33 -07:00
jruderman@hmc.edu
33786e80e8 Add reftests 2008-04-22 22:00:19 -07:00
karlt+@karlt.net
6d1cc05193 clip parts of stretchy chars more carefully b=427666 (also fixes b=349907) r+sr=roc a1.9=damons 2008-04-22 20:13:09 -07:00
vladimir@pobox.com
7ca24931ed backing out 2008-04-20 01:24:42 -07:00
vladimir@pobox.com
ff8acc97ea b=427122, padding on select elements ignored, r=dbaron,a=beltzner 2008-04-19 23:42:00 -07:00
jdaggett@mozilla.com
bb0afdab7b Bug 428458. Fix fixed-pitch font handling for mac/win. r+sr=roc, a=vlad 2008-04-18 02:11:47 -07:00
fantasai.cvs@inkedblade.net
8d6acf49ba this test doesn't exist yet 2008-04-18 00:49:31 -07:00
fantasai.cvs@inkedblade.net
c799e1aaed consider relevant overflow when balancing columns (fixes various crashes and hangs) b=404215 r+sr=roc a=beltzner 2008-04-18 00:40:35 -07:00
karlt+@karlt.net
10eff40fb2 PaintHorizontally: correct dy calculation when bm.ascent is -ve. b=242861 r+sr=roc a1.9=beltzner 2008-04-17 20:27:09 -07:00
dholbert@cs.stanford.edu
fa248f485b Bug 409084: When determining if a row or rowgroup isTopOfPage, check if the previous row has positive YMost, rather than just checking if there *is* a previous row. r=bernd sr=dbaron a1.9=beltzner 2008-04-17 11:18:41 -07:00
roc+@cs.cmu.edu
38367a0fc9 Bug 409227 reftest 2008-04-17 01:23:29 -07:00
bzbarsky@mit.edu
8fbb442e1f display:block legends should still shrink-wrap. Bug 428423, tests by dholbert, r=dholbert, sr=dbaron, a=beltzner 2008-04-16 09:07:27 -07:00
karlt+@karlt.net
96eba5b7a3 still fails on Windows too - bug 428458 2008-04-15 17:42:25 -07:00
karlt+@karlt.net
09b69b71ae still fails on Mac - bug 428458 2008-04-15 17:13:20 -07:00
karlt+@karlt.net
e4d79fc85c Use a | char to tighten up test but still allow for 1 pixel. b=428458 2008-04-15 16:30:32 -07:00
roc+@cs.cmu.edu
818354a81e Bug 427730. Make text for ATSUI layout end in ' ' or ' .' instead of '.', to ensure the last character isn't treated as the start of a kerning pair. r=jdaggett,sr=vlad,a=beltzner 2008-04-14 18:48:19 -07:00
roc+@cs.cmu.edu
9834f18640 Bug 399258. nsCSSRendering::PaintBorder should not try to optimize away the case where the dirty rectangle is inside the element's padding-rect, because border-radius can make the border appear inside the padding-rect. nsDisplayBorder::OptimizeVisibility does this optimization correctly already so just remove it from PaintBorder. r+sr=vlad, a=damon 2008-04-14 18:41:12 -07:00
dbaron@dbaron.org
f8dcd3c29e Fix bug 427129 / 377664: When displacing blocks that don't interact with floats around floats, displace the border box rather than the margin box. Fix bug 427782: Simultaneously, only displace when the width actually won't go down to an amount that fits (i.e., if it will go to an amount smaller than the intrinsic minimum width, let it). b=427129 r+sr=roc a=schrep 2008-04-14 18:05:17 -07:00
mats.palmgren@bredband.net
e85cc637ce The position of an outside bullet should not be affected by floats inside the principal block (this fixes most cases). b=427370 r+sr=dbaron a1.9=beltzner 2008-04-13 10:43:12 -07:00
dholbert@cs.stanford.edu
b7a5c89466 Bug 427017: Disable page-break-before/after for fixed- & absolutely-positioned elements. Also, fix assertion during an iterator-comparison by handling case where lineBox is in overflow-lines. r=fantasai sr=roc a1.9=beltzner 2008-04-11 22:32:49 -07:00
karlt+@karlt.net
eee24d5331 Add a space to be more permissive. 2008-04-10 22:15:01 -07:00
karlt+@karlt.net
73b4370143 fails on Windows too - bug 428458 2008-04-10 21:32:23 -07:00
karlt+@karlt.net
ad58167f9f fails on Mac - bug 428458 2008-04-10 21:08:22 -07:00
karlt+@karlt.net
a9ed466a00 Test text input size with monospace fonts b=410405. 2008-04-10 20:17:32 -07:00
martijn.martijn@gmail.com
a87f16775e Extra reftest for bug 413027 - Marquee height is sized too small, clipping text vertically, a=beltzner 2008-04-10 16:17:20 -07:00
jwatt@jwatt.org
b71efcf867 Bug 428023. Allow SVG without a viewBox to scroll when embedded by reference by a replaced element. r=longsonr, sr=roc, a1.9=vlad 2008-04-09 23:25:31 -07:00
karlt+@karlt.net
82dfb2c8fd Check that non-spacing marks in accents are visible b=427659. 2008-04-09 21:35:46 -07:00
karlt+@karlt.net
c095d55e43 Tweak reftest again for aveCharWidth wide enough for numerals. b=410405 2008-04-08 23:57:34 -07:00
reed@reedloden.com
38fcdb21a5 Bug 427845 - "reftests/text-decoration/underline-block-propagation-*.html are buggy" [p=zweinberg@mozilla.com (Zack Weinberg) r=dbaron] 2008-04-08 23:38:45 -07:00
dholbert@cs.stanford.edu
af57e0ba07 Bug 421710: Adding assertion reftest 2008-04-08 14:33:32 -07:00
gavin@gavinsharp.com
54884944b3 Re-land the part of bug 295994 that removes the reference to the removed test, since I didn't re-add it in my initial backout 2008-04-08 13:57:17 -07:00
gavin@gavinsharp.com
7e4a821f69 Back out patch for bug 295994 2008-04-08 13:50:00 -07:00
dbaron@dbaron.org
593a0bb24a Don't let columns with no cells originating in them expand in the pass for expanding zero-width columns. b=425972 r=dholbert sr=roc a=blocking1.9+ 2008-04-08 12:07:16 -07:00
longsonr@gmail.com
04840052a3 reftests for bug 423998 2008-04-08 12:06:27 -07:00
longsonr@gmail.com
f4636276cf reftests for bug 423998 2008-04-08 12:03:17 -07:00
longsonr@gmail.com
985d52a20e reftests for bug 423998 2008-04-08 12:03:17 -07:00
reed@reedloden.com
29989d380d Bug 423833 - "Show Only This Frame code uses about: url for error pages, instead of original site url" [p=johnath@mozilla.com (Johnathan Nightingale [johnath]) r=Mano a=blocking-firefox3+] 2008-04-08 11:48:34 -07:00
roc+@cs.cmu.edu
6ede5f6340 Disabling failing test. It's not the important one here anyway. 2008-04-08 06:42:36 -07:00
roc+@cs.cmu.edu
d5a1dc86da Bug 411585. Traverse all pages after the current page when painting a page, to locate placeholders that we need to traverse in order to paint out-of-flows on the current page. r+sr=dbaron 2008-04-08 06:06:12 -07:00
roc+@cs.cmu.edu
7c840869f1 Bug 422678. Table rows whose style-height doesn't fit in the available height (but whose cells do) should be marked incomplete during reflow. r=bernd,sr=dbaron 2008-04-08 05:28:34 -07:00
vladimir@pobox.com
db41e46abb Revert incorrect commenting out of test 2008-04-07 13:27:20 -07:00
vladimir@pobox.com
ac0dde340f temporarily disable this reftest -- see bug 427480 2008-04-07 00:36:24 -07:00
bmlk@gmx.de
4e493051f8 initialize all border parameters so that the border is initialized even for empty rowgroups bug 424434 r/sr=bzbarsky a=mtschrep 2008-04-06 05:12:04 -07:00
roc+@cs.cmu.edu
8f556c16f9 Bug 424710. Make sizing of abs-pos frames whose container is the initial containing block sane and consistent with Firefox 2, while still incorrect. r+sr=dbaron 2008-04-06 03:03:41 -07:00
dbaron@dbaron.org
878a6caed2 Disable a small part of the fix for bug 416168 to fix a regression with outlines of certain empty inlines. b=424236 r+sr=roc a=blocking1.9+ 2008-04-05 20:55:15 -07:00
dolske@mozilla.com
b00b8b9ba8 Reenable libpr0n reftests, and try increasing the reftest timeout from 30 to 45 seconds. (bug 425987) 2008-04-05 16:55:08 -07:00
dolske@mozilla.com
c5fc7ffeda Try disabling all lbipr0n reftests (bug 425987). 2008-04-05 13:20:48 -07:00
roc+@cs.cmu.edu
fe33a6d354 Mark passing reftests as expected to pass 2008-04-01 17:11:44 -07:00
longsonr@gmail.com
4630977d19 reftest for gradient on transformed text - bug 424586 2008-03-31 07:31:25 -07:00
roc+@cs.cmu.edu
421ea5a76e Bug 421885. Make tiled image drawing sample only the correct subimage by manually padding if necessary. r=vlad 2008-03-31 02:40:53 -07:00
masayuki@d-toybox.com
3b28b33c93 Bug 421353 Moving the mouse over text hyperlinks which become underlined spikes cpu usage r=roc+stuart, sr=roc, a1.9=beltzner 2008-03-29 14:25:15 -07:00
reed@reedloden.com
9daab6c56d Back out Robert O'Callahan's patch from bug 421885 due to reftest failure. 2008-03-28 02:32:03 -07:00
reed@reedloden.com
dbbcc3c1e1 Bug 421885 - "Google reader search results have strange red line and broken border around them" [p=roc@ocallahan.org (Robert O'Callahan [roc]) r=vlad a=blocking1.9+] 2008-03-28 01:40:02 -07:00
jruderman@hmc.edu
06b83429b6 Add reftests for the Wikipedia jiggling text bug. 2008-03-27 23:08:16 -07:00
karlt+@karlt.net
fe1ffcc974 Add mroot and bevelled mfrac width tests. 2008-03-27 15:52:58 -07:00
uriber@gmail.com
cbbeab337c Only join ancestor inline frames for frames that are last children. bug=424631, r=smontagu, sr=dbaron, blocking1.9=vladimir 2008-03-27 12:27:32 -07:00
dtownsend@oxymoronical.com
072ebb3175 Marking test from bug 424074 as failing on linux 2008-03-27 02:17:19 -07:00
joshmoz@gmail.com
5b27bd0b9e Scrollbar thumb is drawn with wrong size for custom scrollbars. b=424074 r=josh sr=vlad 2008-03-26 22:36:20 -07:00
jruderman@hmc.edu
703efcd013 Add reftest 2008-03-26 20:25:24 -07:00
jruderman@hmc.edu
305e1db8cc Add reftest (mostly for an assertion, but also making sure it's blank) 2008-03-26 17:01:27 -07:00
karlt+@karlt.net
b5301660f8 Prefix msqrt with a multiplier as Mac's font and antialiasing causes the radical symbol to affect two pixels to the left of content by up to 8/256. 2008-03-25 21:47:17 -07:00
karlt+@karlt.net
27dbec1062 Bug 363240 - incorrect MathML <mtable> width and position (nsMathMLContainerFrames have zero preferred width Test widths of table cells with msqrt, mfenced, and stretchy mo, and mo with l/rspace. 2008-03-25 20:39:36 -07:00
karlt+@karlt.net
a6b9d2c84a Need some space between the overline and "h" for Mac's fonts and antialiasing. 2008-03-25 19:51:45 -07:00
karlt+@karlt.net
df117726e1 Bug 421955: combining mark at start of text run rendered as NUL hex box or garbage 2008-03-25 18:30:39 -07:00
reed@reedloden.com
48d36e4da6 Bug 423385 - "floating parent does not size correctly with floating child using negative margin" [p=roc@ocallahan.org (Robert O'Callahan [roc]) r+sr=dbaron a1.9b5=beltzner] 2008-03-25 16:19:46 -07:00
uriber@gmail.com
b1791d123f Reftest for bug 423676 2008-03-25 13:07:16 -07:00
gavin@gavinsharp.com
3150621444 reftest adjustments for bug 417178 (pending r=dbaron/roc) 2008-03-25 09:50:30 -07:00
reed@reedloden.com
732fa02cb6 Back out Robert O'Callahan's patch from bug 423385 due to mochitest failure. 2008-03-24 23:26:53 -07:00
reed@reedloden.com
3cbc4b60ae Bug 417178 - "Google reader does not show subscribed topics in ff3b3 at certain zoom levels" [p=roc@ocallahan.org (Robert O'Callahan [roc]) r+sr=dbaron a1.9b5=mconnor] 2008-03-24 21:55:47 -07:00
reed@reedloden.com
ed83140178 Bug 423385 - "floating parent does not size correctly with floating child using negative margin" [p=roc@ocallahan.org (Robert O'Callahan [roc]) r+sr=dbaron a1.9b5=beltzner] 2008-03-24 21:50:12 -07:00
dholbert@cs.stanford.edu
c237666da6 Bug 423599: Make native theming stuff use full padding when in XUL, and reduced padding when in HTML. Patch by _FrnchFrgg_ <frnchfrgg-mozbugs@altern.org>, r=ventron sr=vlad a1.9b5=beltzner. Reftest by me, r=bz a1.9b5=beltzner 2008-03-24 17:34:27 -07:00
reed@reedloden.com
be4184a2d1 Back out Robert O'Callahan's patch from bug 417178 due to mochitest failure. 2008-03-24 01:41:13 -07:00
reed@reedloden.com
433f2f04ac Bug 417178 - "Google reader does not show subscribed topics in ff3b3 at certain zoom levels" [p=roc@ocallahan.org (Robert O'Callahan [roc]) r+sr=dbaron a1.9b5=mconnor] 2008-03-24 00:29:30 -07:00
uriber@gmail.com
ad85cfeb27 In bidi resolution, convert inline bidi continuations not at the end of a bidi run into fluid continuations. bug=423130 r=smontagu sr=dbaron a19b5=dsicore 2008-03-21 01:17:41 -07:00
dbaron@dbaron.org
5140c6e42f Add bug number for failing tests. 2008-03-20 20:19:28 -07:00
dbaron@dbaron.org
59a162a0cc Add additional tests with opacity to exercise the cases where we construct TableBackgroundPainters from row or row group frames. 2008-03-20 20:05:21 -07:00
dbaron@dbaron.org
50002fac9c Additional fix on top of roc's patch for bug 421069 to fix the regression it caused. r=dholbert approval1.9b5=damon 2008-03-20 18:19:13 -07:00
dbaron@dbaron.org
23a009990b Add some reftests for table background painting. (These tests catch the regression from the previous patch in bug 421069.) 2008-03-20 18:17:09 -07:00
dbaron@dbaron.org
8304035cf8 Add reftests for bug 421069. 2008-03-20 18:15:40 -07:00
dbaron@dbaron.org
ee3e251e7f Add another reftest for 413027. 2008-03-19 15:31:45 -07:00
dbaron@dbaron.org
4bc5cc9147 Add some basic reftests for XUL grid. 2008-03-19 15:29:31 -07:00
reed@reedloden.com
22cb02bc2b Bug 392233 - "Text kerning broken by scaling/viewBox (space between letters or letters above each other)" [p=roc@ocallahan.org (Robert O'Callahan [roc]) r=longsonr sr=vlad a=blocking1.9+] 2008-03-18 12:50:29 -07:00
roc+@cs.cmu.edu
253c48d150 Backing out bug 392233 again 2008-03-18 01:37:48 -07:00
roc+@cs.cmu.edu
2911f3374d Bug 392233. Relanding ... make SVG text build textruns taking into account the current transform's scale. Also refactors code to simplify everything. r=longsonr,sr=vlad 2008-03-18 00:42:07 -07:00
roc+@cs.cmu.edu
a601c316e3 Oops, adding reftest files for bug 422394 2008-03-17 20:25:36 -07:00
roc+@cs.cmu.edu
8f0faf9268 Backing out bug 392233. 2008-03-17 19:36:17 -07:00
roc+@cs.cmu.edu
1a9168290d Bug 422394. Fix tab width calculation so we never fail to advance. r=smontagu 2008-03-17 18:48:22 -07:00
roc+@cs.cmu.edu
f3f684e136 Bug 392233. Take the current contxt scale into account when constructing textruns for SVG, and simplify the SVG text code. r=longsonr,sr=vlad 2008-03-17 18:45:05 -07:00
jruderman@hmc.edu
47e7f99644 Add a "!=" reftest that will fail is msub and msup break (like in bug 345564) 2008-03-16 22:34:37 -07:00
dbaron@dbaron.org
3e6be4915f Add simplified version of test that we can currently pass. 2008-03-16 14:20:53 -07:00
dbaron@dbaron.org
66c91338bb Fix bug in test. 2008-03-16 14:20:35 -07:00
dbaron@dbaron.org
c54c46d35e Add reftest for CSS 2.1, section 10.3.3. 2008-03-16 14:13:00 -07:00
karlt+@karlt.net
cab2582168 mi elements for which default values for mathvariant should have no effect 2008-03-15 19:26:32 -07:00
bzbarsky@mit.edu
0526293212 Don't use fieldset pref widths as min widths, since pref widths can be unconstrained. Incidentally makes it possible for text to legends to wrap if the page wants it to. Bug 404123 and bug 354502, r+sr=dbaron, a=beltzner. 2008-03-14 13:48:23 -07:00
reed@reedloden.com
5682ff6453 Bug 311366 - "should make custom elements able to contain blocks (<section>)" [p=mrbkap@gmail.com (Blake Kaplan) r=sicking sr=jst a1.9=beltzner] 2008-03-14 08:15:29 -07:00
smontagu@smontagu.org
08baaafd15 Testcase for bug 128896. 2008-03-14 08:03:33 -07:00
jwatt@jwatt.org
9130ff618d Bug 421780. NPOB. Add public domain dedication comment to two tests for Joe Drew (his tests). 2008-03-14 07:49:57 -07:00
dholbert@cs.stanford.edu
e814a3b8d1 Bug 421239: Remove broken/brittle optimization of guessing (incorrectly) whether a line might be empty, when we're determining whether we need to mark next line's margin as dirty. r+sr=roc, a=blocking1.9+ 2008-03-14 00:21:15 -07:00
roc+@cs.cmu.edu
8f3ecb543c Backing out 413027 again. 2008-03-13 02:14:16 -07:00
roc+@cs.cmu.edu
be731bdd00 Bug 413027. The XUL pref and min height for a CSS block should be its height when reflowed at its preferred width, NOT the height of the tallest line. r+sr=dbaron. Relanding with additional XUL box layout fix to increase the frame size to the minimum size required by children even if they don't change size during layout, and a fix to scrollframes so they don't depend on being able to set a size for scrollbars less than their minimum size. r+sr=dbaron 2008-03-13 01:40:43 -07:00
dholbert@cs.stanford.edu
b48152f91a Disabling failing reftest 386339.html. (See Bug 422454) 2008-03-12 10:22:49 -07:00
reed@reedloden.com
e67095e77e Bug 421780 - "SVG <image> has stopped working" (reftests for resizing a 1x1 image) [p=joe@drew.ca (Joe Drew [JOEDREW!]) r=longsonr] 2008-03-12 10:21:26 -07:00
roc+@cs.cmu.edu
dc7c75d483 Bug 420351. Don't let empty list-bullets make a line non-empty. r+sr=dbaron 2008-03-11 17:46:18 -07:00
uriber@gmail.com
130962d56a Don't reserve space for start (end) margin on the first- (last-) in-flow if it has a previous (next) bidi continuation. bug=421419 r+sr=dbaron a1.9=dsicore 2008-03-11 14:54:34 -07:00
jruderman@hmc.edu
b6e0fc89b8 Add reftest 2008-03-11 11:24:02 -07:00
roc+@cs.cmu.edu
d5b40c88f6 Backing out 420351 2008-03-11 03:44:32 -07:00
roc+@cs.cmu.edu
76cd12b42d Backing out bug 413027 2008-03-11 01:36:01 -07:00