Status: PASS | Duration: 5ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-writing-modes/replaced-content-image-004.html
<!DOCTYPE html> <title>Checks the natural-size of the image is in the correct orientation.</title> <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1204409"> <link rel="match" href="replaced-content-image-004-ref.html"> <div style="writing-mode: vertical-rl;"> <img src="support/blue-200x100.png" width="200" height="100" style="width: auto; height: auto; max-width: 100px; max-height: 100px;"> </div>
/css/css-writing-modes/replaced-content-image-004-ref.html
<!DOCTYPE html> <div style="width: 100px; height: 50px; background: blue;"></div>