chromium/third_party/blink/web_tests/fast/borders/border-image-width-numbers-expected.html

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