Sign in
webkit
/
WebKit
/
724fefcbdce1bc88131aa67ad1a23c24184a269c
/
.
/
LayoutTests
/
fast
/
text
/
text-styles
/
-webkit-small-control.html
blob: 7877cc9a433343bc4d6a97c54d9b886939a17c5c [
file
] [
log
] [
blame
]
<!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>