Bug 893617 - Add android.json manifest for Mochitest content/canvas tests, r=ted.

This commit is contained in:
Bob Clary 2013-07-15 07:16:34 -07:00
Родитель b79f1d0c2a
Коммит 5f695a94bc
2 изменённых файлов: 7 добавлений и 0 удалений

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

@ -11,6 +11,7 @@ relativesrcdir = @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
MOCHITEST_FILES = \
android.json \
test_canvas.html \
test_isPointInStroke.html \
image_transparent50.png \

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

@ -0,0 +1,6 @@
{
"runtests": {},
"excludetests": {
"content/canvas/test/webgl/test_webgl_conformance_test_suite.html": ""
}
}