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>