<!doctypehtml>
<title>Shadow DOM v0 features should NOT be present</title>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<script>
test(() => {
assert_false('createShadowRoot' in Element.prototype)
}, 'element.createShadowRoot should not exist')
test(() => {
assert_false('getDestinationInsertionPoints' in Element.prototype)
}, 'element.getDestinationInsertionPoints should not exist')
test(() => {
assert_false('getDestinationInsertionPoints' in Text.prototype)
}, 'text.getDestinationInsertionPoints should not exist')
test(() => {
assert_false('path' in Event.prototype)
}, 'event.path should not exist')
test(() => {
assert_false('HTMLContentElement' in window)
}, 'HTMLContentElement should not exist')
</script>
Messung V0.5
¤ Dauer der Verarbeitung: 0.9 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.