jruderman%hmc.edu 9be9b13488 Add a crashtest
git-svn-id: svn://10.0.0.236/trunk@241514 18797224-902f-48f8-a5cc-f745e15eee43
2007-12-17 05:23:00 +00:00

16 lines
299 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body onload="document.getElementById('d').style.margin = '60%';">
<div style="display: table-caption;">
<div id="d" >
a
b
<span style="float: left;">c</span>
<span style="float: left;">d</span>
</div>
</div>
</body>
</html>