Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-writing-modes/replaced-content-image-004.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Checks the natural-size of the image is in the correct orientation.</title>
<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>