Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
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>