diff options
Diffstat (limited to 'layout/reftests/bugs/379361-2-ref.html')
-rw-r--r-- | layout/reftests/bugs/379361-2-ref.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/bugs/379361-2-ref.html b/layout/reftests/bugs/379361-2-ref.html new file mode 100644 index 0000000000..f5ec5a0372 --- /dev/null +++ b/layout/reftests/bugs/379361-2-ref.html @@ -0,0 +1,16 @@ +<html> +<body> + +<table width="500px" cellspacing="0" cellpadding="0"> + <tr> + <td style="width: 300px; background: lightgreen">This text should be on one line</td> + <td style="width: 200px; background: yellow">Cell A</td> + </tr> + + <tr> + <td style="width: 100px; background: lightblue" colspan="2">Cell B</td> + </tr> +</table> + +</body> +</html> |