overflow-img-ref.html (341B)
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 <body> 7 <img src="../css-images/support/exif-orientation-6-ru.jpg"></img> 8 </body>