1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bidi/503957-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 +<!DOCTYPE html> 1.5 +<html dir="rtl"> 1.6 + <head> 1.7 + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 1.8 + <title>Test Page</title> 1.9 + <style type="text/css"> 1.10 + span { 1.11 + margin: 1em; 1.12 + } 1.13 + </style> 1.14 + </head> 1.15 + <body> 1.16 + <p> 1.17 + <span dir="rtl">אתר התוספות של Mozilla</span> 1.18 + <span dir="rtl">one</span> 1.19 + <span dir="rtl">two</span> 1.20 + <span dir="rtl">three</span> 1.21 + </p> 1.22 + </body> 1.23 +</html>