overflow-img-object-position-ref.html (425B)
1 <!doctype html> 2 <meta charset="utf-8"> 3 <title>Verifies overflow applies to img elements</title> 4 <link rel="help" href="https://drafts.csswg.org/css-overflow/#propdef-overflow"> 5 <link rel="author" title="Khushal Sagar" href="mailto:khushalsagar@chromium.org"> 6 <style> 7 img { 8 position: relative; 9 top: 50px; 10 left: 25px; 11 } 12 </style> 13 <body> 14 <img src="../css-images/support/exif-orientation-6-ru.jpg"></img> 15 </body>