gecko-dev/layout/reftests/font-face/woff2-totalsfntsize-ref.html
Frédéric Wang feb1b8a1f3 Bug 1305944 - Update OTS to version 5.1.0. r=jfkthame
--HG--
extra : rebase_source : 37fea2d4cf91be8c887bbc55add05621bb07a1e1
2016-09-28 04:05:00 -04:00

30 lines
554 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "webfont";
src: url("../fonts/header-totalsfntsize-001.ttf") format("truetype");
}
#container {
width: 100px;
height: 38px;
position: relative;
overflow: hidden;
}
#test {
font: 41px "webfont";
position: absolute;
width: 41px;
height: 41px;
left: -1px;
top: -1px;
}
</style>
</head>
<body>
This test makes sure WOFF2 renders as expected. The test passes if you see the word PASS below.
<div id="container"><div id="test">P</div></div>
</body>
</html>