Sign in
webkit
/
WebKit
/
5ee61c06e54d41c4ffb65d69f6b4605c35afb105
/
.
/
LayoutTests
/
fast
/
css
/
zoom-inside-link.html
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>