haikuwebkit/LayoutTests/fast/text/variable-system-font-2-expe...

14 lines
138 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
div {
font: 300 48px system-ui;
}
</style>
</head>
<body>
<div>Hello test</div>
</body>
</html>