Cameron McCormack
67cc5004eb
Bug 1182496 - Don't create frames for SVG <text> descendants with failing conditional processing attributes. r=dholbert
2015-07-17 11:29:22 +10:00
Tom Klein
aff81f2913
Bug 1178159 - Ignore stroke-linecap:"square" on circle and ellipse. r=longsonr
2015-06-29 20:19:00 +02:00
Jonathan Kew
a7bde04212
Bug 1178062 - Mark additional svg/*-conditions-* tests as random on Mulet. no_r=orange
2015-06-27 21:19:24 -07:00
Jonathan Kew
4357d07b10
Bug 1178062 - Mark conditions-05.svg as random on Mulet. no_r=orange
2015-06-27 21:12:57 -07:00
Andrew Comminos
d48cd04b30
Bug 1170158 - Apply GTK2 reftest exceptions to GTK3. r=karlt
2015-06-02 13:47:00 -04:00
David Anderson
5efd71774f
Don't clip in ComputeFrameMetrics if the scrollframe won't be layerized. (bug 1148582 part 2, r=tn)
2015-05-26 12:39:34 -07:00
Robert Longson
fe6a73c536
Bug 1165750 - metadata tag should be allowed in clipPath. r=jwatt
2015-05-19 09:25:52 +01:00
Robert Longson
dcefad5b48
Bug 1163875 - ensure opacity animation in patterns results in redraws r=jwatt
2015-05-13 15:38:04 +01:00
Geoff Brown
e5cb1a01ea
Bug 1133833 - Disable a few tests on Android 4.3 for intermittent failures; r=trivial
2015-04-14 21:05:40 -06:00
Alexandre Lissy
e012543f84
Bug 1153574 - Re-enable Mulet reftests taskcluster-specific disables. r=ahal, a=test-only
2015-04-13 14:26:00 -04:00
Timothy Nikkel
821d5cf684
Bug 1147038. Mark some reftests as passing. CLOSED TREE
2015-04-10 16:12:04 -05:00
Robert Longson
027e45d2a2
Bug 1142982 - implement dominant-baseline=middle properly. r=heycam
2015-04-08 16:18:33 +01:00
Markus Stange
1c584f1779
Bug 932958 - Use the Skia Software backend by default for canvas on OS X. r=jrmuizel
2015-04-07 22:23:02 -04:00
Robert Longson
207b8a5e76
Bug 1047973 - pattern with patternUnits=objectBoundingBox and preserveAspectRatio=... meet stretches to the size of a shape. r=dholbert
2015-04-07 08:45:59 +01:00
Phil Ringnalda
feeee709d6
Back out 1d3a58326caa (bug 932958) for reftest bustage
...
CLOSED TREE
2015-04-06 20:28:02 -07:00
Markus Stange
1d5aded55b
Bug 932958 - Use the Skia Software backend by default for canvas on OS X. r=jrmuizel
2015-04-06 16:16:38 -04:00
Robert Longson
a46a826f63
Bug 1149516 - draw continuous stroke if stroke-dasharray = 0. r=jwatt
2015-04-03 18:58:05 +01:00
Markus Stange
5943a76877
Bug 1148855 - Tweak reftest fuzziness.
2015-04-02 17:29:35 -04:00
Markus Stange
ec83de78c3
Bug 1148855 - Rework how display items are assigned to PaintedLayers and make it work the same way with and without APZ. r=roc
2015-04-02 14:22:40 -04:00
Jonathan Kew
101f38ab0e
Bug 1145936 - Reftest for sizing of foreignObject with vertical writing mode. r=smontagu
2015-04-01 16:50:12 +01:00
Seth Fowler
247d9ddd59
Bug 1147195 - Reenable list-simple-1.html.
2015-03-26 15:39:52 -07:00
Geoff Brown
af5889e48d
Bug 1140148 - Update reftest manifests for Android 4.3 emulator; r=dminor
2015-03-24 06:51:45 -06:00
Alexandre Lissy
81089e2357
Bug 1144080 - Disable reftests on Mulet for TaskCluster. r=ahal
2015-03-20 00:45:00 +01:00
Robert O'Callahan
797a84b4ab
Bug 1125767. CSS/SVG filters on an element should make it a containing block for fixed-pos and abs-pos descendants. r=mats
2015-03-09 23:44:49 +13:00
Alexandre Lissy
94d57ffc0b
Bug 1138442 - Disable reftests on Mulet in parity with B2G/B2G Desktop. r=ahal
2015-03-10 02:43:00 +01:00
Robert Longson
b2aaa97f35
Bug 1138065 - view elements as fragment identifiers should have normal target matching. r=dholbert
2015-03-08 17:34:47 +00:00
Robert Longson
9a5f96bda9
Bug 1137859 - stroke-dashoffset not respecting pathLength property. r=dholbert
2015-03-06 14:12:52 +00:00
Robert Longson
2bd1b5fa2b
Bug 1129854 - markers not oriented correctly for degenerate beziers. r=jwatt
2015-02-17 22:15:15 +00:00
Robert Longson
02a2abf300
Bug 1130888 - SVG text on path fill color does not render properly when preceded by RTL text. r=heycam
2015-02-13 20:15:27 +00:00
Markus Stange
f6e80715ad
Bug 1092634 - Let feColorMatrix and feComponentTransfer generate output outside their input's bounds. r=Bas
...
This makes the color matrix and component transfer Moz2D filters generate
an infinite output, which is then cropped to the primitive's filter
primitive subregion by a subsequent crop filter node. This still gives us
different behavior than other browser when the primitive subregion is
overridden using the x/y/width/height attributes - other browsers either
ignore those completely (IE) or only let them crop the default subregion
(which is defined to be the same as the input subregion) and not enlargen
it - but I'll fix that in a separate bug.
2015-02-09 14:04:11 -05:00
Jonathan Watt
02d37c1a21
Bug 1127507 - Get transforms on the children of SVG <mask> working. r=dholbert
...
--HG--
extra : rebase_source : 1569a6e4e5f72f71fb47486cdc99f9c64d15b689
2015-01-29 23:58:42 +00:00
Seth Fowler
78c5bea5db
Bug 850197 - Mark layout/reftests/svg/as-image/list-simple-1.html random everywhere. r=me
2015-01-22 21:37:22 -08:00
Robert Longson
a18d331df6
Bug 1123194 - make textPath work with a path that is display:none r=heycam
2015-01-20 14:07:26 +00:00
Jonathan Watt
3ac07baf02
Bug 1122578, part 2 - Test start point and direction of dashed stroking on SVG rect. r=longsonr
...
--HG--
rename : layout/reftests/svg/stroke-dasharray-02.svg => layout/reftests/svg/stroke-dasharray-03.svg
2015-01-18 11:43:29 +00:00
Seth Fowler
1542e1210b
Bug 850197 - Mark layout/reftests/svg/as-image/list-simple-1.html random on Windows and OS X on a CLOSED TREE. a=KWierso
...
--HG--
extra : amend_source : dc810842bccef821869ed676b6c216f0bb78e4f0
2015-01-16 16:34:06 -08:00
L. David Baron
b42c515aad
Bug 1121327 patch 2 - Update reftest and crashtest manifests for new OSX variable in condition sandbox. r=ted.mielczarek
2015-01-15 15:07:50 -08:00
Robert Longson
edacb3f690
Bug 1117514 - lines with zero length dashes are not rendered. r=jwatt
2015-01-10 22:17:57 +00:00
Ethan Lin
efd4b89d34
Bug 1116070 - Use neon to speed up the mask creation. r=longsonr
2015-01-06 02:44:00 -05:00
Markus Stange
6499e132f2
Bug 1101635 - Adjust reftest fuzzing for tiling on 10.6. r=jrmuizel
2014-12-19 14:48:33 -05:00
Seth Fowler
52f111fd6b
Bug 1106602 (Part 2) - Add tests for nonuniform scaling of SVG-as-image. r=dholbert
2014-12-15 15:44:16 -08:00
Wes Kocher
b90e1fb58c
Backed out changeset 41ecbb9a5fac (bug 1092634) for reftest bustage
2014-11-18 17:21:08 -08:00
Markus Stange
8fab03417e
Bug 1092634 - Let feColorMatrix and feComponentTransfer generate output outside their input's bounds. r=Bas
...
This makes the color matrix and component transfer Moz2D filters generate an infinite output, which is then cropped to the primitive's filter primitive subregion by a subsequent crop filter node. This still gives us different behavior than other browser when the primitive subregion is overridden using the x/y/width/height attributes - other browsers either ignore those completely (IE) or only let them crop the default subregion (which is defined to be the same as the input subregion) and not enlargen it - but I'll fix that in a separate bug.
2014-11-18 17:21:19 -05:00
Seth Fowler
cb094a2eed
Bug 1091229 - Make nsBulletFrame block onload when it loads images. r=tn
...
--HG--
extra : rebase_source : e6b4ed67cab9d0d674a6a5f194c14c7362723440
2014-11-10 13:37:49 -08:00
Robert Longson
72d6142461
Bug 1093327 - Correct marker orientation of polygon and polylines. r=cam
2014-11-10 14:40:43 +00:00
Chris Lord
92c2022f68
Bug 1084321 - Remove b2g app meta viewport work-around. r=kats,roc
2014-11-04 17:15:30 +00:00
Robert Longson
61134326e0
Bug 975757 - changes to transforms in patterns do not cause an update. r=jwatt
2014-11-04 14:52:27 +00:00
Jonathan Watt
9c163379be
Bug 1074161 follow-up to fuzz non-scaling-stroke-01.svg for max-diff=1 on some stroke edge pixels.
2014-10-22 16:39:51 +01:00
Jonathan Watt
a99383dd2d
Bug 1074161 follow-up to fuzz non-scaling-stroke-01.svg for max-diff=1 on some stroke edge pixels.
2014-10-22 14:59:24 +01:00
Jonathan Watt
8a5b88c425
Bug 1085092 - Fix stroking of SVG polygon elements. r=longsonr
2014-10-22 10:48:37 +01:00
Robert Longson
25d6353a14
Bug 1077993 - make changes to clip-rule work. r=jwatt
2014-10-06 14:19:14 +01:00