Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<meta charset="utf-8">
<title>cross-fade() respects orientation for cross-origin images even with image-orientation: none</title>
<link rel="match" href="cross-fade-cross-origin-orientation-ref.html">
<style>
.test {
width: 50px;
height: 100px;
image-orientation: none; /* Should be ignored for cross-origin images */
background-size: 100% 100%;
background-repeat: no-repeat;
}
</style>
<p>The image below should be rotated (50x100) because it is cross-origin, despite image-orientation: none.</p>
<div class="test"></div>