mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
5 lines
220 B
HTML
5 lines
220 B
HTML
|
|
<!DOCTYPE HTML>
|
||
|
|
<style> html { tab-size: 0 } </style>
|
||
|
|
<script> getComputedStyle(document.documentElement, ""); </script>
|
||
|
|
<style> html { tab-size: inherit } </style>
|
||
|
|
<p>This document should NOT have a red background.</p>
|