Add column crashtests.

This commit is contained in:
jruderman@hmc.edu 2007-12-14 23:26:42 -08:00
parent 91a2b7dd14
commit fa9667012b
5 changed files with 101 additions and 0 deletions

View File

@ -0,0 +1,23 @@
<!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>

View File

@ -0,0 +1,48 @@
<html>
<head>
<style type="text/css">
/*<![CDATA[*/
body {
font-size: 62.5%; /* Resets 1em to 10px */
}
#content { font-size: 1.2em; }
.entry p { font-size: 1.05em; }
.entry {
-moz-column-width: 25em;
-moz-column-gap: 3em;
}
.entry img {
float: left;
margin: 3px 10px;
}
.alt {
padding: 10px;
}
#content {
margin-left: 20px;
margin-right: 260px;
padding: 0 17px 20px 17px;
}
/*]]>*/
</style>
</head>
<body>
<div id="content" class="entry">
<img width="222" height="164">
<p class="alt">
, .You can follow any responses the
</p>
</div>
</body>
</html>

View File

@ -0,0 +1,22 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<style type="text/css">
.entry {
-moz-column-width: 25em;
-moz-column-gap: 3em;
}
</style>
</script>
</head>
<body><div class="entry">
<p>Edit: Wow, quick response there! Thanks for the pointers guys, looks like the dbginfo
packages are there, just take a bit to get to. I had installed the dbg packages (or at
least some of them, the ones that I saw with apt-cache search dbg that were relevant), but
there wasn&#8217;t coverage for some packages &#8212; in particular the x server. I&#8217;m
going to try Travis&#8217;s suggestion, thanks!</p>
</div>
</body>
</html>

View File

@ -0,0 +1,4 @@
<div class="entry" style="margin-right: 260px; padding: 0 17px; -moz-column-width: 25em; -moz-column-gap: 3em">
<img width="222" style="float: left; margin: 3px 10px;">
<p style="padding: 10px; font-size: 1.05em;">ABCDEF GHI JKLMNOPQR</p>
</div>

View File

@ -3,5 +3,9 @@ load 385295-1.xhtml
load 385414-1.html load 385414-1.html
load 385414-2.html load 385414-2.html
load 386807-1.html load 386807-1.html
load 386812-1.html
load 388175-1.html load 388175-1.html
load 390050-1.html
load 390050-2.html
load 390050-3.html
load 404204-1.html load 404204-1.html