Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
fast
/
dom
/
htmlallcollection-reachable.html
blob: 1e54fd2613ecb58a5544a16db42d4a32b69db039 [
file
]
<!DOCTYPE html>
<script
src
=
"../js/resources/js-test-pre.js"
></script>
<script>
document
.
all
.
customProperty
=
42
;
gc
();
shouldBe
(
'document.all.customProperty'
,
'42'
);
</script>
<script
src
=
"../js/resources/js-test-post.js"
></script>