Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
649a8de61dc0d0646a4d142a39ed6cc436ac892e
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
WebKitCocoa
/
ImmediateFont.html
blob: 4aadc355892f4e04bd2b078a3793a4e41ff6376a [
file
] [
log
] [
blame
]
<!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>