haikuwebkit/LayoutTests/fast/text/text-styles/-webkit-small-control.html

11 lines
192 B
HTML

<!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>