Bug 1752351 - Skip test_capture_throttled.html on android which doesn't appear to reliably throttle rAF in background, at least not from window.open() of a new tab. r=mjf

Differential Revision: https://phabricator.services.mozilla.com/D137671
This commit is contained in:
Jan-Ivar Bruaroey 2022-02-02 22:30:34 +00:00
parent 833795966b
commit 6a22d5ab9d

View File

@ -130,6 +130,7 @@ skip-if = (toolkit == 'windows') # bug 1464173
support-files = captureStream_common.js
[test_capture_throttled.html]
support-files = captureStream_common.js
skip-if = (toolkit == 'android') # bug 1752351
[test_drawImageIncomplete.html]
[test_drawImage_document_domain.html]
[test_drawImage_edge_cases.html]