chromium/third_party/blink/web_tests/images/color-profile-border-image.html

<!DOCTYPE html>
<html>
<style>
  div {
    -webkit-border-image: url("resources/red-at-12-oclock-with-color-profile.jpg") 8 2 round;
    border-style: solid;
    height: 320px;
    width: 90%;
  }
</style>

<!-- The blue sector of the <div> background image should be at 12 o'clock. -->
<div></div>
</html>