1
0
Fork 0
firefox/testing/web-platform/tests/css/css-fonts/test-synthetic-bold-notref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

18 lines
592 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>CSS Test: Test for synthetic bold rendering</title>
<style type="text/css">
div {
font-size: 36px;
font-family: "CSSTest Verify";
}
</style>
</head>
<body>
<div><a href="http://www.w3.org/Style/CSS/Test/Fonts/">Test fonts</a> must be installed for this test: PASS</div>
<p>Browser supports synthetic bolding if PASS appears on both lines and the second line appears bolder:</p>
<div>PASS</div>
<div>PASS</div>
</body>
</html>