diff options
Diffstat (limited to 'layout/reftests/bugs/368504-6-ref.html')
-rw-r--r-- | layout/reftests/bugs/368504-6-ref.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/bugs/368504-6-ref.html b/layout/reftests/bugs/368504-6-ref.html new file mode 100644 index 0000000000..f63c687c17 --- /dev/null +++ b/layout/reftests/bugs/368504-6-ref.html @@ -0,0 +1,16 @@ +<html> +<body> + xxx + <table style="width: 600px" cellspacing=0 cellpadding=0> + <tr> + <td style="background: lightgreen" colspan=2>x x x x x x x x x x x x </td> + <td style="background: gray">xxx</td> + </tr> + <tr> + <td style="background: orange" >xxx</td> + <td style="background: lightblue">xxx</td> + <td style="background: yellow" >xxx</td> + </tr> + </table> +</body> +</html> |