wpt / css / css-images / image-orientation / image-orientation-none-cross-origin-border-image.sub.html

Status: PASS | Duration: 5ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/css/css-images/image-orientation/image-orientation-none-cross-origin-border-image.sub.html

<!doctype html>
<title>CSS Images Module Level 3: image-orientation: none / cross-origin / border-image</title>
<meta name="fuzzy" content="maxDifference=0-2; totalPixels=0-120">
<link rel="match" href="reference/image-orientation-none-cross-origin-border-image-ref.html">
<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/5165">
<style>
  #target {
    width: 100px;
    height: 50px;
    border-width: 20px;
    border-image: url("http://{{hosts[][]}}:{{ports[http][1]}}/css/css-images/image-orientation/support/exif-orientation-6-ru.jpg") 20 fill repeat;
    image-orientation: none;
  }
</style>
<div id="target"></div>

/css/css-images/image-orientation/reference/image-orientation-none-cross-origin-border-image-ref.html

<!doctype html>
<title>CSS Images Module Level 3: image-orientation: none / border-image (reference)</title>
<style>
  #target {
    width: 100px;
    height: 50px;
    border-width: 20px;
    border-image: url("../support/exif-orientation-6-ru-pre-rotated.jpg") 20 fill repeat;
  }
</style>
<div id="target"></div>