mats.palmgren%bredband.net 0689b28c8c Temporarily forget the line container while calculating widths for next-in-flow children. b=477928 r+sr=roc a=dveditz
git-svn-id: svn://10.0.0.236/trunk@256337 18797224-902f-48f8-a5cc-f745e15eee43
2009-02-26 23:39:11 +00:00

19 lines
331 B
HTML

<!DOCTYPE html>
<html>
<head>
<script>
function boom()
{
document.getElementById("a").appendChild(document.createTextNode("\n"));
}
</script>
</head>
<body onload="boom();">
<div id="a" style="max-width: -moz-max-content; -moz-column-count: 2;"><span style="white-space: pre-line;"><span>
</span>
</span></div>
</body>
</html>