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

MozReview-Commit-ID: 8kgi3p2DMkw
This commit is contained in:
Kartikaya Gupta 2016-04-04 16:27:58 -04:00
parent 8c7e85438a
commit 99fd3d6f18
3 changed files with 6 additions and 5 deletions

View File

@ -34,7 +34,6 @@ support-files =
disabled = bug 1100497
[test_animation2.html]
disabled = bug 1101415
[test_bullet_animation.html]
[test_bug415761.html]
skip-if = os != "win" || os_version == "6.2"
support-files =

View File

@ -4,6 +4,7 @@ support-files =
animated-gif.gif
animated-gif2.gif
animated-gif_trailing-garbage.gif
animated-gif-finalframe.gif
animationPolling.js
bad.jpg
big.png
@ -110,3 +111,5 @@ skip-if = buildapp == 'b2g' || os == 'android'
skip-if = buildapp == 'b2g' || os == 'android'
[test_background_image_anim.html]
skip-if = buildapp == 'b2g' || os == 'android'
[test_bullet_animation.html]
skip-if = buildapp == 'b2g' || os == 'android'

View File

@ -5,12 +5,11 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=666446
-->
<head>
<title>Test for Bug 666446 - Animated Bullets</title>
<script type="application/javascript" src="chrome://mochikit/content/MochiKit/packed.js"></script>
<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">