| Index: third_party/WebKit/LayoutTests/fast/html/marquee-shadow-root-no-access.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/html/marquee-shadow-root-no-access.html b/third_party/WebKit/LayoutTests/fast/html/marquee-shadow-root-no-access.html
|
| deleted file mode 100644
|
| index 2d934af01db4be2ed0f321685476bf118c9c9f99..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/html/marquee-shadow-root-no-access.html
|
| +++ /dev/null
|
| @@ -1,10 +0,0 @@
|
| -<!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>
|
|
|