Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!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">
<style>
#target {
width: 100px;
height: 50px;
border-width: 20px;
image-orientation: none;
}
</style>
<div id="target"></div>