mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
6 lines
220 B
HTML
6 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>
|