aboutsummaryrefslogtreecommitdiff
path: root/tests/test_interactive.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-03-14 16:10:22 -0700
committerAlon Zakai <alonzakai@gmail.com>2014-03-14 16:10:22 -0700
commite56b193cee003dd0015077726163fb4c2511ee68 (patch)
treefee74a56373274f3bdb5edd9db8de9edd7ceee6c /tests/test_interactive.py
parentcef72b48d5f288b8954c174b8b6d7be94c51988e (diff)
parenta564e870359a576ad42531bb39a279db12bd5b2b (diff)
Merge pull request #2224 from juj/osx_mouse
OSX mouse support.
Diffstat (limited to 'tests/test_interactive.py')
-rw-r--r--tests/test_interactive.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_interactive.py b/tests/test_interactive.py
index 715e7d6b..4ac52f55 100644
--- a/tests/test_interactive.py
+++ b/tests/test_interactive.py
@@ -22,6 +22,9 @@ class interactive(BrowserCore):
def test_html5_fullscreen(self):
self.btest(path_from_root('tests', 'test_html5_fullscreen.c'), expected='0')
+ def test_html5_mouse(self):
+ self.btest(path_from_root('tests', 'test_html5_mouse.c'), expected='0')
+
def test_sdl_wm_togglefullscreen(self):
self.btest('sdl_wm_togglefullscreen.c', expected='1', args=['-s', 'NO_EXIT_RUNTIME=1'])