<!DOCTYPE html>
<html>
<body>
<div>visible text</div>
<div style="height: 1000px; width: 1000px; background-color: blue"></div>
<div style="white-space:nowrap;">hidden from viewport</div>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<div>visible text</div>
<div style="height: 1000px; width: 1000px; background-color: blue"></div>
<div style="white-space:nowrap;">hidden from viewport</div>
</body>
</html>