Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <html lang="en"> |
michael@0 | 3 | <head> |
michael@0 | 4 | <meta charset="utf-8"> |
michael@0 | 5 | <title>test rendering with decomposition (bug 772640)</title> |
michael@0 | 6 | <style type="text/css"> |
michael@0 | 7 | @font-face { |
michael@0 | 8 | font-family: test; |
michael@0 | 9 | src: url("../fonts/sil/Scheherazade-R 2012-07-03c.ttf"); |
michael@0 | 10 | } |
michael@0 | 11 | body { |
michael@0 | 12 | font-family: test; |
michael@0 | 13 | font-size: 40px; |
michael@0 | 14 | text-align: left; |
michael@0 | 15 | } |
michael@0 | 16 | </style> |
michael@0 | 17 | </head> |
michael@0 | 18 | <body> |
michael@0 | 19 | <div> |
michael@0 | 20 | <!-- with graphite enabled, this will display ThisIsGraphite to confirm it's working --> |
michael@0 | 21 | ThisIsNotGraphite:<br> |
michael@0 | 22 | <!-- U+0622 should render identically to U+0627,U+0653 --> |
michael@0 | 23 | RTL: <span dir="rtl">aآz</span><br> |
michael@0 | 24 | LTR: <span dir="ltr" style="unicode-bidi: bidi-override">aآz</span> |
michael@0 | 25 | </div> |
michael@0 | 26 | </body> |
michael@0 | 27 | </html> |