browser_destroying_iframes.toml (478B)
1 [DEFAULT] 2 tags = "devtools" 3 subsuite = "devtools" 4 support-files = [ 5 "head.js", 6 "!/devtools/client/shared/test/shared-head.js", 7 "!/devtools/client/shared/test/telemetry-test-helpers.js", 8 ] 9 10 ["browser_destroying_iframes.js"] 11 skip-if = [ 12 "asan", # Getting random unhandled exceptions which aren't crashing DevTools 13 "tsan", 14 ] 15 # This test suite is dedicated to isolate browser_destroying_iframes.js which 16 # needs to allow promise rejections, without impacting other tests.