click_too_big.html 211 B

12345678910
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <a id="click" href="clicks.html" target="_parent">
  5. <div style="width: 10001px; height: 10001px; background-color: green;">
  6. &nbsp; &nbsp; &nbsp;
  7. </div>
  8. </a>
  9. </body>
  10. </html>