mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
8 lines
171 B
HTML
8 lines
171 B
HTML
<!DOCTYPE html>
|
|
<script src="../include.js"></script>
|
|
<script>
|
|
test(() => {
|
|
println(`Browser is running headlessly: ${internals.headless}`);
|
|
});
|
|
</script>
|