Sign in
webkit
/
WebKit
/
f6a2db0b6ffa1cbc502926e8c3265b2be2346307
/
.
/
LayoutTests
/
fast
/
text
/
variable-system-font-expected-mismatch.html
blob: 2d3ae51ae4ffd12962b409dd3ad670b3aa8d33fc [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
div
{
font
:
400
48px
system-ui
;
}
</style>
</head>
<body>
<div>
Hello test
</div>
</body>
</html>