diff options
Diffstat (limited to 'layout/reftests/bugs/423823-1.html')
-rw-r--r-- | layout/reftests/bugs/423823-1.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/bugs/423823-1.html b/layout/reftests/bugs/423823-1.html new file mode 100644 index 0000000000..7e615b0172 --- /dev/null +++ b/layout/reftests/bugs/423823-1.html @@ -0,0 +1,16 @@ +<!DOCTYPE HTML> +<html> +<body> +<table cellspacing="0" cellpadding="0" style="width:200px;"> + <tbody style="height:100px; overflow:hidden;"> + <tr style="background:yellow;"><td><div style="height:200px;"></div> + </tbody> +</table> +<br> +<table cellspacing="0" cellpadding="0" style="width:200px;"> + <tbody style="height:100px; overflow:scroll;"> + <tr style="background:yellow;"><td><div style="height:200px;"></div> + </tbody> +</table> +</body> +</html> |