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