inspector-eyedropper.html (330B)
1 <html> 2 <head> 3 <meta charset="UTF-8"> 4 <title>Inspector Eyedropper tests</title> 5 <style> 6 html { 7 background: black; 8 } 9 </style> 10 <script type="text/javascript"> 11 "use strict"; 12 13 window.onload = function() { 14 window.opener.postMessage("ready", "*"); 15 }; 16 </script> 17 </head> 18 </body> 19 </body> 20 </html>