Bug 1261158 - Convert test_xultree_animation.xhtml to a mochitest-plain. r=tnikkel

MozReview-Commit-ID: BDanrpo7ES
This commit is contained in:
Kartikaya Gupta 2016-04-04 16:28:13 -04:00
Родитель 372512629b
Коммит 146d7600ec
3 изменённых файлов: 5 добавлений и 6 удалений

Просмотреть файл

@ -1,8 +1,6 @@
[DEFAULT]
skip-if = buildapp == 'b2g' || os == 'android'
support-files =
animated-gif-finalframe.gif
animated-gif.gif
animationPolling.js
iframe.html
imgutils.js
@ -20,5 +18,4 @@ support-files =
bug415761.ico
[test_undisplayed_iframe.html]
disabled = bug 1060869
[test_xultree_animation.xhtml]
[test_bug1132427.html]

Просмотреть файл

@ -140,3 +140,5 @@ skip-if = buildapp == 'b2g' || os == 'android'
skip-if = buildapp == 'b2g' || os == 'android'
[test_synchronized_animation.html]
skip-if = buildapp == 'b2g' || os == 'android'
[test_xultree_animation.xhtml]
skip-if = buildapp == 'b2g' || os == 'android'

Просмотреть файл

@ -8,11 +8,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">