masked.html 359 B

12345678910111213141516171819202122
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Correctly masked page</title>
  6. <style>
  7. .box {
  8. position: relative;
  9. width: 420px;
  10. height: 420px;
  11. }
  12. </style>
  13. </head>
  14. <body>
  15. <div class="box" style="background-color: black;">
  16. </div>
  17. <div class="box" style="background-color: white;">
  18. </div>
  19. </body>
  20. </html>