blob: 3ff0bffa773f63c41ee36db9ba3f1ec490f2b66f [file] [log] [blame]
<!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>