https://github.com/mozilla/gecko-dev
Raw File
Tip revision: e7690df34aefe58b60dd99b472dd2ea32f9c0ecf authored by seabld on 26 September 2012, 13:47:54 UTC
Added tag SEAMONKEY_2_13b5_RELEASE for changeset FIREFOX_16_0b5_BUILD1. CLOSED TREE a=release
Tip revision: e7690df
defaultjapanese-bolditalic.html
<!DOCTYPE HTML><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
body { margin: 50px; font-size: 72pt; }
#test { font-weight: bold; font-style: italic; }
</style>
</head>
<body><p id="test">魅力的な人</p></body>
</html>
back to top