blob: 2d934af01db4be2ed0f321685476bf118c9c9f99 [file] [log] [blame]
<!DOCTYPE html>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<marquee></marquee>
<script>
var marquee = document.getElementsByTagName('marquee')[0];
test(function() {
assert_equals(marquee.shadowRoot, null);
}, 'Marquee shadow-root should not be accessible');
</script>