Mypal/layout/base/crashtests/337419-1.html

24 lines
321 B
HTML

<html>
<head>
<style>
#container {
-moz-column-count: 3;
}
#right {
float: right;
overflow: hidden;
}
</style>
<link rel="alternate" type="application/atom+xml" title="Atom" href="http://weblogs.mozillazine.org/roc/atom.xml" />
</head>
<body>
<div id="container">X<div id="right"></div></div>
</body>
</html>