943516.html (346B)
1 <!-- 2 Any copyright is dedicated to the Public Domain. 3 http://creativecommons.org/publicdomain/zero/1.0/ 4 --> 5 <!DOCTYPE html> 6 <script> 7 // Using a DOM bindings object as a weak map key should not crash when attempting to 8 // call the preserve wrapper callback. 9 new Worker("data:text/javascript;charset=UTF-8,(new WeakMap()).set(self, 0);") 10 </script>