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

15 lines
206 B
HTML

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