Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-images/image-orientation/image-orientation-iframe.html - WPT Dashboard Interop Dashboard
<!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:cam@mcc.id.au">
<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>