diff options
Diffstat (limited to 'layout/reftests/position-relative/1409114-1.html')
-rw-r--r-- | layout/reftests/position-relative/1409114-1.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/position-relative/1409114-1.html b/layout/reftests/position-relative/1409114-1.html new file mode 100644 index 000000000..1b984ab0c --- /dev/null +++ b/layout/reftests/position-relative/1409114-1.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> +<body> +<table> + <col style="background:green"> + <tr> + <td style="position:relative; left:-100px; width:20px; height:20px"></td> + </tr> +</table> +</body> +</html>
\ No newline at end of file |