mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
8 lines
100 B
JavaScript
8 lines
100 B
JavaScript
load("test-common.js");
|
|
|
|
try {
|
|
assert(Math.sqrt(9) === 3);
|
|
console.log("PASS");
|
|
} catch {
|
|
}
|