<!DOCTYPE html>
<script src="include.js"></script>
<script>
test(() => {
// Test passes if this script does not throw an exception.
performance;
performance = null;
println("PASS");
});
</script>