diff options
Diffstat (limited to 'layout/reftests/bugs/308406-2-ref.html')
-rw-r--r-- | layout/reftests/bugs/308406-2-ref.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/bugs/308406-2-ref.html b/layout/reftests/bugs/308406-2-ref.html new file mode 100644 index 0000000000..307e9d6655 --- /dev/null +++ b/layout/reftests/bugs/308406-2-ref.html @@ -0,0 +1,13 @@ +<html> +<body> +<table> + <tbody style="height:200px; overflow:auto;"> + <tr> + <td>Value </td> + <td>Value </td> + <td>Value </td> + </tr> + </tbody> +</table> +</body> +</html> |