Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
text
/
variable-system-font-expected-mismatch.html
blob: 2d3ae51ae4ffd12962b409dd3ad670b3aa8d33fc [
file
] [
edit
]
<!DOCTYPE html>
<html>
<head>
<style>
div
{
font
:
400
48px
system-ui
;
}
</style>
</head>
<body>
<div>
Hello test
</div>
</body>
</html>