dom/html/reftests/573322-no-quirks-ref.html
author Tim Huang <tihuang@mozilla.com>
Wed, 16 Jul 2025 17:26:02 +0000 (4 hours ago)
changeset 796860 b48b65b15c8e8520f1eedcbd3aa29b2669fc3d20
parent 212357 8ccc36e1d05cb871a3e6a0632fb2e0c652a9d58d
permissions -rw-r--r--
Bug 1976834 - Add the SafeBrowsing V5 protobuf files. r=dimi Differential Revision: https://phabricator.services.mozilla.com/D257225
<!DOCTYPE html>
<style>
div { background: green; border: solid blue; width: 100px; height: 100px; }
</style>
<table border=1 width=50%>
<tr>
<td><div></div>left
</table>
<table border=1 width=50%>
<tr>
<td><div></div>justify
</table>
<table border=1 width=50%>
<tr>
<td style="text-align: -moz-right;"><div></div>right
</table>
<table border=1 width=50%>
<tr>
<td style="text-align: -moz-center;"><div></div>center
</table>
<table border=1 width=50%>
<tr>
<td style="text-align: -moz-center;"><div></div>middle
</table>
<table border=1 width=50%>
<tr>
<td style="text-align: center;"><div></div>absmiddle
</table>