mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 12:23:08 +09:00
8 lines
169 B
HTML
8 lines
169 B
HTML
<!-- This test needs to be in quirks mode -->
|
|
<body>
|
|
<div>
|
|
<table style="color: green">
|
|
<tr><td>This should be green</td></tr>
|
|
</table>
|
|
</div>
|
|
</body>
|