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