blob: b455f9d484d5b7a89579e8d249cde7fa154d5d7a [file] [log] [blame]
<html>
<import src="../resources/dump-as-text.sky" />
<import src="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>