aboutsummaryrefslogtreecommitdiff
path: root/tests/test_browser.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-01-24 09:29:37 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-01-24 09:29:37 -0800
commit4f5a270f09ff132eee8732f628c1f039decb2280 (patch)
treecf21c7f857d245ad67381a49ce96127786a26c55 /tests/test_browser.py
parentc91f409ab001982cea23ba08ce0ef578337707a7 (diff)
parent9f7690fa3de0d28ed93c88f2a80537a79bfd2847 (diff)
Merge pull request #2035 from juj/html5_events1.9.4
HTML5 Events API.
Diffstat (limited to 'tests/test_browser.py')
-rw-r--r--tests/test_browser.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_browser.py b/tests/test_browser.py
index 3000240d..f185c211 100644
--- a/tests/test_browser.py
+++ b/tests/test_browser.py
@@ -1813,3 +1813,5 @@ Module["preRun"].push(function () {
self.btest('doublestart.c', args=['--pre-js', 'pre.js', '-o', 'test.html'], expected='1')
+ def test_html5(self):
+ self.btest(path_from_root('tests', 'test_html5.c'), expected='0')