Sign in
webkit
/
WebKit
/
73d489c153bea24ba07ff63ba8b8ea61cc2bba7a
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
mac
/
JSContextBackForwardCache1.html
blob: f736a78900d7ee5b42d168da0b30d330e8de41da [
file
] [
log
] [
blame
]
<body>
<div
id
=
"test-div"
></div>
<script>
var
testDiv
=
document
.
getElementById
(
"test-div"
);
if
(!
testDiv
.
myCustomProperty
)
insertMyCustomProperty
(
testDiv
);
else
checkForMyCustomProperty
(
testDiv
);
</script>
</body>