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