Sign in
webkit
/
WebKit
/
d3fdb4cf562f20044404c4eecc48b193fcc4521c
/
.
/
LayoutTests
/
fast
/
text
/
text-styles
/
small-caption.html
blob: 3efd20efd690d26672f41d759229e3a027971d3a [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div
style
=
"
transform
:
scale
(
5
);
transform-origin
:
left top
;
"
>
<div
style
=
"
font
:
small-caption
;
"
>
Hello, World
</div>
</div>
</body>
</html>