diff options
Diffstat (limited to 'layout/tables/crashtests/331344-1.html')
-rw-r--r-- | layout/tables/crashtests/331344-1.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/tables/crashtests/331344-1.html b/layout/tables/crashtests/331344-1.html new file mode 100644 index 000000000..0a4b9048a --- /dev/null +++ b/layout/tables/crashtests/331344-1.html @@ -0,0 +1,11 @@ +<html> + +<body> + <div style="direction: rtl;"> + <table>
<tr>
<td colspan="3">A</td>
</tr>
+ <tr style="visibility: collapse;">
<td>B</td>
</tr> + </table> + </div> +</body> + +</html>
\ No newline at end of file |