Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
text
/
text-styles
/
-webkit-small-control.html
blob: 7877cc9a433343bc4d6a97c54d9b886939a17c5c [
file
] [
edit
]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div
style
=
"
transform
:
scale
(
5
);
transform-origin
:
left top
;
"
>
<div
style
=
"
font
:
-webkit-small-control
;
"
>
Hello, World
</div>
</div>
</body>
</html>