Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
WebKitCocoa
/
ImmediateFont.html
blob: 4aadc355892f4e04bd2b078a3793a4e41ff6376a [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div
style
=
"
font-size
:
48px
;
"
>
<div><span
id
=
"target"
>
Hello
</span></div>
<div><span
id
=
"reference"
style
=
"
font-family
:
'Helvetica'
;
"
>
Hello
</span></div>
</div>
</body>
</html>