aboutsummaryrefslogtreecommitdiffstats
path: root/test/integration
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration')
-rw-r--r--test/integration/data/gh-1764-fullscreen.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/data/gh-1764-fullscreen.js b/test/integration/data/gh-1764-fullscreen.js
index e093c0dc7..c13c609f3 100644
--- a/test/integration/data/gh-1764-fullscreen.js
+++ b/test/integration/data/gh-1764-fullscreen.js
@@ -92,7 +92,7 @@ function bootstrapFrom( mainSelector, mode ) {
"webkitfullscreenchange",
"mozfullscreenchange",
"fullscreenchange",
- "MSFullscreenChange",
+ "MSFullscreenChange"
].join( " " ), runTest );
runTest();