Index: LayoutTests/fast/html/marquee-element-shadow-root.html |
diff --git a/LayoutTests/fast/html/marquee-element-shadow-root.html b/LayoutTests/fast/html/marquee-element-shadow-root.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1af6411005320dfe20a4871e5905fd4f81400e6c |
--- /dev/null |
+++ b/LayoutTests/fast/html/marquee-element-shadow-root.html |
@@ -0,0 +1,8 @@ |
+<body> |
+<script src="../../resources/js-test.js"></script> |
+<marquee>Marquee element</marquee> |
+<script> |
+description('UA shadow root of the marquee element should not be exposed to user script.'); |
+shouldBeNull('document.querySelector("marquee::shadow *")'); |
+</script> |
+</body> |