Status: PASS | Duration: 10ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/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:cam@mcc.id.au"> <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>
/css/css-images/image-orientation/reference/image-orientation-iframe-ref.html
<!DOCTYPE html> <meta charset="utf-8"> <title>CSS Reference</title> <iframe src="../support/exif-orientation-2-ur.jpg"></iframe> <iframe src="../support/exif-orientation-2-ur.jpg"></iframe>