Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <meta charset="utf-8"> |
michael@0 | 5 | <title>Bug 769475 - test for italicized Arabic script in Arial</title> |
michael@0 | 6 | <style type="text/css"> |
michael@0 | 7 | body { |
michael@0 | 8 | font-family: arial, serif; |
michael@0 | 9 | font-size: 36px; |
michael@0 | 10 | line-height: 72px; |
michael@0 | 11 | } |
michael@0 | 12 | span { |
michael@0 | 13 | color: white; |
michael@0 | 14 | } |
michael@0 | 15 | </style> |
michael@0 | 16 | </head> |
michael@0 | 17 | <body lang="ar"> |
michael@0 | 18 | <!-- the white span should have the same width whether it's italicized or not, |
michael@0 | 19 | -- as Arial does not have Arabic characters in the italic face but we should |
michael@0 | 20 | -- apply synthetic italic to the regular face, NOT fall back to a different |
michael@0 | 21 | -- family from prefs. |
michael@0 | 22 | --> |
michael@0 | 23 | <div>العربي <span>العربي</span> العربي</div> |
michael@0 | 24 | </body> |
michael@0 | 25 | </html> |