diff options
Diffstat (limited to 'layout/tables/crashtests/403579-1.html')
-rw-r--r-- | layout/tables/crashtests/403579-1.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/tables/crashtests/403579-1.html b/layout/tables/crashtests/403579-1.html new file mode 100644 index 0000000000..6e22332821 --- /dev/null +++ b/layout/tables/crashtests/403579-1.html @@ -0,0 +1,12 @@ +<html> +<head> +</head> +<body> +<table border="1"> +<tr> +<td>x<div style="margin: 0 100%;"></div></td> +<td width="8%">y</td> +</tr> +</table> +</body> +</html> |