mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
105 lines
3.5 KiB
Makefile
105 lines
3.5 KiB
Makefile
#
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
DEPTH = @DEPTH@
|
|
topsrcdir = @top_srcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
relativesrcdir = @relativesrcdir@
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
MOCHITEST_FILES = imgutils.js \
|
|
animationPolling.js \
|
|
lime100x100.svg \
|
|
test_bug399925.html \
|
|
bug399925.gif \
|
|
schrep.png \
|
|
bug468160.sjs \
|
|
test_bug468160.html \
|
|
red.png \
|
|
test_bug466586.html \
|
|
big.png \
|
|
blue.png \
|
|
bug478398_ONLY.png \
|
|
test_bug490949.html \
|
|
bug490949-iframe.html \
|
|
bug490949.sjs \
|
|
test_bug496292.html \
|
|
bug496292-iframe-ref.html \
|
|
bug496292-iframe-1.html \
|
|
bug496292-iframe-2.html \
|
|
bug496292-1.sjs \
|
|
bug496292-2.sjs \
|
|
test_bug512435.html \
|
|
damon.jpg \
|
|
shaver.png \
|
|
test_bug497665.html \
|
|
bug497665-iframe.html \
|
|
bug497665.sjs \
|
|
test_bug553982.html \
|
|
test_bug601470.html \
|
|
test_bug614392.html \
|
|
test_bug657191.html \
|
|
bug657191.sjs \
|
|
bug89419-iframe.html \
|
|
bug89419.sjs \
|
|
test_bug89419-1.html \
|
|
test_bug89419-2.html \
|
|
test_bug552605-1.html \
|
|
test_bug552605-2.html \
|
|
bug552605.sjs \
|
|
bug671906-iframe.html \
|
|
bug671906.sjs \
|
|
test_bug671906.html \
|
|
test_bug733553.html \
|
|
bug733553.sjs \
|
|
bug733553-informant.sjs \
|
|
animated-gif2.gif \
|
|
invalid.jpg \
|
|
bad.jpg \
|
|
rillybad.jpg \
|
|
test_bug767779.html \
|
|
bug767779.sjs \
|
|
animated-gif_trailing-garbage.gif \
|
|
test_error_events.html \
|
|
error-early.png \
|
|
test_drawDiscardedImage.html \
|
|
$(NULL)
|
|
|
|
# Tests disabled due to intermittent orange
|
|
# test_bug435296.html disabled - See bug 578591
|
|
# test_bug478398.html disabled - See bug 579139
|
|
|
|
MOCHITEST_CHROME_FILES = imgutils.js \
|
|
animationPolling.js \
|
|
lime-anim-100x100.svg \
|
|
animation.svg \
|
|
test_animSVGImage.html \
|
|
test_animation.html \
|
|
test_animation2.html \
|
|
animated-gif-finalframe.gif \
|
|
animated-gif.gif \
|
|
animated-gif2.gif \
|
|
purple.gif \
|
|
test_svg_animatedGIF.html \
|
|
test_bullet_animation.html \
|
|
test_background_image_anim.html \
|
|
filter.svg \
|
|
filter-final.svg \
|
|
test_svg_filter_animation.html \
|
|
test_xultree_animation.xhtml \
|
|
test_changeOfSource.html \
|
|
test_changeOfSource2.html \
|
|
test_undisplayed_iframe.html \
|
|
iframe.html \
|
|
ref-iframe.html \
|
|
test_net_failedtoprocess.html \
|
|
invalid.jpg \
|
|
damon.jpg \
|
|
$(NULL)
|
|
|
|
include $(topsrcdir)/config/rules.mk
|