Newer
Older
minerva / Tests / LibWeb / Text / input / global-performance-property.html
@minerva minerva on 13 Jul 220 bytes Initial commit
<script src="include.js"></script>
<script>
    test(() => {
        // Test passes if this script does not throw an exception.
        performance;
        performance = null;
        println("PASS");
    });
</script>