https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 4ba88e8460725e9b142308594a877ff9b0619d1d authored by ffxbld on 09 October 2012, 21:24:27 UTC
Added FIREFOX_17_0b1_RELEASE FIREFOX_17_0b1_BUILD1 tag(s) for changeset 20e73f5b19c3. DONTBUILD CLOSED TREE a=release
Tip revision: 4ba88e8
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