Status: PASS | Duration: 7ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-images/image-orientation/image-orientation-list-style-image.html
<!DOCTYPE html> <meta charset="utf-8"> <title>CSS Images Module Level 3: image-orientation does apply to list-style-image</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-list-style-image-ref.html"> <meta name=fuzzy content="0-3;0-60"> <style> ul { margin-left: 100px; list-style-image: url(support/exif-orientation-2-ur.jpg); } .no-orient { image-orientation: none; } </style> <ul><li> </li></ul> <ul class="no-orient"><li> </li></ul>
/css/css-images/image-orientation/reference/image-orientation-list-style-image-ref.html
<!DOCTYPE html> <meta charset="utf-8"> <title>CSS Reference</title> <style> ul { margin-left: 100px; } .orient { list-style-image: url(../support/exif-orientation-2-ur-pre-rotated.jpg); } .no-orient { list-style-image: url(../support/exif-orientation-9-u.jpg); } </style> <ul class="orient"><li> </li></ul> <ul class="no-orient"><li> </li></ul>