blob: 181e1917a1edcb5483e8b12dd154808b16d916b9 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
div {
zoom: 0.5;
width: 148px;
}
span {
width: 70px;
display: inline-block;
background-color: lime;
padding: 2.0px;
}
</style>
<body>
<div>
<span>Shouldn't</span><span>wrap</span>
</div>
The border width should be 2px, reported as: 2px
</body>
</html>