bug 689736 - reftest for mirroring of parentheses within Hebrew text. r=smontagu

This commit is contained in:
Jonathan Kew 2011-10-06 10:38:22 +01:00
parent 30a8dba085
commit b3ff1c0b1d
3 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<!DOCTYPE html>
<head>
<title>Test for mirroring parentheses in Hebrew text</title>
</head>
<body>
<p dir="rtl"><span style="unicode-bidi:bidi-override; direction:ltr;">&#x05d2;(&#x05d1;)&#x05d0;</span></p>
</body>
</html>

View File

@ -0,0 +1,9 @@
<!DOCTYPE html>
<head>
<title>Test for mirroring parentheses in Hebrew text</title>
</head>
<body>
<p dir="rtl">&#x05d0;(&#x05d1;)&#x05d2;</p>
</body>
</html>

View File

@ -21,6 +21,7 @@ random-if(layersGPUAccelerated) == logicalmarquee.html marquee-ref.html
== mirroring-01.html mirroring-01-ref.html
# quote marks are not supposed to mirror, but Unicode 5.0 said they should, so some systems do it
random-if(cocoaWidget) == mirroring-02.html mirroring-02-ref.html
== mirroring-03.html mirroring-03-ref.html
== mixedChartype-00.html mixedChartype-00-ref.html
== mixedChartype-00-j.html mixedChartype-00-ref.html
== mixedChartype-01.html mixedChartype-01-ref.html