<meta charset="utf8"> | |
<style> | |
div { | |
direction: rtl; | |
font-size: 10px; | |
font-family: Monospace; | |
color: green; | |
} | |
img { | |
color: blue; | |
height: 200px; | |
width: 400px; | |
} | |
</style> | |
PASS if the blue text ordering matches the green one. | |
<div>end כאשר העולם רוצה לדבר start<br><img alt="start כאשר העולם רוצה לדבר end"></div> |