Sign in
webkit
/
WebKit
/
d3fdb4cf562f20044404c4eecc48b193fcc4521c
/
.
/
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>