Bug 1143227 - Annotate test_conformance__textures__texture-npot-video.html as asserting 4 times on Android, since bug 1083347 made us run it on Android debug builds, on a CLOSED TREE. No review.

This commit is contained in:
L. David Baron 2015-03-13 22:09:54 -07:00
Родитель ab42a2ec61
Коммит 52dea62a7d
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -14,6 +14,9 @@
src='../mochi-single.html?conformance/textures/texture-npot-video.html'>
</iframe>
<script>
if (navigator.userAgent.contains("Android")) {
SimpleTest.expectAssertions(4); // bug 1143227
}
SimpleTest.requestFlakyTimeout("untriaged");
IFrameAutoresize.StartById('mochi-single', false);
</script>