Граф коммитов

383 Коммитов

Автор SHA1 Сообщение Дата
dbaron%dbaron.org dc4ef4acf3 Make text node separation in reference match that in test. (Implementation dependent, yuck.) 2007-04-04 02:07:39 +00:00
dbaron%dbaron.org 97d9b3f1dd Add a test for subpixel positioned text, since we just made all the other tests not test that. 2007-04-04 01:58:26 +00:00
dbaron%dbaron.org edc6ae8aef Make text node separation in reference match that in test. (Implementation dependent, yuck.) 2007-04-04 01:49:01 +00:00
bzbarsky%mit.edu 3ddf173ecd Adding test for bug 374038 2007-04-01 15:45:29 +00:00
sharparrow1%yahoo.com a1037fc0fa Bug 372062: Auto values for right and bottom in CSS clip rect broken. r+sr=roc. 2007-03-29 01:31:26 +00:00
sharparrow1%yahoo.com 48b3b0b811 Bug 373433: views inside absolutely positioned blocks sometimes mispositioned. r+sr=roc. 2007-03-28 06:14:03 +00:00
sharparrow1%yahoo.com 0112321c33 Bug 375508: Outline drawing broken when outline doesn't overflow. r+sr=roc. 2007-03-28 05:53:29 +00:00
dbaron%dbaron.org fbe1eebefe Update reftest random markings now that bug 372629 is fixed. 2007-03-27 15:35:47 +00:00
sharparrow1%yahoo.com 997e179d53 Bug 372037: CSS clip property should clip the overflow rect as well as the paint rect; r+sr=roc. 2007-03-27 03:58:17 +00:00
gavin%gavinsharp.com 1a311cbfb5 Reftest for bug 341043 by Arno <arno.@no-log.org>, r=roc 2007-03-26 20:39:29 +00:00
jwatt%jwatt.org f028ec7b9a Reftest for viewBox on child svg 2007-03-26 17:01:18 +00:00
jwatt%jwatt.org 96764a84fd Add failure rect to reftest 2007-03-26 16:22:18 +00:00
jwatt%jwatt.org e55b5d544b Adding reftest for foreignObject 2007-03-26 16:14:38 +00:00
jwatt%jwatt.org 2239500738 Reftest for percentage units on viewport element breaking user units on graphics 2007-03-26 15:53:49 +00:00
jwatt%jwatt.org 7885024ab2 Adding reftest for null rootElement 2007-03-26 15:35:35 +00:00
jwatt%jwatt.org c5c673533f Add reftest for stroke-width with percentage value 2007-03-26 07:45:21 +00:00
jwatt%jwatt.org 76ca937c3c Reftest for rects with one of rx or ry set 2007-03-26 07:43:09 +00:00
dbaron%dbaron.org 5a87525d7a More spans needed to separate text frames the same way they're separated in the test. 2007-03-25 22:26:13 +00:00
dbaron%dbaron.org d0b591a024 Fix unclosed style element. 2007-03-25 22:07:31 +00:00
dbaron%dbaron.org ccc96ddb5b Correctly annotate randomness (really dependency on fonts available on system) due to bug 372629. 2007-03-25 21:42:18 +00:00
dbaron%dbaron.org d9841cba1d Work around lack of content:none. 2007-03-25 21:41:17 +00:00
dbaron%dbaron.org 3c55cf0040 Fix two counter references that were copies of the tests. 2007-03-25 21:40:28 +00:00
dbaron%dbaron.org cc94b70cbf Add <span>s so that we don't have different text frame separation between test and reference. 2007-03-25 21:39:36 +00:00
dbaron%dbaron.org cd5d42ab25 Add reftests for text-indent. 2007-03-25 19:26:40 +00:00
asqueella%gmail.com f8b44d8ebc Try to fix mac bustage, making this test skip the global stylesheet PI like the other tests do... 2007-03-25 06:21:00 +00:00
asqueella%gmail.com 723ebf5fef fix bug 369828 � html/svg:style sheets don't work in XUL documents
(the fix is to special-case these elements in nsXULDocument::ResumeWalk
and manually call UpdateStylesheet on them after the element and its subtree
is fully constructed and inserted into the document)

