1
0
Fork 0
firefox/testing/web-platform/tests/css/css-writing-modes/replaced-content-image-004.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

7 lines
432 B
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>