chromium/third_party/blink/web_tests/external/wpt/css/css-images/image-orientation/image-orientation-iframe.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Images Module Level 3: image-orientation does not apply to iframe contents</title>
<link rel="author" title="Cameron McCormack" href="mailto:[email protected]">
<link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
<link rel="match" href="reference/image-orientation-iframe-ref.html">
<style>
.no-orient { image-orientation: none; }
</style>
<iframe src="support/exif-orientation-2-ur.jpg"></iframe>
<iframe src="support/exif-orientation-2-ur.jpg" class="no-orient"></iframe>