mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-29 17:31:07 +00:00
75d698133f
Resolves #2654
18 lines
568 B
INI
18 lines
568 B
INI
[DEFAULT]
|
|
# Good luck running these tests on anything but desktop Linux.
|
|
run-if = os == 'linux' && buildapp == 'browser' && !e10s
|
|
support-files =
|
|
file_HighPriority.html
|
|
silence.ogg
|
|
!/dom/browser-element/mochitest/browserElementTestHelpers.js
|
|
!/dom/browser-element/mochitest/file_empty.html
|
|
|
|
# Note: ../browserElementTestHelpers.js makes all tests in this directory OOP,
|
|
# because testing the process-priority manager without OOP frames does not make
|
|
# much sense.
|
|
|
|
[test_Simple.html]
|
|
[test_HighPriority.html]
|
|
[test_WebGLContextLost.html]
|
|
disabled = bug 865844
|