Bug 1155863 - Temporarily disable tests that involve table elements within vertical writing mode (not yet supported). r=heycam

This commit is contained in:
Jonathan Kew 2015-04-20 09:36:57 +01:00
parent e0d0ef21b5
commit a2bf75b377
4 changed files with 8 additions and 0 deletions

View File

@ -23,9 +23,11 @@ caption { margin: 0; }
<caption align=left>Caption</caption>
</table>
</div>
<!-- disabled because tables are not yet vertical-aware; bug 1077521
<div class=v-rl>
<table align=center>
<td>Table that is bigger than its caption</td>
<caption align=left>Caption</caption>
</table>
</div>
-->

View File

@ -19,9 +19,11 @@ caption { border: 1px solid orange; display: block; width: 100px; height: 100px;
<caption align=right>Caption</caption>
</table>
</div>
<!-- disabled because tables are not yet vertical-aware; bug 1077521
<div class=v-rl>
<table align=center>
<td>Table that is bigger than its caption</td>
<caption align=right>Caption</caption>
</table>
</div>
-->

View File

@ -23,9 +23,11 @@ caption { margin: 0; }
<caption>Caption</caption>
</table>
</div>
<!-- disabled because tables are not yet vertical-aware; bug 1077521
<div class=v-rl>
<table align=center>
<td>Table that is bigger than its caption</td>
<caption>Caption</caption>
</table>
</div>
-->

View File

@ -19,9 +19,11 @@ caption { border: 1px solid orange; }
<caption>Caption</caption>
</table>
</div>
<!-- disabled because tables are not yet vertical-aware; bug 1077521
<div class=v-rl>
<table align=center>
<td>Table that is bigger than its caption</td>
<caption>Caption</caption>
</table>
</div>
-->