Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
dom
/
htmlallcollection-reachable.html
blob: 508ef2cef95727e2e8ce89333a5466923cabdc12 [
file
] [
edit
]
<!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>