Sign in
webkit
/
WebKit
/
000a985cc582d9d77ca643860a7536440fb731b1
/
.
/
LayoutTests
/
fast
/
text-autosizing
/
mac
/
text-size-adjust-text-zoom-expected.html
blob: 9633542a886eeea89088d136f4d2056ace05db00 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<script>
if
(
window
.
internals
)
internals
.
setPageZoomFactor
(
2
);
</script>
</head>
<body>
<p>
When text autosizing is disabled, the size of this text should increase when using page zoom
</p>
</body>
</html>