1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/table-width/cellspacing-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html> 1.6 +<head> 1.7 +<title>cellspacing</title> 1.8 +</head> 1.9 +<body> 1.10 + 1.11 +<!-- compare to CSS border-spacing --> 1.12 +<table border style="padding: 0; border-spacing: 7px"><tr><td>This is some text.</td></tr></table> 1.13 +<table border style="padding: 0; border-spacing: 10px 7px"><tr><td>This is some text.</td></tr></table> 1.14 + 1.15 +<!-- drop borders and ensure that we get the right amount of space --> 1.16 + 1.17 +<div style="border: medium solid; margin: 1em 0; float: left; clear: left;padding: 8px">This is some text.</div> 1.18 + 1.19 +<div style="border: medium solid; margin: 1em 0; float: left; clear: left; padding: 3px 5px 7px 9px">This is some text.</div> 1.20 + 1.21 +</body> 1.22 +</html>