blob: 9b7f9251f0af7c0e00a03bca842cc65fcca83671 [file] [log] [blame]
<html>
<link rel="import" href="../resources/dump-as-text.sky" />
<link rel="import" href="resources/document-register-fuzz.sky" as="fuzzer" />
<body>
<div id="container"></div>
Fuzzing document.registerElement() through getters. PASS unless crash.
<script>
fuzzer.setupObjectHooks({
prototypeGet: function() { },
prototypeSet: function(value) { },
constructorGet: function() { },
constructorSet: function(value) { }
});
fuzzer.exerciseDocumentRegister();
</script>
</body>
</html>