Bug 1261158 - Convert test_svg_filter_animation.html to a mochitest-plain. r=tnikkel a=test-only

MozReview-Commit-ID: K5ZxnkhR6nE
This commit is contained in:
Kartikaya Gupta 2016-04-04 16:28:12 -04:00
parent 945f295a3e
commit e5e598cc6f
3 changed files with 7 additions and 6 deletions

View File

@ -6,8 +6,6 @@ support-files =
animated1.gif animated1.gif
animated2.gif animated2.gif
animationPolling.js animationPolling.js
filter-final.svg
filter.svg
iframe.html iframe.html
imgutils.js imgutils.js
ref-iframe.html ref-iframe.html
@ -22,7 +20,6 @@ disabled = bug 1101415
skip-if = os != "win" || os_version == "6.2" skip-if = os != "win" || os_version == "6.2"
support-files = support-files =
bug415761.ico bug415761.ico
[test_svg_filter_animation.html]
[test_synchronized_animation.html] [test_synchronized_animation.html]
[test_undisplayed_iframe.html] [test_undisplayed_iframe.html]
disabled = bug 1060869 disabled = bug 1060869

View File

@ -42,6 +42,8 @@ support-files =
clear2-results.gif clear2-results.gif
damon.jpg damon.jpg
error-early.png error-early.png
filter-final.svg
filter.svg
first-frame-padding.gif first-frame-padding.gif
green.png green.png
green-background.html green-background.html
@ -138,3 +140,5 @@ skip-if = buildapp == 'b2g' || os == 'android'
skip-if = buildapp == 'b2g' || os == 'android' skip-if = buildapp == 'b2g' || os == 'android'
[test_svg_animatedGIF.html] [test_svg_animatedGIF.html]
skip-if = buildapp == 'b2g' || os == 'android' skip-if = buildapp == 'b2g' || os == 'android'
[test_svg_filter_animation.html]
skip-if = buildapp == 'b2g' || os == 'android'

View File

@ -5,11 +5,11 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=666446
--> -->
<head> <head>
<title>Test for Bug 666446 - Animated Images within SVG Filters</title> <title>Test for Bug 666446 - Animated Images within SVG Filters</title>
<script type="application/javascript" src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script> <script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
<script type="application/javascript" src="chrome://mochikit/content/tests/SimpleTest/WindowSnapshot.js"></script> <script type="application/javascript" src="/tests/SimpleTest/WindowSnapshot.js"></script>
<script type="application/javascript" src="imgutils.js"></script> <script type="application/javascript" src="imgutils.js"></script>
<script type="application/javascript" src="animationPolling.js"></script> <script type="application/javascript" src="animationPolling.js"></script>
<link rel="stylesheet" type="text/css" href="chrome://mochikit/content/tests/SimpleTest/test.css" /> <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
</head> </head>
<body> <body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=666446"> <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=666446">