mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 689736 - reftest for mirroring of parentheses within Hebrew text. r=smontagu
This commit is contained in:
parent
30a8dba085
commit
b3ff1c0b1d
9
layout/reftests/bidi/mirroring-03-ref.html
Normal file
9
layout/reftests/bidi/mirroring-03-ref.html
Normal 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;">ג(ב)א</span></p>
|
||||
</body>
|
||||
</html>
|
||||
|
9
layout/reftests/bidi/mirroring-03.html
Normal file
9
layout/reftests/bidi/mirroring-03.html
Normal file
@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Test for mirroring parentheses in Hebrew text</title>
|
||||
</head>
|
||||
<body>
|
||||
<p dir="rtl">א(ב)ג</p>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user