Status: PASS | Duration: 9ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-writing-modes/astral-bidi/cypriot.html
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Cypriot</title> <link href="support/cypriot.css" rel="stylesheet"> <link href="cypriot-ref.html" rel="match"> <link href="https://www.unicode.org/roadmaps/smp/" rel="help"> <link href="https://www.w3.org/TR/css-writing-modes/#bidi-algo" rel="help"> <meta name="assert" content="Lower astral RTL range is treated as RTL."> </head> <body> <p>ЁРаАЁРа░ЁРажЁРабЁРай</p> <p>U+10800 U+10830 U+10826 U+10821 U+10829</p> </body> </html>
/css/css-writing-modes/astral-bidi/cypriot-ref.html
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Cypriot</title> <link href="support/cypriot.css" rel="stylesheet"> </head> <body> <p><bdo dir="rtl">ЁРаАЁРа░ЁРажЁРабЁРай</bdo></p> <p>U+10800 U+10830 U+10826 U+10821 U+10829</p> </body> </html>