Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Unified Diff: LayoutTests/fast/html/marquee-element-shadow-root.html

Issue 634843002: UA shadow root of <marquee> should not be exposed to user scripts Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/html/marquee-element-shadow-root-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/fast/html/marquee-element-shadow-root-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698