blob: 6d3330c3e39a5166e766ea7882184c9f84a80fdc [file] [log] [blame]
<!DOCTYPE html>
<title>CSS Snap Size: snap-width</title>
<link rel="author" title="Koji Ishii" href="kojiishi@gmail.com">
<style>
.test, .ref {
border: .4em blue solid;
font-family: Ahem;
font-size: 32px;
line-height: 1;
margin: .5em 0;
padding: .4em;
width: 20em;
}
</style>
<body>
<p class="instructions" style="display:none">Test passes if the top and the bottom boxes are the same,
including how they look and their horizontal positions.
<div class="test">XXXXXXXXXX XXXXXXXXX</div>
<div class="ref">XXXXXXXXXX XXXXXXXXX</div>
</body>