ladybird/Tests/LibWeb/Text/input/global-performance-property.html
2025-03-20 11:50:49 +01:00

10 lines
236 B
HTML

<!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>