Newer
Older
minerva / Tests / LibWeb / Text / input / XHTML / script-execution.xhtml
@minerva minerva on 13 Jul 174 bytes Initial commit
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<script src="../include.js"></script>
<script>
    test(() => {
        println("PASS");
    });
</script>
</body>
</html>