gecko/layout/reftests/svg/smil/container/reftest.list
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

19 lines
978 B
Plaintext

# Tests related to SVG Animation (using SMIL), focusing on animation-sorting
# to see which animation takes precedence (out of multiple animations on the
# same attribute)
random == enveloped-tree-1.xhtml enveloped-tree-1-ref.xhtml # bug 470868
== promoted-tree-1.xhtml promoted-tree-1-ref.xhtml
random == moved-tree-1.xhtml moved-tree-1-ref.xhtml # bug 470868
random-if(cocoaWidget) == deferred-anim-1.xhtml deferred-anim-1-ref.xhtml # bug 470868
== deferred-tree-1.xhtml deferred-tree-1-ref.xhtml
== deferred-tree-2a.xhtml deferred-tree-2-ref.xhtml
== deferred-tree-2b.xhtml deferred-tree-2-ref.xhtml
== deferred-tree-3a.xhtml deferred-tree-3-ref.xhtml
== deferred-tree-3b.xhtml deferred-tree-3-ref.xhtml
== deferred-tree-3c.xhtml deferred-tree-3-ref.xhtml
== deferred-tree-3d.xhtml deferred-tree-3-ref.xhtml
# this will occasionally fail until we correctly clear animation effects from
# no-longer-targeted elements
random == invalid-elem-1.xhtml invalid-elem-1-ref.xhtml