mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-18 17:12:54 +00:00
7 lines
171 B
HTML
7 lines
171 B
HTML
<!DOCTYPE html>
|
|
<script src="../include.js"></script>
|
|
<script>
|
|
test(() => {
|
|
println(`Browser is running headlessly: ${internals.headless}`);
|
|
});
|
|
</script>
|