mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-16 05:51:55 +00:00
12 lines
207 B
HTML
12 lines
207 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
@font-face {
|
|
unicode-range: U+??;
|
|
}
|
|
</style>
|
|
<script src="../include.js"></script>
|
|
<script>
|
|
test(() => {
|
|
println("PASS (didn't crash)");
|
|
});
|
|
</script>
|