<!doctype html>
<html>
<head>
<title>Test that numbers in border-image-width are rendered correctly</title>
<style>
.ref {
background: url(../css/resources/greenbox-100px.png);
width: 140px;
height: 140px;
}
</style>
</head>
<body>
<div class="ref"></div>
<p>There should be a green box above.</p>
</body>
</html>