| Index: LayoutTests/fast/text/international/zerowidthjoiner-expected.html
|
| diff --git a/LayoutTests/fast/text/international/zerowidthjoiner-expected.html b/LayoutTests/fast/text/international/zerowidthjoiner-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..082c8c97ad91cecfe5b5a89d5a2384a667c8343c
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/text/international/zerowidthjoiner-expected.html
|
| @@ -0,0 +1,25 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <head>
|
| + <style>
|
| + h1 { font-size: 24px; }
|
| + td, div { font-size: 48px; }
|
| + </style>
|
| + </head>
|
| + <body>
|
| + <h1>
|
| + The last two rows below should be identical.
|
| + </h1>
|
| + <table dir="rtl">
|
| + <tr><th>isolated</th><th>initial</th><th>medial</th><th>final</th></tr>
|
| + <tr><td>ع</td><td>ﻋ</td><td>ﻌ</td><td>ﻊ</td></tr>
|
| + <tr><td>ع</td><td>ﻋ</td><td>ﻌ</td><td>ﻊ</td></tr>
|
| + </table>
|
| +
|
| + <h1>
|
| + The two lines below should be identical.
|
| + </h1>
|
| + <div dir="rtl">ععع</div>
|
| + <div dir="rtl">ععع</div>
|
| + </body>
|
| +</html>
|
|
|