mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-16 05:51:55 +00:00
10 lines
212 B
HTML
10 lines
212 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<link rel="stylesheet" href="style-sheet-with-byte-order-mark.css" />
|
|
</head>
|
|
<script src="../include.js"></script>
|
|
<script>
|
|
test(() => {
|
|
println("PASS");
|
|
});
|
|
</script>
|