blob: 2346ef1c14ef389e199bcf1098357c4800802fb9 [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>Test non-integer border-image-width</title>
<style>
.test {
border-style: solid;
border-width: 1.9px;
border-color: green;
width: 98px;
height: 98px;
}
</style>
</head>
<body>
<p>
Test that border-image-width is rounded/truncated in the same
way as border-width. There should be a green border around a
100x100 square below.
</p>
<div class="test"></div>
</body>
</html>