masked-small.html (359B)
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: 220px; 10 height: 220px; 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>