about summary refs log blame commit diff stats
path: root/test/js/template.html
blob: 33bbdc345925b339e0b25050e21b7b428ca52c42 (plain) (tree)
1
2
3
4
5
6
7
8







                                                     
<!doctype html>
<title>Test template</title>
<div id=x>Fail</div>
<script src=asserts.js></script>
<script>
assert(true);
document.getElementById("x").textContent = "Success";
</script>