/** Test for Bug 874758 **/ Object.prototype.expandoProp = 5;
is({}.expandoProp, 5, "Should see this on random objects");
is(document.head.dataset.expandoProp, 5, "Should see this on dataset too");
is(document.documentElement.dataset.expandoProp, "xyz", "But if the dataset has it, we should get it from there");
</script>
</head>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=874758">Mozilla Bug 874758</a>
<p id="display"></p>
<div id="content"style="display: none">
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.