haikuwebkit/LayoutTests/fast/css/zoom-inside-link-expected.html

13 lines
188 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
a, p { color: black; text-decoration: none; }
</style>
</head>
<body>
<p>This is unzoomed.</p>
<p style="zoom: 2">This is zoomed.</p>
</body>
</html>