r=bz, sr=peterv
2007-03-25 05:20:29 +00:00
dbaron%dbaron.org 3a12b70ccf Update counters test results based on Windows results and better understanding of Mac failures. 2007-03-23 07:41:57 +00:00
dbaron%dbaron.org 741f60cae1 Mark 2 more tests as random due to font spacing issues. 2007-03-23 07:09:45 +00:00
dbaron%dbaron.org 562406b2ed Add counter tests that I wrote for bug 3247, converted to reftest format by Rob Campbell <rcampbell@mozilla.com>. 2007-03-23 06:28:25 +00:00
dbaron%dbaron.org 4963c8cc21 Add tests for bug 348516. Test 1 by <arno.@no-log.org>, r=dbaron. Tests 2 and 3 by me. 2007-03-23 06:25:51 +00:00
roc+%cs.cmu.edu 6c45cfc583 Bug 374866. Reftests for text-transform. r=dbaron 2007-03-22 23:01:14 +00:00
dbaron%dbaron.org 8a383c45db Real current state of the tests I just added. 2007-03-22 06:21:27 +00:00
dbaron%dbaron.org d2db681bd1 Fix incorrect filename. 2007-03-22 05:30:56 +00:00
dbaron%dbaron.org d65ac86a1d Add pixel rounding reftests for rounded backgrounds (currently broken due to at least bug 353860), initially marked as random so I can see how we're doing before marking. 2007-03-22 04:37:21 +00:00
sharparrow1%yahoo.com a938929993 Bug 374050: add printing test mode to reftests. See bug/sample test for how to make printing tests. 2007-03-21 06:07:42 +00:00
jwatt%jwatt.org 48f4ed5ea0 Fix bug in test so that we can't get false passes 2007-03-20 11:15:09 +00:00
jwatt%jwatt.org e7754f6d48 Adding comments to the existing SVG reftests indicating where they came from to make it easier to figure things out when regressions occur 2007-03-20 10:43:12 +00:00
dbaron%dbaron.org 260b595874 When drawing images, track full source and dest regions (unclipped) or use floats, to avoid rounding problems with advanced image resizing algorithms. b=371434 r=vlad r+sr=roc 2007-03-20 00:58:20 +00:00
dbaron%dbaron.org 19be127b42 Fix handling of specified widths on column-spanning cells. b=363874 r=bernd sr=roc 2007-03-19 20:26:36 +00:00
jruderman%hmc.edu 79669fbc23 Remove some bogus onloads from reftests (they just cause js errors). 2007-03-18 23:01:42 +00:00
bmlk%gmx.de f6ac75af77 moving table dom entries into sub dir reftest.list adding test for 373390 2007-03-17 15:50:42 +00:00
jwatt%jwatt.org aa7f0db54a Remove pattern tests from reftest since apparently these still fail (I'll open a new bug) and add test for stroke-opacity 2007-03-16 23:09:50 +00:00
jwatt%jwatt.org 04f1051ab4 Fix reftest to test fill-opacity as well as opacity as I intended in the first place 2007-03-16 22:15:55 +00:00
jwatt%jwatt.org a0e6d4ccd0 Reftest to check that the opacity of element referencing a gradient is respected 2007-03-16 22:13:47 +00:00
jwatt%jwatt.org a6ce727675 Reftest to test that text in a link is displayed 2007-03-16 19:18:40 +00:00
jwatt%jwatt.org 93c3615f44 Reftest to ensure removing display:none from foreignObject children works 2007-03-16 15:49:09 +00:00
jwatt%jwatt.org bdfad9bf3d Reftest to ensure getElementById finds SVG <a> elements 2007-03-16 14:58:36 +00:00
jwatt%jwatt.org c51ca749ed Adding pseudo-class tests 2007-03-16 11:24:42 +00:00
jwatt%jwatt.org f99854684c Add SVG reftest dir 2007-03-16 01:36:43 +00:00
martijn.martijn%gmail.com ca6f851de8 Bug 373456 � Unexpected fail with 367247-s-auto.html test, because of my use of 26px wide scrollbars == making certain reftest bigger, r=dbaron 2007-03-14 18:22:05 +00:00
martijn.martijn%gmail.com 82f68d6c91 Reftest for bug 366616 - Canvas in XUL is not rendered, r=jwalden+bmo 2007-03-14 16:33:42 +00:00
sharparrow1%yahoo.com 7adefecdb0 Bug 373381: Rendering of radios/checkboxes with auto width has regressed. r+sr=roc. 2007-03-14 02:47:05 +00:00
martijn.martijn%gmail.com 8675b6764d Reftest for bug 325486 - Input element default value invisible when overflowing parent div, r=dbaron 2007-03-11 19:09:33 +00:00
uriber%gmail.com 2f959ff826 Reftest for bug 332975 2007-03-10 18:51:23 +00:00
dbaron%dbaron.org 8c275acaad Add tests by Ryan VanderMeulen <ryanvm@gmail.com>, rs=dbaron. 2007-03-10 00:38:50 +00:00
dbaron%dbaron.org f07e666134 Add two more tests for 332360. 2007-03-08 01:25:11 +00:00
dbaron%dbaron.org 308ad70fb4 Oops. 2007-03-08 00:56:50 +00:00
dbaron%dbaron.org b6ab267b90 Fix bullet position of floating direction:rtl list items. b=332360 2007-03-08 00:27:51 +00:00
jruderman%hmc.edu 528ac10b08 Remove stray dump() from test. r=bernd. 2007-03-07 21:50:58 +00:00
asqueella%gmail.com be0b28d6a2 fix bug 371026 - reftest: double setTimeout from onload is not late enough for some tests
the fix is to provide a way for the testcase to indicate when it's finished loading.

Also move the reftest self-checks into their own manifest.

r=dbaron
2007-03-07 19:50:02 +00:00
jruderman%hmc.edu 1c1f70a1e9 Add reftest for bug 372776. r=bernd. 2007-03-07 19:17:24 +00:00
bzbarsky%mit.edu eafb92ca80 Adding test. Patch by Ryan Jones <sciguyryan@gmail.com> 2007-03-06 18:11:27 +00:00
jruderman%hmc.edu e01a41f553 Adding reftest. r=dbaron 2007-03-06 03:07:10 +00:00
bzbarsky%mit.edu 4fcfb60505 Adding regression test. Patch by Ryan VanderMeulen <ryanvm@gmail.com> 2007-03-05 18:27:23 +00:00
bzbarsky%mit.edu 005d5bc2f6 Adding tests. Patch by Ryan VanderMeulen <ryanvm@gmail.com> 2007-03-05 18:14:58 +00:00
bzbarsky%mit.edu 3d4757c14e Adding tests. Patch by Ryan VanderMeulen <ryanvm@gmail.com> 2007-03-05 18:14:57 +00:00
bzbarsky%mit.edu a698bc6b30 Add tests. Patch by Ryan VanderMeulen <ryanvm@gmail.com> 2007-03-05 18:02:49 +00:00
bzbarsky%mit.edu 84f7f5e5da Adding blue image for use in tests. Bug 372640, image by Ryan VanderMeulen
<ryanvm@gmail.com>, r=bzbarsky
2007-03-05 06:14:13 +00:00
jruderman%hmc.edu 2444f84d7f Add reftest for bug 372553. a=bz 2007-03-05 00:42:01 +00:00
roc+%cs.cmu.edu 46ebfe5e83 fixing unexpected reftest success for test 351651-2b.html, Windows only, try #2 2007-03-05 00:26:57 +00:00
roc+%cs.cmu.edu 7a10b5eb99 fixing unexpected reftest success for test 351651-2b.html, Windows only 2007-03-04 23:46:11 +00:00
dbaron%dbaron.org 24b0533463 Bug 369040 was fixed by vlad's checkin for bug 339598. 2007-03-03 02:34:53 +00:00
bzbarsky%mit.edu d4cd855498 Adding test. Patch by Ryan VanderMeulen <ryanvm@gmail.com>, moa=me or something 2007-03-02 05:33:58 +00:00
bzbarsky%mit.edu 7ff57f9d37 Adding regression test for bug 243266. 2007-03-01 20:42:02 +00:00
bzbarsky%mit.edu ae540eb08e Check in testcases for bug 169749. 2007-03-01 20:16:47 +00:00
bzbarsky%mit.edu 57494a471a Adding test for bug 172073 2007-03-01 06:38:40 +00:00
bzbarsky%mit.edu afa13e3940 Mark this random too for now; it's failing on Windows with a 1px difference in
layout for some reason...
2007-03-01 00:11:23 +00:00
bzbarsky%mit.edu dbf7158d14 Mark this test random for now, since it seems to fail on tinderbox linux and
windows (but not mac!) while passing over here...
2007-02-28 23:47:00 +00:00
dbaron%dbaron.org ad3666e323 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 3ce1209fd3 offscreen-image-pos-5.html doesn't fail on Mac (maybe due to different coordinate system). 2007-02-28 23:39:24 +00:00
dbaron%dbaron.org eb3dda0ba9 Add testcases with things starting top/left of the origin. 2007-02-28 23:04:34 +00:00
bzbarsky%mit.edu d49601bb82 Fix bug 371925 -- we need to allow for the case when the prev sibling is at
index 0.  r=bernd, sr=roc
2007-02-28 22:42:20 +00:00
bzbarsky%mit.edu 3097c2bbb5 Make first-letter frames use the content parent of the textnode as their
content.  Add some first-letter tests, and a few assertions.  Bug 367650, r+sr=roc
2007-02-28 22:32:00 +00:00
bzbarsky%mit.edu 1e2f4f8aae Make the display frame resize correctly when the <select>'s width changes. Bug
370422, r+sr=dbaron
2007-02-28 03:04:38 +00:00
dbaron%dbaron.org 2b6f35d592 More bug 369040 failures exposed by reordering tests. 2007-02-28 02:58:37 +00:00
dbaron%dbaron.org ff1b32f760 Move tests for bugs subdirectory into a manifest within that directory, and sort them by bug number. Patch by Ryan VanderMeulen <ryanvm@gmail.com>. r+sr=dbaron b=371874 2007-02-28 02:05:33 +00:00
mats.palmgren%bredband.net 90746478d9 Marking this reftest "random" for now. Ok by bzbarsky@mit.edu via email. Filed bug 371890 to followup. 2007-02-27 07:08:13 +00:00
mats.palmgren%bredband.net 44fc9ed0a1 Add reftests for bug 98223. b=98223 r+sr=bzbarsky 2007-02-27 06:17:52 +00:00
dbaron%dbaron.org e61a79573f More bug number annotation. 2007-02-23 22:21:17 +00:00
dbaron%dbaron.org 0661c59f5e Note additional failures on Mac. 2007-02-23 22:13:50 +00:00
dbaron%dbaron.org 3919b28ef1 Add a testcase for more normal use of borders to the border tests. 2007-02-23 22:01:21 +00:00
dbaron%dbaron.org 1d06bbba52 Push some tests back to the random column, for gtk2 only for now. 2007-02-23 18:25:27 +00:00
dbaron%dbaron.org 86b3bf8230 Note a failure due to the cutting-off bug on Mac. 2007-02-23 18:11:28 +00:00
dbaron%dbaron.org f86df24f0b 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 cb892324d7 Snap edges to pixels rather than sizes. b=371225 r=vlad 2007-02-23 17:50:32 +00:00
dbaron%dbaron.org 00e7052d1f Note bug number. 2007-02-23 00:15:19 +00:00
dbaron%dbaron.org 147afcff5b Mark yet another huge swath of tests as random. 2007-02-23 00:10:21 +00:00
dbaron%dbaron.org eddda04216 Annotate the failures of the foreground image tests, by platform, and turn them on. 2007-02-22 23:44:49 +00:00
dbaron%dbaron.org b7a28a3596 Add tests for collapsed borders and foreground images. 2007-02-22 23:27:18 +00:00
dbaron%dbaron.org 9772df345f 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 698f214d74 Switch from green to blue to avoid bug 371232 (but leave one affected test). 2007-02-22 17:52:56 +00:00
dbaron%dbaron.org 42059d1587 Change the image/color mismatches from fails-if(windows) to random, since they fail on the Linux tinderbox. 2007-02-22 09:51:15 +00:00
dbaron%dbaron.org cefc312c3c Add pixel-rounding subdirectory. 2007-02-22 09:25:24 +00:00
dbaron%dbaron.org ae13095061 Reflect test results on Windows. 2007-02-22 09:24:33 +00:00
dbaron%dbaron.org 896f332181 Reflect test results on Mac. 2007-02-22 09:11:36 +00:00
dbaron%dbaron.org a1689b1dd0 Missed annotation for test that had error in previous round. 2007-02-22 08:58:25 +00:00
dbaron%dbaron.org ee1180f9bc Fix some errors in tests and start annotating failures in manifest. 2007-02-22 08:49:11 +00:00
dbaron%dbaron.org 05e31480c9 Add tests for pixel rounding. 2007-02-22 07:44:20 +00:00
dbaron%dbaron.org 6b8b6f6948 Better annotate test failures from earlier today. 2007-02-22 04:20:10 +00:00
dbaron%dbaron.org e827b39ad7 Mark 4 tests as random since they fail on Mac. 2007-02-22 00:42:20 +00:00
dbaron%dbaron.org 81013b23ee Convert some more of my reflow branch testcases to reftests. 2007-02-22 00:09:21 +00:00
dbaron%dbaron.org dfe1e18476 Add tests for table-layout:auto table balancing. 2007-02-21 07:47:47 +00:00
dbaron%dbaron.org cc8130d941 Create subdirectory manifest for table-width directory. 2007-02-20 22:14:57 +00:00
bzbarsky%mit.edu 22fa771d50 Refactor some repetitive computed style code. Bug 365932, r+sr=dbaron 2007-02-20 18:43:16 +00:00
dbaron%dbaron.org 31de09ee72 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
bzbarsky%mit.edu c9007f90a9 Fix bug 370692. r+sr=rbs 2007-02-19 20:46:31 +00:00
sharparrow1%yahoo.com 96eef9d1af Adding reftests for bug 370629. 2007-02-19 01:16:32 +00:00
bzbarsky%mit.edu 25c2235c83 Fix bug 370586. r=bernd, sr=roc 2007-02-19 01:10:28 +00:00
asqueella%gmail.com 86aaabb1af Bug 366089 - move XUL reftests into a separate manifest, included from the main one.
r=dbaron
2007-02-18 22:46:43 +00:00
dbaron%dbaron.org 5444e34bc5 Subtract allocated parts before repeating division used for allocation to avoid rounding error of total. b=366865 r=bernd sr=roc 2007-02-18 19:49:50 +00:00
dbaron%dbaron.org 7f3aa42b5f Another round of tests converted from reflow branch (bug 300030) testcases. 2007-02-17 05:37:13 +00:00
dbaron%dbaron.org e38d003e87 Start converting reflow branch (bug 300030) table testcases to reftests. 2007-02-16 23:30:22 +00:00
dbaron%dbaron.org 6983ab4744 Add tests for bug 25888 (an open bug). 2007-02-14 02:28:16 +00:00
bzbarsky%mit.edu 0a7372cdaa Fixing more bugs in tests. Bug 348809. 2007-02-09 21:31:38 +00:00
bzbarsky%mit.edu 5776612d22 List the right bug number. Bug 348809, patch by Rob Campbell, r=bzbarsky 2007-02-09 17:12:04 +00:00
bzbarsky%mit.edu 758c238b3f Fix bug 348809. r+sr=dbaron 2007-02-09 06:20:47 +00:00
dbaron%dbaron.org 54a491c063 Another random test on Windows due to native theme issues. 2007-02-09 01:49:56 +00:00
dbaron%dbaron.org d339f9de1f Mark (at least some of) the tests with native theme as random on Windows. 2007-02-09 00:24:25 +00:00
bzbarsky%mit.edu e2bc62506c Back out incorrect change to test. 2007-02-08 21:51:54 +00:00
dbaron%dbaron.org 37d835a076 Rename pass.image to pass_image so it has no meaningful extension on all platforms (since .image is meaningful on Mac). 2007-02-08 19:37:05 +00:00
dbaron%dbaron.org 0f0acb5a23 Mark expected test failure for Mac. 2007-02-08 19:31:37 +00:00
dbaron%dbaron.org e2cad6ddc7 Allow reftest to be marked as failing or random on a specific platform. b=369330 r=robcee 2007-02-08 19:24:43 +00:00
bzbarsky%mit.edu 8ebdc4349c Make the test actually valid (before, it ended up off from the reference by
somewhere on the order of 1/3 px).
2007-02-08 07:25:30 +00:00
bzbarsky%mit.edu e77da62f48 Adding tests for bug 144004. 2007-02-06 07:32:09 +00:00
bzbarsky%mit.edu 9b88836aa4 Adding test for bug 361091. 2007-02-06 05:14:25 +00:00
bzbarsky%mit.edu ac2c886ef1 Converting some tests to reftest. 2007-02-05 05:32:25 +00:00
dbaron%dbaron.org 40d5f6c2e0 Be more tolerant of varying font metrics so the tests pass on Mac too, and clean up some things from the last round of changes. b=9458,18217 2007-02-04 20:52:46 +00:00
dbaron%dbaron.org 497220ce28 Tweak inline-block and inline-table z-ordering tests so they work with a broader range of font metrics and line heights. 2007-02-02 06:15:24 +00:00
dbaron%dbaron.org 6a9744c34c Allow display:inline-block to be used on :before and :after. b=368622 r+sr=bzbarsky 2007-02-02 06:13:37 +00:00
dbaron%dbaron.org eb470f71ed Comment out a test that fails intermittently. 2007-02-02 05:18:25 +00:00
dbaron%dbaron.org aeedc73337 Add image that I forgot to add when checking in bug 368020. 2007-02-02 04:29:52 +00:00
jwalden%mit.edu bffb9c4ab2 Add reftests for most of bug 1156. There's still more to do, but this covers probably 70-80% of it. r=biesi, sr=dbaron 2007-02-02 02:42:04 +00:00
dbaron%dbaron.org 585fa7bb73 Add tests for dynamic resizing of things that depend on width of container. b=163504, 28811 2007-02-01 02:14:40 +00:00
dbaron%dbaron.org 113ea06361 Add tests for support of 'overflow' on inline-block elements. b=367247 2007-02-01 02:13:07 +00:00
dbaron%dbaron.org f902ca6c73 Make things inside foreignObject reflow in response to style changes that cause reflow. b=328829 r=jwatt sr=roc 2007-01-31 05:22:40 +00:00
dbaron%dbaron.org 9f9adcd2cd Fix handling of background-clip and background-origin to honor GetSkipSides. b=368020 r+sr=roc 2007-01-31 05:21:05 +00:00
asqueella%gmail.com bb79257e15 fix bug 363419 - Direct children of <overlay> not created correctly.
Don't create XUL "placeholder" element for them, instead use the same logic as elsewhere, as these nodes can end up in the master document.

r=smaug, sr=sicking
2007-01-30 12:49:24 +00:00
bzbarsky%mit.edu 018190c39c Make <style> elements notice text content changes. Bug 367612, r+sr=sicking 2007-01-30 05:50:22 +00:00
bzbarsky%mit.edu 7831ffe4cb Fix bug 300691. r+sr=sicking 2007-01-30 05:48:22 +00:00
dbaron%dbaron.org 765022065d Implement CSS display types inline-block and inline-table. b=9458, 18217 r+sr=bzbarsky 2007-01-27 18:36:57 +00:00
dbaron%dbaron.org bb150f250f Add testcases for visual part of bug 347912. 2007-01-25 03:31:14 +00:00
dbaron%dbaron.org 47f4966b12 Change the bulk of ascent (baseline) computation to happen on a virtual method on nsIFrame, and remove the redundant descent member from nsHTMLReflowMetrics, primarily to support having both first-line and last-line baselines. b=367332 r+sr=roc 2007-01-23 04:06:56 +00:00
bzbarsky%mit.edu 1556078e33 Don't do XUL collapsing stuff with HTML text inputs or HTML scrollframes. Bug
335628, r+sr=roc
2007-01-22 04:27:31 +00:00
bzbarsky%mit.edu b614fbfae0 Adding some more tests. 2007-01-20 04:29:02 +00:00
bzbarsky%mit.edu b58eda2633 Adding regression test. 2007-01-19 02:48:44 +00:00
bzbarsky%mit.edu e329915320 Adding regression test. 2007-01-18 00:39:02 +00:00
dbaron%dbaron.org c3d2420f97 Fix incorrectly placed PR_MAX(), since the span* values are additions to the base values. b=365173 r=bernd sr=bzbarsky 2007-01-13 01:08:18 +00:00
dbaron%dbaron.org 839bd0652c Accumulate column-spanning cells into column intrinsic widths separately for each number of columns spanned, in increasing order. b=363329 r=bernd sr=bzbarsky 2007-01-13 01:04:56 +00:00
bzbarsky%mit.edu 2aae2a8147 Use the right percentage base for figuring out text-indent when drawing the
text-decoration.  Bug 364862, r+sr=dbaron
2006-12-30 05:56:25 +00:00
bzbarsky%mit.edu de284c1d33 Be consistent about what percentage border-radius is a percentage of. Bug
364861, r+sr=roc
2006-12-30 05:23:51 +00:00
bzbarsky%mit.edu bab12345fb Fix bug 363406, patch by Nickolay Ponomarev <asqueella@gmail.com>,
r+sr=bzbarsky
2006-12-18 03:59:46 +00:00
bzbarsky%mit.edu a0609cfc4c Adding regression test. 2006-12-18 03:29:35 +00:00
bzbarsky%mit.edu a96b2700a6 Fix computation of a hypothetical box for abs pos frames which are descendants
of a rel-pos block.  Bug 363637, r+sr=dbaron
2006-12-18 03:00:23 +00:00
bzbarsky%mit.edu b5ec95b9f5 Adding regression test. 2006-12-14 22:35:52 +00:00
bzbarsky%mit.edu b08320d2c4 Add tests for bug 332557 2006-12-12 15:45:12 +00:00
bzbarsky%mit.edu 6e08cb42f5 Adding test for bug 360065, r=dbaron 2006-12-12 15:27:05 +00:00
bmlk%gmx.de 3bc589aeb8 typo fix 2006-12-11 20:09:25 +00:00
bzbarsky%mit.edu 5eb24a7363 More tests pass now that reflow branch landed. 2006-12-08 08:53:41 +00:00
bzbarsky%mit.edu 56bb239573 Add more tests. 2006-12-06 06:59:22 +00:00
bzbarsky%mit.edu bbaba77b61 Add a few more tests 2006-12-06 06:20:21 +00:00
bzbarsky%mit.edu 235b6881be Better naming for the tests for bug 362594 2006-12-04 02:24:03 +00:00
bzbarsky%mit.edu 490670ed14 Fixing buglet. 2006-12-04 02:15:22 +00:00
bzbarsky%mit.edu 37f029edc1 Add regression tests for bug 362594. 2006-12-03 23:39:49 +00:00
martijn.martijn%gmail.com a3ee7c56d4 Bug 319654 - Processing instructions in XUL are not added to the content model, modifying test10, to make it more correct 2006-11-22 18:34:07 +00:00
bzbarsky%mit.edu 2c12f961d8 Add reftest for processing instructions (CSS and overlay) in XUL documents.
Bug 319654, sr=dbaron, r= pending.
2006-11-21 04:19:14 +00:00
bzbarsky%mit.edu 368c875356 Adding test for bug 142233. 2006-11-11 06:55:36 +00:00
bmlk%gmx.de 0dbc310f15 forgot the js that drives the table-dom tests not part of any build 2006-11-06 06:20:45 +00:00
bmlk%gmx.de f64f0cfa00 conversion of the table dom layout regression files to reftest, not part of any build 2006-11-05 16:43:35 +00:00
dbaron%dbaron.org 8a6d8663c9 Note expected failure filed as bug 351641. 2006-10-27 21:26:05 +00:00
dbaron%dbaron.org 23ab613402 Add meta-charset. 2006-10-27 19:51:43 +00:00
dbaron%dbaron.org 68f545a986 Add testcases for bug 339289, from Adam Guthrie <ispiked@gmail.com>, r=dbaron 2006-10-23 23:38:59 +00:00
davel%mozilla.com 3fc5fc4227 b=344591, r=dbaron, rename check to lcheck 2006-10-23 21:35:12 +00:00
dbaron%dbaron.org 740fd4832e Add some initial reftest test files. b=344591 2006-10-23 18:40:40 +00:00