Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
LayoutTests
/
fast
/
css
/
zoom-inside-link-expected.html
blob: bee072eed30bfbece4f1d6c40ed6a84932cede32 [
file
] [
log
] [
blame
]
<!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>