diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-writing-modes/replaced-content-image-004.html')
-rw-r--r-- | testing/web-platform/tests/css/css-writing-modes/replaced-content-image-004.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-writing-modes/replaced-content-image-004.html b/testing/web-platform/tests/css/css-writing-modes/replaced-content-image-004.html new file mode 100644 index 0000000000..61705d3d15 --- /dev/null +++ b/testing/web-platform/tests/css/css-writing-modes/replaced-content-image-004.html @@ -0,0 +1,7 @@ +<!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> |