Kyle Huey
d68c213f04
Bug 685516: Disable background-image-tiling.html on Android XUL.
2012-08-15 10:55:59 -07:00
Kyle Huey
22c5414200
Bug 685516: Disable a bunch of failing tests on Android XUL. r=jrmuizel
2012-08-13 11:22:11 -07:00
L. David Baron
4c91539c7a
Unprefix the border-image-* properties and add a temporary alias for -moz-border-image (but not for its subproperties, which we haven't shipped prefixed). (Bug 713643, patch 5) r=bzbarsky
2012-05-30 22:19:49 -07:00
Nicholas Cameron
b4264df38c
Bug 716439; some tweaks to reftests. r=roc
2012-03-27 11:32:46 +13:00
William Chen
d4fa3e33b1
Bug 497995: Part 2 - Update existing border-image tests. r=dbaron
...
--HG--
extra : rebase_source : b9fb3987c8540457fa1f7b3e27420f208207a9c0
2011-12-22 18:34:53 -05:00
Matt Brubeck
60fc8f08fb
Bug 661996 - Mark pixel-rounding/border-image reftests as random on Android, r=philor
2011-10-28 17:33:00 -07:00
Zack Weinberg ext:(%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
8537cb241d
Bug 451134 (1/2): switch to the official border-radius property names: purely mechanical changes. r=dbaron a2.0=blocking2.0:beta6
...
This was generated with the command:
LC_ALL=C grep -irlEZe '[-_]moz[-_]border[-_]radius([-_](top|bottom)(right|left))?' * | xargs -0 perl -pi -e \
's/-moz-border-radius-(top|bottom)(left|right)/border-${1}-${2}-radius/gi;
s/_moz_border_radius_(top|bottom)Right/border_${1}_right_radius/g;
s/_moz_border_radius_(top|bottom)Left/border_${1}_left_radius/g;
s/-moz-border-radius/border-radius/gi;
s/_moz_border_radius/border_radius/g;'
2010-09-09 08:21:47 -07:00
L. David Baron
b0ac8dc333
Switch reftest manifests to new, shorter syntax for widget toolkit tests. (Bug 570329) a2.0=tests
...
This patch was created by running the following sed commands:
s/MOZ_WIDGET_TOOLKIT=="\(gtk2\|cocoa\|qt\|windows\)"/\1Widget/g
s/MOZ_WIDGET_TOOLKIT!="\(gtk2\|cocoa\|qt\|windows\)"/!\1Widget/g
on all *.list files in the tree.
2010-07-30 16:48:57 -07:00
Jesse Ruderman
eaf1f2c5ff
Remove or clarify mentions of fixed bugs in reftest.list files
2010-01-29 03:26:59 -08:00
L. David Baron
dd984b4279
Remove random marks on tests that don't seem to be failing any longer. (Bug 371232, Bug 371316)
2009-12-11 08:13:18 -08:00
Timothy Nikkel
5fff4ee2f4
Bug 503814. iframe contents shifted slightly due to rounding issue. r+sr=roc
2009-07-29 18:10:50 -04:00
Justin Dolske
a44722f711
Bug 455057 - some chrome images have embedded profiles. r=dbaron, ui-r=faaborg
2008-12-20 21:46:38 -08:00
L. David Baron
0b4fb2e351
Bug 379317 no longer affects these tests thanks to bug 464970.
2008-11-19 11:42:18 -08:00
Dave Townsend
ddc73a9bb1
Backed out changeset 673d1ba18849 from bug 455057 as the likely cause of the
...
Vista Ts regression
2008-11-07 15:21:23 +00:00
Justin Dolske
d970a274b5
Bug 455057 - some chrome images have embedded profiles (sRGB chunk removal). ui-r=faaborg, r=dbaron
2008-11-05 19:19:44 -08: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
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
gavin@gavinsharp.com
3150621444
reftest adjustments for bug 417178 (pending r=dbaron/roc)
2008-03-25 09:50:30 -07:00
vladimir@pobox.com
e2d76c7fe0
mark some tests as passing
2008-02-07 12:34:47 -08:00
vladimir@pobox.com
f107465a1d
b=353860, -moz-border-radius, margin-left leaving 1px gaps -- fixed by 368247, marking reftests as passing
2007-05-30 02:46:01 -07:00
dbaron@dbaron.org
422446968c
Some of the mac image scaling failures only show up on some machines, so mark as random.
2007-05-25 13:16:36 -07:00
dbaron@dbaron.org
14acff8d25
Fewer reftests are random now that bug 324698 is fixed, mostly fixing bug 371316.
2007-05-23 08:57:21 -07:00
dbaron@dbaron.org
6da5095394
Account for non-pixel-aligned current transforms when snapping to pixel coordinates. b=369882 r=vlad
2007-05-14 22:15:45 -07:00
vladimir@pobox.com
ba88c35259
b=368247 (and others, see bug), rewrite border rendering for thebes, r=dbaron
2007-04-30 20:31:25 -07:00
dbaron%dbaron.org
6495cb700b
Real current state of the tests I just added.
2007-03-22 06:21:27 +00:00
dbaron%dbaron.org
56736be1f7
Fix incorrect filename.
2007-03-22 05:30:56 +00:00
dbaron%dbaron.org
144f95d1ae
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
dbaron%dbaron.org
405d600298
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
c32e37b8a8
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
3a53d9a51b
Add testcases with things starting top/left of the origin.
2007-02-28 23:04:34 +00:00
dbaron%dbaron.org
685e98711c
More bug number annotation.
2007-02-23 22:21:17 +00:00
dbaron%dbaron.org
049bb9e8a2
Note additional failures on Mac.
2007-02-23 22:13:50 +00:00
dbaron%dbaron.org
7a65f37e23
Add a testcase for more normal use of borders to the border tests.
2007-02-23 22:01:21 +00:00
dbaron%dbaron.org
9c034a018c
Push some tests back to the random column, for gtk2 only for now.
2007-02-23 18:25:27 +00:00
dbaron%dbaron.org
df69c60102
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
ce9b0a8211
Snap edges to pixels rather than sizes. b=371225 r=vlad
2007-02-23 17:50:32 +00:00
dbaron%dbaron.org
a3a2f7fd9f
Note bug number.
2007-02-23 00:15:19 +00:00
dbaron%dbaron.org
63f11b122c
Mark yet another huge swath of tests as random.
2007-02-23 00:10:21 +00:00
dbaron%dbaron.org
ccde465fb1
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
e3842eaa07
Add tests for collapsed borders and foreground images.
2007-02-22 23:27:18 +00:00
dbaron%dbaron.org
40d1e23987
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
ae40442553
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
6cd4c092b6
Reflect test results on Windows.
2007-02-22 09:24:33 +00:00
dbaron%dbaron.org
ea7f056dad
Reflect test results on Mac.
2007-02-22 09:11:36 +00:00
dbaron%dbaron.org
94c8e941e8
Missed annotation for test that had error in previous round.
2007-02-22 08:58:25 +00:00
dbaron%dbaron.org
262c085818
Fix some errors in tests and start annotating failures in manifest.
2007-02-22 08:49:11 +00:00
dbaron%dbaron.org
6a8627cdcb
Add tests for pixel rounding.
2007-02-22 07:44:20 +00:00