haikuwebkit/LayoutTests/fast/text/image-alt-text-bidi-2-expec...

11 lines
481 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
This test makes sure that RTL text is shaped correctly in image alt text. The test passes if you see this text below:
<div style="position: relative;"><div style="position: absolute; left: 2px; top: 2px; width: 196px; height: 80px; overflow: hidden;"><div style="display: inline-block; width: 200px; height: 200px; position: absolute; left: -0.5px; top: -1.5px;">یاexampleیا</div></div></div>
</body>
</html>