blob: 508ef2cef95727e2e8ce89333a5466923cabdc12 [file] [log] [blame]
<!DOCTYPE html>
<script src="../../resources/js-test-pre.js"></script>
<script>
document.all.customProperty = 42;
gc();
shouldBe('document.all.customProperty', '42');
</script>
<script src="../../resources/js-test-post.js"></script>