Sign in
webkit
/
WebKit
/
e77cf655aa99024abb12bad4d3b2831532a4b908
/
.
/
LayoutTests
/
fast
/
dom
/
htmlallcollection-reachable.html
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>