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

View File

@ -42,6 +42,8 @@ support-files =
clear2-results.gif
damon.jpg
error-early.png
filter-final.svg
filter.svg
first-frame-padding.gif
green.png
green-background.html
@ -138,3 +140,5 @@ skip-if = buildapp == 'b2g' || os == 'android'
skip-if = buildapp == 'b2g' || os == 'android'
[test_svg_animatedGIF.html]
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>
<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="chrome://mochikit/content/tests/SimpleTest/WindowSnapshot.js"></script>
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.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="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>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=666446">