Bill McCloskey
3a2cbb9a05
Bug 846890 - Disable security.fileuri.strict_origin_policy for reftests (r=dbaron,dholbert)
2013-03-08 18:53:06 -08:00
Robert Longson
d32a3f8254
Bug 818177 - mark anim-filter-filterRes-01.svg random on Windows XP. r=dholbert
2013-03-05 18:59:46 +00:00
O S K Chaitanya
44208759b9
Bug 389814 - Make tile filter faster. r=longsonr
2013-03-04 12:13:48 +00:00
Robert Longson
950c714437
Bug 845985 - feComponentTransfer with type=discrete should work with a single tableValue. r=roc
2013-03-01 11:17:58 +00:00
Robert Longson
1216de8a05
Bug 785606 - Support viewBox=none from SVG 1.2 Tiny r=jwatt
2013-02-26 16:58:06 +00:00
Seth Fowler
dcbf0831f6
Bug 704059 - Part 3: Reenable tests that were orange due to SVG loading issues. r=me
2013-02-13 18:54:47 -08:00
Cameron McCormack
eaf0d544da
Bug 842138 - Propagate rotate="" values even if rotations were specified on a parent element. r=roc
2013-02-19 10:44:26 +11:00
Cameron McCormack
ecb671c48d
Bug 842016 - Make pointer-events not affect whether SVG text renders. r=longsonr
2013-02-17 19:28:29 +11:00
Cameron McCormack
0d2d68f7dc
Backed out changeset cbf7a8294eae for lack of proper "r=".
2013-02-17 19:26:09 +11:00
Cameron McCormack
ed11774457
Bug 842016 - Make pointer-events not affect whether SVG text renders. r?
2013-02-17 19:22:44 +11:00
Cameron McCormack
c1703b8bb3
Bug 841174 - Handle ::first-letter on a combining mark in SVG text without crashing. r=jwatt
...
--HG--
extra : rebase_source : 9b0b38eccfe1f355996d8e4b4be5dcfc4e00b3be
2013-02-14 21:31:32 +11:00
Cameron McCormack
25ffd690f2
Bug 841180 - Avoid assertion when <text> consists only of undisplayed characters. r=jwatt
...
--HG--
extra : rebase_source : 9751925fdae80ad15168668633d26a72747f7442
2013-02-14 21:30:46 +11:00
Cameron McCormack
3ce48446e5
Bug 841225 - Do not create frames for HTML elements within a <tspan>. r=bzbarsky
2013-02-14 17:23:52 +11:00
Jonathan Watt
be43770a1d
Bug 840469 - Make animateMotion-mpath-pathLength-1.svg render in a failure state when its script and/or animations don't run. r=dholbert.
2013-02-12 23:29:41 +00:00
Cameron McCormack
5e3ec06615
Bug 655877 - Part 43: Tests for new SVG text support. r=jwatt
2013-02-11 17:22:19 +11:00
Ed Morley
daadf1cb00
Bug 772443 - Mark svg/as-image/svg-stylesheet-datauri-1.html as random for too many intermittent failures
2013-02-06 12:02:43 +00:00
Robert Longson
f5b35647e8
Bug 738551 - transforms should only be animated with animateTransform. r=dholbert
2013-01-27 21:34:14 +00:00
Cameron McCormack
15661a7368
Bug 828962 - Followup to add the reftest files.
2013-01-26 22:02:33 +11:00
Cameron McCormack
158d213827
Bug 828962 - Don't let xml:space="preserve" affect <foreignObject>. r=longsonr
2013-01-26 21:28:15 +11:00
Robert Longson
31b0e7c4c9
Bug 828286 - SVG stylesheet not enabled for SVG loaded as data and then imported with importNode. r=dholbert
2013-01-20 12:07:16 +00:00
Jonathan Kew
b9cdaea30b
bug 831354 - test fix 6 - canvas and svg language-font tests pass on android with the Open Sans font prefs. r=dbaron
2013-01-19 21:36:19 +00:00
Phil Ringnalda
68d9bd5dec
Back out 823ab8a1c9c0:bc71821fcb9f (bug 831354) for b2g reftest failures
...
CLOSED TREE
2013-01-18 19:08:03 -08:00
Jonathan Kew
17afc00762
bug 831354 - test fix 6 - canvas and svg language-font tests pass on android with the Open Sans font prefs. r=dbaron
2013-01-18 23:03:13 +00:00
Robert Longson
6bb529e679
Bug 818177 - Try to make anim-filter-filterRes-01.svg fail less often. r=dholbert
2013-01-14 08:41:56 +00:00
Robert Longson
85559126fe
Bug 828526 - Lighting filters should operate in the sRGB colour space. r=roc
2013-01-13 10:38:02 +00:00
Cameron McCormack
572084f298
Bug 828805 - Implement SVG paint-order property. r=bz,roc
2013-01-13 10:27:53 +11:00
Robert Longson
42af054b05
Bug 828246 - Prevent stroke from drawing, on SVG text with a stroke-width of 0. r=dholbert
2013-01-11 22:08:37 +00:00
Andrew Halberstadt
4a18b30019
Bug 811779 - Enable larger set of reftests on B2G emulators, r=jgriffin
2013-01-03 15:35:01 -05:00
David Zbarsky
e4a26da046
Bug 827119: Move SVGSVGElement to mozilla::dom r=bz
...
--HG--
rename : content/svg/content/src/nsSVGSVGElement.cpp => content/svg/content/src/SVGSVGElement.cpp
rename : content/svg/content/src/nsSVGSVGElement.h => content/svg/content/src/SVGSVGElement.h
2013-01-09 18:02:45 -05:00
Jonathan Watt
1ca98167d3
Testcase for bug 779029 (Mask region ignored when rendering with Direct2D). DONTBUILD (disabled for now). r=me.
2012-12-28 13:02:51 +00:00
Robert Longson
5292e9ee5a
Bug 825411 - clipPaths, masks, etc. with failing conditional processing attributes cause referencing elements not to be rendered r=cam
2013-01-08 13:14:04 +00:00
David Zbarsky
b3fd32ba23
Bug 823394 Part 1:Merge nsSVGStylableElement/nsSVGElement and nsIDOMSVGStylable/nsIDOMSVGElement r=bz
...
--HG--
rename : layout/reftests/svg/style-property-not-on-script-element-01.svg => layout/reftests/svg/style-property-on-script-element-01.svg
2012-12-23 03:22:22 -05:00
Jonathan Watt
f63e660b23
Regression reftests for bug 822014 to let us know if the behavior of clip-path on outer-<svg> with a border changes.
2012-12-22 16:43:20 +00:00
Jonathan Watt
dc78bb5300
Bug 806432 - When creating the offscreen surface into which group opacity, mask or non-trivial-clipPath are painted, use the non-transformed visual overflow rect. r=roc.
2012-12-21 21:40:06 +00:00
Cameron McCormack
873a543487
Bug 793617 - Implement mask-type property. r=dbaron,longsonr
2012-12-21 11:15:22 +11:00
Ed Morley
4eadf7613b
Bug 703806 - Mark img-blobURI-2.html random-if on WinXP
2012-12-17 13:21:18 +00:00
Robert Longson
4d91896f54
Bug 820629 - animateTransform should not animate non-transform-type attributes r=dholbert
2012-12-12 19:07:58 +00:00
Daniel Holbert
bad9e2dc57
Bug 815928 part 3: Fix typo s/elemnt/element/ in comments & tests. DONTBUILD, rs=Waldo
2012-11-27 19:15:36 -08:00
Robert Longson
b97b337da8
Bug 811908 - remove svg inline-in-xul-basic-01.xul reftest as it has failed since landing. r=dholbert
2012-11-15 19:17:00 +00:00
Joel Maher
82e9504f31
Bug 737961 - add reftest manifest conditions for height width. r=dbaron
2012-11-12 07:56:34 -05:00
Seth Fowler
acba5f88db
Bug 809181 - Test. r=dholbert
2012-11-08 14:55:18 -05:00
Chris Lord
cfec602eb6
Bug 805014 - Add fuzz for gradient-live tests on Android. r=jwatt
...
Progressive tiles have caused these tests to render slightly differently for
no obvious reason.
2012-10-25 22:11:37 +01:00
Robert Longson
7deef898eb
Bug 801317 - Support transforms in SVG fragment identifiers. r=dholbert
2012-10-22 10:13:24 +01:00
Daniel Holbert
0516389cc0
backout 5545892376cc (Bug 737961) for Windows reftest orange
2012-10-16 16:05:52 -07:00
Joel Maher
c6e4f2c493
Bug 737961 - add reftest manifest conditions for height width. r=dbaron
2012-10-16 16:12:25 -04:00
Jonathan Watt
5c64e1de9c
Reftest for bug 797231 (Clip path region is incorrect with direct2d). r=Bas.
2012-10-14 16:30:14 +01:00
Cameron McCormack
0d99719b97
Bug 797708 - Test that gradients are positioned correctly on SVG text with a filter applied. r=longsonr
2012-10-05 18:35:53 +10:00
Cameron McCormack
dcbd7a8fb2
Bug 782888 - Do not propagate nsChangeHint_UpdateEffects to text nodes. r=bz
2012-10-05 12:47:52 +10:00
Ed Morley
ac6819f00a
Backout 739f8aac68a6 (bug 797708) for Win7 reftest-no-accel orange on a CLOSED TREE
2012-10-04 13:15:13 +01:00
Cameron McCormack
2a03aff8a3
Bug 797708 - Test that gradients are positioned correctly on SVG text with a filter applied. r=longsonr
2012-10-04 18:28:32 +10:00
Cameron McCormack
6400a005cf
Bug 797691 - Tweak stroke-dasharray-and-text-01.svg to avoid slight rendering differences on Android. r=longsonr
2012-10-04 17:39:09 +10:00
Robert Longson
eb62e6dca9
Bug 729139 - Accept negative radius arcs in markup. r=jwatt
2012-09-29 11:19:13 +01:00
Matt Woodrow
58d3d65ab2
Bug 539356 - Part 10 - Test changes required for DLBI. r=roc
...
* * *
[mq]: test-fixes
2012-08-29 17:48:13 +12:00
Ed Morley
c863356300
Revert mozilla-inbound to e4dd1fa6d222 for crashes and test failures on a CLOSED TREE
2012-09-27 16:34:46 +01:00
Matt Woodrow
0b20201fde
Bug 539356 - Part 10 - Test changes required for DLBI. r=roc
...
* * *
[mq]: test-fixes
2012-08-29 17:48:13 +12:00
Cameron McCormack
7f47f559f6
Bug 794347 - Tweak text-layout-01.svg to avoid rounding issue when pixel snapping. r=longsonr
2012-09-26 18:11:30 +10:00
Cameron McCormack
d32604b3d0
Bug 793612 - Make nsSVGArcConverter robust against zero-sized arc segments. r=longsonr
2012-09-24 22:07:41 +10:00
Robert O'Callahan
0f5bc3997c
Bug 772726. Part 10: Reduce scale to avoid floating-point accuracy errors that cause small artifacts with D2D Azure content drawing. r=jwatt
2012-09-08 00:43:34 +12:00
Robert O'Callahan
1d47c09d1a
Bug 777194. Increase fuzz for failing MacOS 10.8 text-layout-01.svg.
2012-09-18 21:16:45 +12:00
Robert Longson
ded52f5aa6
Bug 791427 - speed up smil/transform tests on Android. r=dholbert
2012-09-15 12:08:03 +01:00
Phil Ringnalda
5e68b861ee
Bug 789762 - Annotate the fuzzy antialiasing in reftests/svg/text-layout-01.svg on OS X 10.8
...
--HG--
extra : rebase_source : 9bf990c03eb53bb33dc8828dd10470daa1345bc7
2012-09-09 14:35:50 -07:00
Phil Ringnalda
f4d7c54c06
Switch reftest conditions for OSX to use the OSX variable from bug 789771 instead of a regex
...
--HG--
extra : rebase_source : f4123ff10d1df1ec4f6f2ad75b764416056cf271
2012-09-08 23:40:29 -07:00
Robert Longson
9c6a51753e
Bug 783995 - enable animation of view element attributes. r=dholbert
2012-09-09 12:44:03 +01:00
Cameron McCormack
e49fc28c3e
Bug 655877 - Part 46: Test fix due to subpixel AA not being used for SVG text with strokes. r=longsonr
2012-09-06 16:07:53 +10:00
Cameron McCormack
f67c31f887
Bug 788940 - Add more dilation to fallback-color-04. r=longsonr
2012-09-06 16:07:53 +10:00
Robert Longson
f974ac08a0
Bug 786216 - Fix evenodd fill-rule. r=jwatt
2012-08-28 15:47:01 +01:00
Kyle Huey
30cef0f1d5
Merge m-c to b-s.
2012-08-14 11:14:40 -07:00
Kyle Huey
f8ba220f4b
Bug 685516: Disable a bunch of failing tests on Android XUL. r=jrmuizel
2012-08-13 11:22:11 -07:00
Matt Woodrow
5b782df2fa
Bug 781362 - Delay the start time of some SVG animation reftests to prevent intermittent failures. r=dholbert
2012-08-13 22:11:32 +12:00
Matt Woodrow
7f18c01d05
Bug 539356 - Part 32 - Change some SVG deferred animation tests to not require calling GetBaseValue. r=dholbert
2012-08-13 22:11:02 +12:00
Robert Longson
3e75cf3f4a
Bug 780880 - patternTransforms that involve rotation do not work properly. r=dholbert
...
--HG--
rename : layout/reftests/svg/pattern-scale-01a.svg => layout/reftests/svg/pattern-scale-01c.svg
2012-08-09 09:17:05 +01:00
Robert Longson
978ecd9f01
Bug 619964 - Implement FillPaint and StrokePaint filter sources. r=jwatt
2012-08-05 20:10:21 +01:00
Jonathan Watt
e2dc3881d0
Bug 779514 - Mark reftests/svg/image/image-opacity-01.svg as fuzzy on Android XUL due to slight color diffenence when SVG display lists are enabled. r=me.
...
--HG--
extra : rebase_source : b04d57e8d521e39b36b3464e931f48aad1b3e2d7
2012-08-01 23:41:21 +01:00
Nicholas Cameron
ae338c338d
Bug 746883. More test fuzz. r=roc
2012-07-31 18:34:14 +12:00
Robert Longson
4f899d9f88
Bug 773467 - Make SVG patterns ignore their patternContentUnits attribute when their viewBox attribute is set. r=jwatt
...
--HG--
rename : layout/reftests/svg/viewBox-and-pattern-01.svg => layout/reftests/svg/viewBox-and-pattern-02.svg
rename : layout/reftests/svg/viewBox-and-pattern-01.svg => layout/reftests/svg/viewBox-and-pattern-03.svg
2012-07-31 11:17:11 +01:00
Nicholas Cameron
db90500fee
Back out bug 779001, bug 746883, bug 778595, bug 776803, bug 7118849
2012-07-31 18:17:23 +12:00
Nicholas Cameron
bb68fa704b
Bug 746883. More test fuzz. r=roc
2012-07-31 13:46:05 +12:00
Robert Longson
dbaad765db
Reftest for bug 773595 - Have nsSVGPatternFrame::GetPatternMatrix use the correct attribute. r=jwatt.
...
--HG--
extra : rebase_source : 212070c3be82c498dd2037ed091fb3d32f766475
2012-07-21 20:24:46 -04:00
Jonathan Watt
cfc601685f
Bug 776089 - switch fuzzy-if arguments to get num pixels vs pixel difference the right way around. r=me.
2012-07-20 18:08:40 -04:00
Jonathan Watt
13e7dc1794
Bug 776089 - layout/reftests/svg/svg-integration/clipPath-html-05.xhtml and layout/reftests/svg/svg-integration/clipPath-html-05-extref.xhtml are fuzzy after SVG display lists. r=me.
...
--HG--
extra : rebase_source : 19f5775bac206fd53a7dab8293b904b5933b11c7
2012-07-20 17:28:23 -04:00
Jonathan Watt
d86813c1aa
Bug 776089 - layout/reftests/svg/svg-integration/clipPath-html-05.xhtml and layout/reftests/svg/svg-integration/clipPath-html-05-extref.xhtml are fuzzy after SVG display lists. r=me.
2012-07-20 16:43:34 -04:00
Jonathan Watt
e66b0509e9
Bug 776089 - layout/reftests/svg/svg-integration/clipPath-html-05.xhtml and layout/reftests/svg/svg-integration/clipPath-html-05-extref.xhtml are fuzzy after SVG display lists. r=me.
2012-07-20 16:38:33 -04:00
Jonathan Watt
77a641125d
Bug 614732 - Implement display list based painting and hit-testing for SVG. r=roc.
...
--HG--
extra : rebase_source : 77e55885fbbf428008f5be787ddeb7e561c0d9bd
2012-07-20 14:12:29 -04:00
Jonathan Watt
9d8c37984f
Bug 775735 - When filters/markers change, update the overflow rect/bounds of referencing frames. r=roc.
2012-07-20 00:54:20 -04:00
Brian Birtles
8762695360
Bug 765107 - Reftests for scaled filter drawing; r=bas
...
--HG--
extra : rebase_source : 27fecbfc7ddb43f892401db9935236eaf00aee2d
2012-07-18 15:15:17 -04:00
Jonathan Watt
9d5b0bdf72
Regression test for bug 769942 (DLBI broke invalidation of foreignObjects in filters). r=longsonr.
...
--HG--
extra : rebase_source : 9042dda0fbb7ae586eb79de6eddc15830c1c7d69
2012-07-18 13:57:54 -04:00
Jonathan Watt
1ee7e92fb7
Bug 773450 - Lines don't show up in some Google Maps directions. r=roc.
2012-07-17 15:44:39 -04:00
Jonathan Watt
eb6f0aab92
Bug 773837 part 2 - Fix bug in reftests/svg/filters/feDistantLight-filterRes-01-ref.svg. r=me.
2012-07-15 20:42:49 -04:00
Jonathan Watt
ad2b73f6f5
Bug 769970 - Get SVG patterns working under HTML elements with CSS transforms applied. r=roc.
2012-07-14 00:18:38 +01:00
Jonathan Watt
7a283e2bbb
Bug 773837 - Fix bug in reftests/svg/filters/feDistantLight-filterRes-01.svg. r=me.
2012-07-14 00:18:35 +01:00
Jonathan Watt
ac4527f1b9
Bug 773197 - Add some tests for SVG clipPath on HTML elements under CSS transforms. r=me.
2012-07-13 16:12:49 +01:00
Jonathan Watt
9456baae6c
Bug 773196 - Remove -moz prefix from CSS transform properties in SVG reftests. r=me.
2012-07-13 16:12:45 +01:00
Jeff Muizelaar
3770f17103
Bug 683243. Add a 16 bit pipeline. r=BenWa
...
This is to support dithering 16 bit gradients with decent performance.
2012-07-11 12:58:17 -04:00
Phil Ringnalda
cfef187ad4
Back out 0c1f34eb5b93 and 0f987ac28e8c (bug 683243) for Android R2 bustage
2012-07-12 22:27:34 -07:00
Jeff Muizelaar
6d431e1711
Bug 683243. Add a 16 bit pipeline. r=BenWa
...
This is to support dithering 16 bit gradients with decent performance.
--HG--
extra : rebase_source : cffa90d5959211c8c1953867d85c7799ed52d662
2012-07-11 12:58:17 -04:00
Brian Birtles
dd292d1b90
Bug 707733 - Extend timeout for deferred-anim-1.xhtml; r=dholbert
2012-07-11 12:21:50 +09:00
Jonathan Watt
84dfc29387
Bug 771042, part 3 - Enable the reftests/svg/smil/motion tests. r=birtles.
2012-07-09 18:41:14 +01:00
Jonathan Watt
da072672f8
Bug 771042, part 2 - Fix bug in reftests/svg/smil/motion/animateMotion-rotate-2.svg. r=me.
2012-07-09 18:41:14 +01:00
Jonathan Watt
d4d3516834
Bug 771935 - SVGs that are larger than the browser content area should scroll. r=roc.
2012-07-09 01:55:34 +01:00
Brian Birtles
b9cfa898c5
Bug 555392 - Extend timeout for deferred-tree-1.xhtml; r=dholbert
2012-07-09 08:47:08 +09:00
Cameron McCormack
c437bc6e92
Bug 769115 - Calculate marker orientation correctly for arc endpoints. r=jwatt
2012-07-08 21:36:07 +10:00
Ehsan Akhgari
df2fb388c2
Backout changeset e04abde1b323 (bug 539356) because of performance and correctness regressions
2012-07-03 20:21:03 -04:00
Jonathan Watt
68d63e84fc
Bug 732819 followup - fix test. r=me.
2012-06-30 13:54:01 +01:00
Jonathan Watt
532e8a1995
Bug 732819 - "ASSERTION: don't think me need this any more" with font-size: 0. r=roc.
2012-06-30 12:20:46 +01:00
Matt Woodrow
c96dc0e2ed
Bug 539356 - Part 10 - Test changes required for DLBI. r=roc
2012-06-30 15:06:11 +12:00
Jonathan Watt
85c5167bf8
Bug 769103 - Get SVG masks working for HTML elements under CSS transforms. r=roc.
2012-06-28 23:59:05 +01:00
Jonathan Watt
58c8195ece
Bug 738192 follow-up. Re-enable layout/reftests/svg/dynamic-text-04.svg after fixing MarkDirtyBitsOnDescendants. r=me.
2012-06-24 18:02:23 +01:00
Jonathan Watt
fa29fde55f
Bug 738192 follow-up. Disable layout/reftests/svg/dynamic-text-04.svg temporarily while I fix it. r=me.
2012-06-24 16:18:29 +01:00
Jonathan Watt
6f1b9a5c08
Bug 738192 follow-up. Make layout/reftests/svg/dynamic-text-04.svg use MozReftestInvalitade instead of setTimeout to avoid random orange. r=me.
2012-06-24 15:17:19 +01:00
Jonathan Watt
c78acee61a
Bug 541270 - Correctly calculate the filter region for SVG filters on HTML to account for zooming. r=dholbert.
2012-06-23 04:01:36 +01:00
Phil Ringnalda
0c8a775404
Back out 12f76b9a2d78 (bug 541270) for failing to compile
2012-06-22 19:12:35 -07:00
Jonathan Watt
11640a0af3
Bug 541270 - Correctly calculate the filter region for SVG filters on HTML to account for zooming. r=dholbert.
2012-06-23 02:47:10 +01:00
Jonathan Watt
23e07a7b4d
Bug 614840 - Mark clipPath-and-shape-rendering-01.svg as fuzzy-if for a slight two pixel difference. r=longsonr.
...
--HG--
extra : rebase_source : 5aea68575f603437d742b8b7eef0f2e730ab9573
2012-06-20 15:33:04 +01:00
Robert Longson
2b5b728153
Backout most of Bug 467498 - crashtest failure on windows
2012-06-19 17:49:47 +01:00
Robert Longson
83c12e0c1b
Bug 467498 - Second level of use is not live to changes. r=dholbert
...
--HG--
rename : layout/reftests/svg/dynamic-use-nested-01.svg => layout/reftests/svg/dynamic-use-nested-01a.svg
rename : layout/reftests/svg/dynamic-use-nested-01.svg => layout/reftests/svg/dynamic-use-nested-01b.svg
2012-06-19 15:58:39 +01:00
Robert Longson
03cb3b88c4
Bug 764851 - Fix animations of the width/height of an outer SVG element. r=jwatt
2012-06-16 16:47:40 +01:00
Robert Longson
3fd65ea12a
Bug 763133 - border-radius not clipping SVG contents. r=bzbarsky
2012-06-12 11:25:26 +01:00
Ed Morley
a73fc227f9
Backout 61fd66629c4f, 7c8121f8d3af & 2a2e9cf8fd41 (bug 539356), e31a5e6545d3 (bug 761884), 85fa80bd9792, a284ccb25b83, 2865904db9fc, 34e07b09c426, e9b3d41e0360, cef00ebcd6c8, f943b729ac14 & 783f298401b6 (bug 539356), 330a086f1570 (bug 741682), d80219c8842c (bug 739671), e8c96b4fd4da, 313af486e68d, 0adc41ff56dc, 0cd288a38085, f1d43208825c, 4859876972f3, eec8ef3ebe48, f7f29fcd1845, 6079b229d306, f23c3a7e7ce0, 9824458a41e2 & 6748b5496059 (bug 539356) for mochitest-4 orange & talos regressions on multiple platforms
2012-06-11 10:08:32 +01:00
Matt Woodrow
d8b05307aa
Bug 539356 - Part 10 - Test changes required for DLBI. r=roc
2012-06-11 16:45:38 +12:00
Joel Maher
d63c5a0460
Bug 748088 - Native android reftest are not testing OMTC+OGL. r=ajuma
2012-06-01 08:42:38 -04:00
L. David Baron
ef7ec688e3
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
Cameron McCormack
5dfd7a42c3
Bug 759640 - Fix typo in feBlend reftest. r=longsonr
2012-05-31 10:32:39 +10:00
Cameron McCormack
01598062ac
Bug 759681 - Fix some typos in <clipPath> reftests. r=longsonr
2012-05-31 10:32:33 +10:00
Robert Longson
0492df75e8
Bug 746452 - textPath does not handle startOffset with non-user-unit/non-percentage units correctly. r=jwatt
2012-05-24 11:43:10 +01:00
Gervase Markham
ca171eec44
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Brian Birtles
16a3758fcf
Bug 755603 - Remove broken frozen to-animation behavior; r=dholbert
2012-05-21 08:48:38 +09:00
Robert Longson
9dce4cca1b
Bug 756405 - non-scaling-stroke-02.svg fails on Android. r=jwatt
2012-05-20 10:18:33 +01:00
Robert Longson
3c17783bfd
Bug 528332 - make tests random on Android
2012-05-18 11:29:10 +01:00
Robert Longson
38cb4c47d9
Bug 528332 - Implement non-scaling-stroke vector-effect. Part 2 - SVG changes r=dholbert
2012-05-18 09:34:25 +01:00
Robert Longson
3d82caf05b
Bug 512525 - Implement SVG Fragment Identifier parsing and animation hyperlinking - Part 2 main implementation. r=jwatt
2012-05-17 11:02:41 +01:00
Jonathan Watt
697af525da
Bug 755457 - Switch tests to using MozReftestInvalidate to avoid random failures. r=longsonr.
...
--HG--
extra : rebase_source : 1ea53f76a9e878fd56e0eb479fe6f93ca2419327
2012-05-16 11:07:43 +01:00
Jonathan Watt
b423e77002
Bug 407495 - Make SVG documents with percentage width/height respond to page zoom. r=roc.
...
--HG--
extra : rebase_source : c4c139693bb5d3b9086f7571dc3363c1c8b27ed5
2012-05-03 17:05:24 +01:00
Matt Woodrow
e4d5537a7a
Bug 739743 - Mark deferred tree SVG tests as fuzzy. r=dholbert
2012-03-27 12:34:20 -07:00
Masatoshi Kimura
95f8a3cace
Bug 745498 - Add testcases for DOM4 exception types. r=sicking
2012-04-26 09:42:26 -07:00
Robert Longson
745e3e0bde
Bug 746632 - If no fallback colour is specified we shouldn't draw anything when the URL fails to resolve. r=dbaron
2012-04-25 13:33:47 +01:00
Robert Longson
3c0ce8608d
Bug 743444 - Lighting Filter clipped when kernelUnitLength specified. r=roc
2012-04-13 08:01:55 +01:00
Robert Longson
358e65285c
Bug 739591 - Implement filter xlink:href support. r=roc
2012-03-28 12:31:47 +01:00
Jonathan Watt
4ef8b576ac
Bug 734079, part 1 - Remove the SuspendRedraw code and make SVGSVGElement.suspendRedraw a no-op. r=longsonr.
2012-03-20 12:15:53 +00:00
Masatoshi Kimura
add7512617
Bug 736687 - Warn on use of MozBlobBuilder. r=sicking
...
--HG--
rename : layout/reftests/svg/as-image/img-blobBuilder-1.html => layout/reftests/svg/as-image/img-blobURI-1.html
rename : layout/reftests/svg/as-image/img-blobBuilder-2.html => layout/reftests/svg/as-image/img-blobURI-2.html
2012-03-19 12:00:43 +01:00
Brian Birtles
3fcc17a22d
Bug 608161 - Don't rely on HasAttr to detect whether gradient attributes have values; r=longsonr
2012-03-06 15:58:40 +09:00
Robert Longson
614603a7a2
Bug 730658 - use element does not display properly when animated with set. r=dholbert
2012-03-03 09:21:09 +00:00
Daniel Holbert
9dacc7eaba
Bug 547801: mark reftest 'sort-additive-1.svg' as random on Android, for now. rs=jwatt
2012-03-02 13:37:47 -08:00
Matt Woodrow
fd91c7e2e4
Bug 547801 - Fix sort-additive-1 test to use MozReftestInvalidate. r=dholbert
2012-03-01 21:26:09 +13:00
Robert Longson
9fb4283085
Backout Bug 730658 - reftest failure possibly intermittent but certainly new
2012-02-28 16:04:57 +00:00
Robert Longson
d9f9fced62
Bug 730658 - use element does not display properly when animated with set. r=dholbert
2012-02-28 14:54:33 +00:00
Robert Longson
51d8917573
Bug 729996 - trailing spaces in text not properly ignored. r=dholbert
2012-02-24 10:20:53 +00:00
Brian Birtles
1448c0e63c
Bug 728758 - Detect animations removed from top of compositor stack and recomposite; r=dholbert
2012-02-24 09:45:40 +09:00
Jonathan Watt
7366431be2
Bug 726400 - Intermittent one pixel failure for svg/smil/anim-path-d-01.svg on mozilla-inbound, WinXP - mark test as fuzzy on WinXP. r=dholbert
2012-02-22 16:40:18 -08:00
Ed Morley
dcb3bd0b4f
Backout 5f235a1502dd (bug 726400) for reftest orange
2012-02-23 01:16:35 +00:00
Jonathan Watt
d3ae27c3f1
Bug 726400 - Intermittent one pixel failure for svg/smil/anim-path-d-01.svg on mozilla-inbound, WinXP - mark test as fuzzy on WinXP. r=dholbert
2012-02-22 16:40:18 -08:00
Boris Zbarsky
6dca540e59
Bug 640917. Treat foreignObject as a fixed position containing block. r=jwatt
...
--HG--
rename : layout/reftests/svg/foreignObject-dynamic-abspos-01.html => layout/reftests/svg/foreignObject-dynamic-fixedpos-01.html
rename : layout/reftests/svg/foreignObject-dynamic-abspos-01-ref.html => layout/reftests/svg/foreignObject-fixedpos-01.html
2012-02-21 18:01:41 -05:00
Boris Zbarsky
519881edb7
Bug 728111. Fix the block inside foreignObject to really be the absolute containing block for its kids. r=roc
2012-02-21 18:01:40 -05:00
Robert Longson
58b3d6c3ae
Bug 728665 - SVGTests interface missing from foreignObject elements. r=jwatt
2012-02-20 19:34:04 +00:00
Jonathan Watt
83728fb808
Bug 721920 - Honor the 'lang' and 'xml:lang' attributes in SVG as we do in HTML. r=bz.
2012-02-19 20:49:34 +00:00
Robert Longson
432921c50c
Bug 725918 - tests for fill and stroke on text
2012-02-18 16:05:21 +00:00
Edwin Flores
02658feb78
Bug 725918 patch 2: Fixed wrong assertion in nsSVGGlyphFrame. r=longsonr
2012-02-17 16:33:23 -08:00
Jonathan Watt
2421fe28eb
Bug 726928 - UpdateCoveredRegion needs to convert 'extent' from CSS px now, not Dex px, otherwise painting invalidation is broken. r=dholbert.
2012-02-17 06:07:51 +00:00
Cameron McCormack
2f587e4b61
Bug 693790 - Don't abort on discrete by-animation of SVG length lists when there is no underlying value. r=dholbert
2012-02-09 09:12:50 +11:00
Robert Longson
9400255ff4
Bug 724281 - suspend-02.svg fails randomly. r=roc
2012-02-06 12:57:12 +00:00
Robert Longson
a320f33afb
Bug 619469 - animation should be disabled for failing conditional-processing conditions. r=dholbert
2012-02-05 23:17:23 +00:00
Robert Longson
ab7333bf97
Bug 616892 - Follow up mark suspend-02.svg test random on windows for now (tracked by bug 724281)
2012-02-04 17:59:54 +00:00
Robert Longson
dc84569d62
Bug 616892 - Make more updates honour suspendRedraw. r=roc
2012-02-04 13:58:46 +00:00
Robert Longson
bfd5860dd7
Bug 722882 - use or foreignObject with a percentage x or y attribute does not update properly when enclosed in an svg element which changes width or height. r=jwatt
2012-02-01 16:25:44 +00:00
Robert Longson
8e2da6f3bf
Bug 649114 - Text-anchor middle is not computed correctly for element scaled to 0. r=jwatt
2012-01-28 13:58:17 +00:00
Edwin Flores
0855766ec9
Bug 710521 - Refactor gfxFont to separate out drawing stroke and drawing to path. r=roc
2012-01-26 13:11:18 +01:00
Robert Longson
e7a77cf4c1
Backout Bug 649114 - Reftest failures
2012-01-23 20:40:09 +00:00
Robert Longson
8e7eb857b5
Bug 649114 - Text-anchor middle is not computed correctly for element scaled to 0. r=jwatt
2012-01-23 19:18:13 +00:00
Jonathan Watt
e9694d5e84
Bug 636379, changing expected condition on XP from fail to random, since the test seems to be passing half the time and failing half the time (after bug 525095 landed?). r=me.
...
--HG--
extra : rebase_source : 84a91603f78f4cb0f6a4b3766ae4c235830d24aa
2012-01-19 10:37:46 +00:00
Jeff Muizelaar
c3eafa7bb4
Bug 692879. Adjust reftests so that we pass with azure-quartz. r=mwoodrow
2011-11-25 16:38:14 -08:00
Matt Brubeck
0dc4c17288
Back out efd165428f08 to 4a79fefefa28 (bug 580786, bug 716639, bug 692879, bug 717921) because of reftest error
2012-01-17 10:08:38 -08:00
Jeff Muizelaar
df4a0a80f2
Bug 692879. Adjust reftests so that we pass with azure-quartz. r=mwoodrow
...
--HG--
extra : rebase_source : 0c98aac4ccd18a4c391446d70721e00cc39d4266
2011-11-25 16:38:14 -08:00
Ms2ger
ce301744c0
Backout bug 580786 / bug 716639 / bug 692879 / bug 717921 / bug 692879 (2dc5909e63b0:ced751d32df6); a=philor
2012-01-17 10:48:19 +01:00
Jeff Muizelaar
a8aba1ac9f
Bug 692879. Adjust reftests so that we pass with azure-quartz. r=mwoodrow
2011-11-25 16:38:14 -08:00
Robert Longson
00866bc80f
Bug 676178 - Scale stroke dashes to text size properly. r=jwatt
2012-01-16 15:36:25 +00:00
Robert Longson
819c5838d7
Bug 717870 - whitespace compression setting need to be recalculated when text is added. r=dholbert
2012-01-14 10:07:26 +00:00
Masatoshi Kimura
65cb5fcc01
Bug 716570 - Rename blob URI scheme from "moz-filedata" to "blob" per spec. r=sicking
...
--HG--
rename : content/base/src/nsFileDataProtocolHandler.cpp => content/base/src/nsBlobProtocolHandler.cpp
rename : content/base/src/nsFileDataProtocolHandler.h => content/base/src/nsBlobProtocolHandler.h
2012-01-12 11:36:03 +01:00
Robert Longson
555bbcf3c7
Bug 525095 - Fix artifacts being left behind when text is resized. r=roc
2012-01-12 09:59:39 +00:00
Cameron McCormack
970ebd503e
Bug 619967 - Test that percentage filter primitive attributes are resolved correctly. r=longsonr
2012-01-09 13:18:53 +11:00
Robert Longson
3ffd492e96
Bug 652050 - mark tests as passing on Android after bug 607854 landed.
2011-12-31 11:15:46 +00:00
Robert Longson
d9086c4d00
Bug 607854 - implement SVGTests interface. r=jwatt
2011-12-31 09:44:03 +00:00
Daniel Holbert
a1aad22f2c
Bug 695677: Add <use> element to svg-image-script-2.svg, to force its resources file to load before onload fires. r=longsonr
2011-12-30 05:03:08 -08:00
Jonathan Watt
26b23f0bfa
Bug 668163 - Map 'width' and 'height' on <svg> into style to stop <svg>'s computed width/height falling back to 150px x 300px when they're set to explicit percentage values that can be resolved (regression from bug 611099). r=dbaron.
2011-12-27 10:27:42 +00:00
William Chen
1528f2b910
Bug 497995: Part 2 - Update existing border-image tests. r=dbaron
...
--HG--
extra : rebase_source : b9fb3987c8540457fa1f7b3e27420f208207a9c0
2011-12-22 18:34:53 -05:00
Jonathan Watt
86253e7604
Bug 704706 - Fix crash @ nsSVGPathGeometryFrame::UpdateCoveredRegion. r=longsonr.
2011-12-13 17:50:30 +00:00
Daniel Holbert
6cda14be64
Bug 710990: Replace duplicate aStartVal check with aEndVal check, in SVGOrientSMILType::Interpolate. r=jwatt
...
--HG--
rename : layout/reftests/svg/smil/anim-marker-orient-01.svg => layout/reftests/svg/smil/anim-marker-orient-02.svg
2011-12-19 10:03:45 -08:00
Robert Longson
79c95191d5
Bug 705206 - applying filters to non-rendered shapes results in the item not being rendered. r=dholbert
2011-12-19 10:06:45 +00:00
Robert O'Callahan
ce95ed0d7d
Bug 672013. Drawing an SVG image to a canvas need not clear its origin-clean flag. r=dholbert,sr=bzbarsky
2011-12-19 10:57:41 +13:00
Matt Brubeck
7d451f6bac
Back out bug 710521, bug 672013, bug 702739 because of Mac reftest failures
2011-12-18 08:15:09 -08:00
Robert O'Callahan
dfdcd3935b
Bug 672013. Drawing an SVG image to a canvas need not clear its origin-clean flag. r=dholbert,sr=bzbarsky
2011-12-18 21:47:20 +13:00
Robert Longson
20c90c5d07
Bug 708155 - Fix dynamic modifications to styles on foreignObject. r=dholbert
2011-12-17 09:09:19 +00:00
Daniel Holbert
44d1049f68
Bug 649440 followup: Remove now-unused reftest helper-file 'lime-anim-100x100.svg'. (test-only, unused file) DONTBUILD
2011-12-07 14:08:47 -08:00
Brian Birtles
b44c8249f5
Bug 703992 - Fix parsing of indefinite times; r=dholbert
2011-12-01 08:45:28 +09:00
Daniel Holbert
72411cb1d0
Bug 660728: Use a smiley face instead of a gradient in SMIL animateTransform reftest, to avoid intermittent failure from off-by-one gradient rounding issue. r=birtles
2011-11-28 16:08:26 -08: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
Jonathan Watt
efb9f8f776
Bug 702696 - Path length scale factor should not be affected by the 'transform' attribute. r=dholbert.
2011-11-21 21:22:19 +00:00
Phil Ringnalda
414c66bbb5
Bug 696670, bug 696671, bug 696672, bug 696673, bug 696674, bug 703201 - annotate failing tests in Win7 reftest-no-accel
2011-11-17 20:24:25 -08:00
Daniel Holbert
de50afb15c
Bug 693940: Restrict SVG-as-an-image to being able to load (local) URIs that have either the URI_INHERITS_SECURITY_CONTEXT or URI_LOADABLE_BY_SUBSUMERS flags. r=bz
2011-11-07 13:45:42 -08:00
Daniel Holbert
d266c6856b
Bug 700895 patch 2: Rename img-foreignObject-embed-2* reftest files to img-foreignObject-embed-1*, since the old embed-1* tests were renamed. r=roc
...
--HG--
rename : layout/reftests/svg/as-image/img-foreignObject-embed-2-helper.svg => layout/reftests/svg/as-image/img-foreignObject-embed-1-helper.svg
rename : layout/reftests/svg/as-image/img-foreignObject-embed-2.html => layout/reftests/svg/as-image/img-foreignObject-embed-1.html
2011-11-09 12:10:38 -08:00
Daniel Holbert
268d1cc952
Bug 700895 patch 1: Add a more explicit check for SVG-as-an-image in MaybeCreateDocShell, and improve reftests for <iframe>s being blocked in SVG-as-an-image. r=roc
...
--HG--
rename : layout/reftests/svg/as-image/img-foreignObject-embed-1-helper.svg => layout/reftests/svg/as-image/img-foreignObject-iframe-1a-helper.svg
rename : layout/reftests/svg/as-image/img-foreignObject-embed-1.html => layout/reftests/svg/as-image/img-foreignObject-iframe-1a.html
rename : layout/reftests/svg/as-image/img-foreignObject-embed-1-helper.svg => layout/reftests/svg/as-image/img-foreignObject-iframe-1b-helper.svg
rename : layout/reftests/svg/as-image/img-foreignObject-embed-1.html => layout/reftests/svg/as-image/img-foreignObject-iframe-1b.html
2011-11-09 11:11:11 -08:00
Daniel Holbert
45b5d0bcc0
back out 10814cd743e3 (from bug 693940) since it breaks moz-filedata URIs in SVG-as-an-image
2011-11-08 12:49:12 -08:00