Jonathan Kew
d35ac5779f
bug 698185 - test for failure to draw subsequent runs in mixed-dir canvas text. r=dbaron
...
--HG--
rename : layout/reftests/canvas/text-bidi-ltr-test.html => layout/reftests/canvas/text-bidi-ltr-notref.html
2011-12-08 17:53:00 +00:00
L. David Baron
e082ada0e3
Add reftest annotations for failure state on Mac OS X 10.7 (Lion) so we can enable the reftest suite on Lion unit test machines. (Bug 700503)
...
This marks 4 gradient-related tests previously marked as failing on Mac
as failing on only 10.5 and 10.6, since they pass on 10.7.
It also marks one Arabic-shaping-related test as failing, for which bug
705044 has been filed.
2011-11-24 09:14:37 -08:00
Robert Longson
f2f413ef56
Bug 698985 - make canvas/image-rendering-test.html more reliable. r=dholbert
2011-11-19 08:53:35 +00:00
Phil Ringnalda
8a1a372613
Annotate the now-permaorange bug 698985 as failing on Android
2011-11-17 21:16:57 -08:00
Benoit Girard
4ee20d1356
Bug 691354 - Enable test fix by changes. r=jmuizelaar
2011-10-17 13:09:03 -07:00
Jonathan Kew
de45757b7d
bug 693610 - reftest - ensure chinese and latin glyph runs are not overprinted. r=bas
2011-10-12 22:29:45 +01:00
Benoit Girard
95f511b8f5
Bug 676831 - Mark Android OpenGL Reftest failures for regression testing. r=joe
...
--HG--
extra : rebase_source : b5458fa13fc6277560eb0ebc3e4e31f6c04b4e6c
2011-09-19 13:05:15 -07:00
Jeff Muizelaar
92bd6665b1
Bug 674003. Add reftest for transparent radial gradients. r=joe
...
This draws a unchanging part of the gradient on to another canvas.
--HG--
extra : rebase_source : 57de827713cac43cf117da1d4dc95a29d0007987
2011-08-05 17:10:09 -04:00
Jeff Muizelaar
cecb38843c
Bug 672646. Mark the radial gradient test as failing on OS X.
...
This is filed as bug 673333.
2011-07-21 23:15:24 -04:00
Jeff Muizelaar
49346550bd
Bug 672646. D2D: Fix trasparent radial gradients. r=roc
...
The output merger stage was expecting premultiplied alpha
and we were giving non-premultiplied. Fix by premultiplying
in the shader.
Also adds a reftest for this situation.
2011-07-21 18:40:41 -04:00
Robert O'Callahan
26c67a621c
Bug 649924. Use image surfaces to implement canvases beyond the texture size limit. r=bas
2011-07-08 22:42:21 +12:00
Chris Jones
7ef8a6c28e
Work around bug 668412: random-if() the test for bug 662038 for android. r=philor
...
--HG--
extra : rebase_source : ee67d408511ae3b0438687d3b7d919c64788ece2
2011-06-29 17:58:15 -07:00
Chris Jones
1e6367c381
Bug 662038: Very basic tests of mozDash/mozDashOffset. r=joe
2011-06-29 14:34:58 -07:00
Chris Jones
d7cb6e814a
Bug 664884: Test mozCurrentTransform/mozCurrentTransformInverse. r=joe,roc
2011-06-29 14:34:58 -07:00
Chris Jones
0df7f13797
Test for bug 667947. r=dbaron
2011-06-28 17:35:39 -07:00
Robert O'Callahan
a3ffca93f4
Bug 662898. Test
2011-06-13 13:42:48 +12:00
Chris Jones
84d03bfaaa
Bug 655926, Test even-odd fill rule. r=joe
2011-06-09 19:15:13 -07:00
Benjamin Peterson
00688a9856
Bug 421865 - Handle zero dimensions correctly in canvas GetWidthHeight(). r=joe sr=roc
2011-05-19 12:49:18 +02:00
Zack Weinberg
04ef715d82
Bug 524173. Reftests demonstrating off-by-one bug in degenerate linear gradients on some platforms.
2011-03-31 15:00:34 -04:00
Joel Maher
c6cc559d6f
Bug 636753 - annotate reftest manifests to note tests that fail on Android (2 of 2). r=dbaron a=test-only
2011-03-18 11:54:15 -04:00
Boris Zbarsky
adf0cee825
Bug 478445 and bug 499628. strokeText needs to not re-stroke the current path. r=vlad, a=vlad
2010-11-30 13:19:56 -05:00
Dave Townsend
7a0e0a5cd9
Backing out bug 614058, bug 609272, bug 478445, bug 499628, bug 605296, bug 608914 and bug 614724 due to potentially causing bug 615736 CLOSED TREE. a=backout
2010-12-01 11:01:56 -08:00
Boris Zbarsky
81f1570669
Bug 478445 and bug 499628. strokeText needs to not re-stroke the current path. r=vlad, a=vlad
2010-11-30 13:19:56 -05:00
Phil Ringnalda
36c32fcb31
Bug 581592 - allow for a couple of asserts in size-change-1.html on Mac, r=dbaron, a=orange
...
--HG--
extra : rebase_source : 6d7ab1eeb272786e75fa57521d3a5c0f698fb88e
2010-08-29 21:51:56 -07:00
Jonathan Kew
f9fab4a776
bug 581092 - use unrounded width when advancing x-position to draw RTL text run in canvas. r=vlad a=blocking2.0
2010-08-05 10:18:39 +01:00
L. David Baron
9cc2e9ec05
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
Robert O'Callahan
a7c0fe60ac
Bug 564991. Part 2: Create retained layer API: methods on FrameLayerBuilder that frames can use to access, reuse and invalidate retained layers. r=mats,sr=vlad
2010-07-16 09:07:46 +12:00
Jonathan Kew
d274131f59
Bug 548751 - make canvas respect the style's language when resolving fonts. r=dbaron
2010-02-26 08:58:48 -08:00
Jesse Ruderman
d975b20b36
Add reftest for default width and height of <canvas> (bug 291285, bug 293225)
2009-08-12 20:07:02 -07:00
Robert Longson
1b8e9307ef
Bug 486936 - fix reftest. Where did that ? come from
2009-06-17 22:52:43 +01:00
Robert Longson
1973deec58
Bug 486936 - image-rendering style should apply to canvas element. r=vladimir
2009-06-17 21:31:18 +01:00
Karl Tomlinson
101deeac83
reduce hinting and rounding effects by testing with a larger font size b=403618
2008-09-26 12:49:16 +12:00
Eric Butler
0814facc93
Canvas routines draw right-to-left text backwards - bug 402276 r=smontagu sr=roc
2008-07-18 11:29:06 -07:00
Eric Butler
f26f520a44
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
Eric Butler
c0d334f20b
Canvas text spec implementation (bug 436904)
2008-06-10 16:16:59 -07:00