mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-07 03:38:51 +02:00
6 lines
103 B
HTML
6 lines
103 B
HTML
<!doctype html>
|
|
<meta charset="utf-8">
|
|
<script>
|
|
if (self.crossOriginIsolated)
|
|
print();
|
|
</script>
|