jruderman%hmc.edu ad747d2218 Add column crashtests.
git-svn-id: svn://10.0.0.236/trunk@241341 18797224-902f-48f8-a5cc-f745e15eee43
2007-12-15 07:26:42 +00:00

24 lines
366 B
HTML

<!DOCTYPE html>
<html>
<head>
<script>
function boom() {
document.body.style.textIndent = "0%";
}
</script>
<style>
body { float: left; }
.c { padding-left: 60%; padding-right: 60%; white-space: pre; }
.f { float: left; height: 2em; }
</style>
</head>
<body onload="boom()">
<div class="c"> <div class="f">a</div>
<div class="f">b</div></div>
</body>
</html>