https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 44902a89c114d404a493309f907e5c0f526746bd authored by ffxbld on 08 January 2013, 21:14:56 UTC
Added FIREFOX_19_0b1_RELEASE FIREFOX_19_0b1_BUILD2 tag(s) for changeset d32e8e2768c0. DONTBUILD CLOSED TREE a=release
Tip revision: 44902a8
synthetic-style-2.html
<!DOCTYPE HTML>
<html>
<head>
<title>Synthetic bold should not use true bold face</title>
<!-- see bug 724231 -->
<style type="text/css">
@font-face {
  font-family: test;
  src: local(Times New Roman), local(Times), local(DejaVu Serif), local(FreeSerif), local(Droid Serif);
}
body {
  font-family: test, sans-serif;
}
</style>
</head>
<body>
<p><b>Synthetic bold</b> should <b>not</b> use the true bold face.
</body>
</html>
back to top