Commit Graph

39 Commits

Author SHA1 Message Date
gavin@gavinsharp.com
a63617a492 Reftest for bug 341043 by Arno <arno.@no-log.org>, r=roc 2007-03-26 13:39:29 -07:00
neil@parkwaycc.co.uk
c1cf636115 Fix SeaMonkey Mac tinderbox cross-compilation bustage b=375388 r=bsmedberg 2007-03-26 11:17:02 -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
jwatt@jwatt.org
8025978215 Add reftest for stroke-width with percentage value 2007-03-26 00:45:21 -07:00
jwatt@jwatt.org
b44e401ca6 Reftest for rects with one of rx or ry set 2007-03-26 00:43:09 -07:00
dbaron@dbaron.org
c6c5f80b1f Add tests for parsing, storage, and serialization of inherit and -moz-initial values. 2007-03-25 22:54:44 -07:00
Olli.Pettay@helsinki.fi
cf1ccace7f 375196, r+sr=roc 2007-03-25 22:38:22 -07:00
enndeakin@sympatico.ca
d8627a0a9d Bug 374832, lower opacity on drag images, Bug 375038, dragging doesn't work on blocks inside inlines, r+sr=roc 2007-03-25 20:27:53 -07:00
sharparrow1@yahoo.com
bdebedc073 Bug 375273: minor code cleanup in nsContainerFrame. r+sr=roc 2007-03-25 18:12:49 -07:00
dbaron@dbaron.org
adda93a30c More spans needed to separate text frames the same way they're separated in the test. 2007-03-25 15:26:13 -07:00
dbaron@dbaron.org
b46d2af7db Fix unclosed style element. 2007-03-25 15:07:31 -07:00
dbaron@dbaron.org
3d40530b62 Correctly annotate randomness (really dependency on fonts available on system) due to bug 372629. 2007-03-25 14:42:18 -07:00
dbaron@dbaron.org
213bfef7bb Work around lack of content:none. 2007-03-25 14:41:17 -07:00
dbaron@dbaron.org
f278049a32 Fix two counter references that were copies of the tests. 2007-03-25 14:40:28 -07:00
dbaron@dbaron.org
ad82303094 Add <span>s so that we don't have different text frame separation between test and reference. 2007-03-25 14:39:36 -07:00
dbaron@dbaron.org
ce5da1c499 Add reftests for text-indent. 2007-03-25 12:26:32 -07:00
asqueella@gmail.com
d3fa14b77e Try to fix mac bustage, making this test skip the global stylesheet PI like the other tests do... 2007-03-24 23:21:00 -07:00
asqueella@gmail.com
69e6a9a9b7 Bug 374486 - "WARNING: Nonempty list left over?" in visual debugging mode
p=Sylvain Pasche <sylvain.pasche@gmail.com>r+sr=roc
2007-03-24 22:30:59 -07:00
asqueella@gmail.com
bde08ec16b fix bug 369828 - html/svg:style sheets don't work in XUL documents(the fix is to special-case these elements in nsXULDocument::ResumeWalkand manually call UpdateStylesheet on them after the element and its subtreeis fully constructed and inserted into the document)r=bz, sr=peterv 2007-03-24 22:20:29 -07:00
roc+@cs.cmu.edu
29a2c959bb No bug. A variety of fixes to fix various reftest failures. Not Part Of The Build. 2007-03-24 04:07:36 -07:00
mats.palmgren@bredband.net
42d130d286 Fix "selection colors are sometimes wrong". b=374765 r+sr=pavlov 2007-03-24 02:21:35 -07:00
Olli.Pettay@helsinki.fi
1e619f723b Bug 375093, Crash [@ nsTypedSelection::ScrollIntoView] when right-clicking paste in input which then gets destroyed oninput, r+sr=dbaron 2007-03-23 10:32:34 -07:00
Olli.Pettay@helsinki.fi
be5c439142 backout Bug 369168 2007-03-23 03:03:25 -07:00
dbaron@dbaron.org
5a804a9d68 Update counters test results based on Windows results and better understanding of Mac failures. 2007-03-23 00:41:57 -07:00
dbaron@dbaron.org
981ba80b3e Mark 2 more tests as random due to font spacing issues. 2007-03-23 00:09:45 -07:00
dbaron@dbaron.org
2143e6c013 Add counter tests that I wrote for bug 3247, converted to reftest format by Rob Campbell <rcampbell@mozilla.com>. 2007-03-22 23:28:24 -07:00
dbaron@dbaron.org
c17571ef47 Add tests for bug 348516. Test 1 by <arno.@no-log.org>, r=dbaron. Tests 2 and 3 by me. 2007-03-22 23:25:51 -07:00
Olli.Pettay@helsinki.fi
956eca1093 Bug 374937, Crashes [@ nsTypedSelection::GetFrameSelection], r+sr=roc 2007-03-22 17:06:38 -07:00
Olli.Pettay@helsinki.fi
5efe36d569 Bug 369168, r+sr=roc 2007-03-22 17:01:36 -07:00
Olli.Pettay@helsinki.fi
f9d1cc6908 Bug 369150, r+sr=roc 2007-03-22 16:57:55 -07:00
roc+@cs.cmu.edu
374a8cc077 Bug 333659. Major new-textframe update. You can really browse the Web with it now, although major bugs remain. 2007-03-22 16:13:12 -07:00
roc+@cs.cmu.edu
859e758dce No bug. Comment-only change to note a potential optimization opportunity. 2007-03-22 16:10:10 -07:00
joshmoz@gmail.com
500c06e1d0 fix crash, suspend native events when instantiating plugins. patch by Steven Michaud. b=345627 r=josh sr=roc 2007-03-22 16:04:51 -07:00
roc+@cs.cmu.edu
b77c777dca Bug 374866. Reftests for text-transform. r=dbaron 2007-03-22 16:01:14 -07:00
hg@mozilla.com
465265d0d4 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00