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