aboutsummaryrefslogtreecommitdiff
path: root/tests/hello_world_gles_shell.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hello_world_gles_shell.html')
-rw-r--r--tests/hello_world_gles_shell.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/hello_world_gles_shell.html b/tests/hello_world_gles_shell.html
index 7f0b2013..d3429e3a 100644
--- a/tests/hello_world_gles_shell.html
+++ b/tests/hello_world_gles_shell.html
@@ -25,9 +25,6 @@
canvas: document.getElementById('canvas')
};
- // The compiled code
- {{{ SCRIPT_CODE }}}
-
// Test code
function simulateKeyEvent(keyCode) {
var event = document.createEvent("KeyboardEvent");
@@ -50,6 +47,9 @@
}, 0);
}
addEventListener("load", doTest, false);
+
+ // The compiled code
+ {{{ SCRIPT_CODE }}}
</script>
</body>
</html>