blob: 78cb0332cdddb4fb11ad977f11c0130bb164103f (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html class="reftest-wait"><head>
<meta name="viewport" content="width=device-width">
<style> html { direction: rtl; } </style>
</head>
<body onload="scrollTo(-450,8000); document.documentElement.classList.remove('reftest-wait')">
<div style="width: 9000px; height: 20000px; background: white;"></div>
</body>
</html>
|