https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 18d62b4630ebee35902bc8896fa1271bcbf8ace9 authored by ffxbld on 18 September 2014, 02:19:48 UTC
Added FIREFOX_32_0_2_RELEASE FIREFOX_32_0_2_BUILD1 tag(s) for changeset 9dcc4d60ede2. DONTBUILD CLOSED TREE a=release
Tip revision: 18d62b4
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