diff options
Diffstat (limited to 'layout/reftests/bugs/1395650-1.html')
-rw-r--r-- | layout/reftests/bugs/1395650-1.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1395650-1.html b/layout/reftests/bugs/1395650-1.html new file mode 100644 index 0000000000..1ad68348b3 --- /dev/null +++ b/layout/reftests/bugs/1395650-1.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<table style="visibility: collapse"> + <tbody style="visibility: visible"> + <tr><td>This text should be visible</td></tr> + </tbody> +</table> |