1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bidi/613149-1a.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 + <head> 1.7 + <meta charset="UTF-8"> 1.8 + <title>Bidi isolation - bdi element</title> 1.9 + <!-- Examples from http://www.w3.org/International/docs/html-bidi-requirements/#bidi-isolation --> 1.10 + <style type="text/css">body { font-family: monospace; }</style> 1.11 + </head> 1.12 + <body> 1.13 + <p><bdi>פיצה זהב 24 קאראט</bdi> - 3 reviews</p> 1.14 + <p>מסעדה ראשונה: <bdi dir="ltr">Joe's פלאפל Bar</bdi> - 5 תגובות</p> 1.15 + <p>מסעדה ראשונה: <bdi dir="ltr"><bdo dir="rtl">raB פלאפל s'eoJ</bdo></bdi> - 5 תגובות</p> 1.16 + <p dir="rtl" align="left">תשתמש ב-css (<bdi dir="ltr">position: relative</bdi>).</p> 1.17 + <p>documents > <bdi dir="rtl">הרומן הראשון שלי</bdi> > <bdi dir="rtl">פרק 1</bdi></p> 1.18 + <p><bdi>joe hacker‮</bdi>: overdrawn</p> 1.19 + </body> 1.20 +</html>