Commit 11267e37 authored by Sven Franck's avatar Sven Franck

test: show test page while running tests

parent 77aacf3f
......@@ -6,7 +6,15 @@
<link rel="stylesheet" type="text/css" href="ext/qunit/qunit.css">
<link rel="stylesheet" type="text/css" href="setup/jqm_qunit.css">
<style type="text/css">
iframe {visibility: hidden;}
#qunit {
height: 400px;
overflow-y: scroll;
}
iframe {
position:absolute;
left: 0;
top: 415px;
}
</style>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment