https://github.com/mozilla/gecko-dev
Raw File
Tip revision: e031440b1a1c7900f862a6c7e8cdba52185deb67 authored by Rail Aliiev on 13 February 2013, 19:35:18 UTC
Bug 840848 - Update the gonk snapshot for b2g v1.0.0. r=hwine, a=akeybl
Tip revision: e031440
synthetic-style-1-notref.html
<!DOCTYPE HTML>
<html>
<head>
<title>Synthetic italic should not use true italic face</title>
<!-- see bug 724231 -->
<style type="text/css">
body {
  font-family: "Times New Roman", "Times", "DejaVu Serif", "FreeSerif", "Droid Serif", sans-serif;
}
</style>
</head>
<body>
<p><i>Synthetic italics</i> should <i>not</i> use the true italic face.
</body>
</html>
back to top