26 lines
779 B
TOML
26 lines
779 B
TOML
[DEFAULT]
|
|
skip-if = ["true"] # Dependencies for re-enabling these are tracked by meta bug 1555185
|
|
support-files = [
|
|
"VRSimulationDriver.js",
|
|
"requestPresent.js",
|
|
"runVRTest.js",
|
|
"WebVRHelpers.js",
|
|
]
|
|
|
|
["test_vrController_displayId.html"]
|
|
# Enable Linux after Bug 1310655 # TIMED_OUT for Android.
|
|
|
|
["test_vrDisplay_canvas2d.html"]
|
|
# skip-if = (os != "win" && release_or_beta) # Enable Linux after Bug 1310655
|
|
|
|
["test_vrDisplay_exitPresent.html"]
|
|
# skip-if = (os != "win" && release_or_beta) # Enable Linux after Bug 1310655
|
|
|
|
["test_vrDisplay_getFrameData.html"]
|
|
# Enable Linux after Bug 1310655, enable Android after Bug 1348246
|
|
|
|
["test_vrDisplay_onvrdisplayconnect.html"]
|
|
|
|
["test_vrDisplay_onvrdisplaydeactivate_crosscontent.html"]
|
|
|
|
["test_vrDisplay_requestPresent.html"]
|