chromium/third_party/blink/web_tests/fast/borders/border-width-below-1-expected.html

<!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>