<!DOCTYPEhtml>
<meta charset=utf-8>
<title>Test for making sure named getters don't override the unforgeable location on HTMLDocument
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id="log"></div>
<img name="location">
<script>
/* global test, assert_equals */
test(function() {
assert_equals(document.location, window.location, 'The should not override the location getter');
}, "document.location is the right thing");
test(function() { var doc = new DOMParser().parseFromString("", "text/html");
assert_equals(doc.location, null, 'The should not override the location getter on a data document');
}, "document.location is the right thing on non-rendered document");
</script>
Messung V0.5
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet)
¤
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.