Bug 1962069 - Stop marquee animation in test. r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D246401
This commit is contained in:
Tom Schuster
2025-04-23 11:10:50 +00:00
parent cd826fb096
commit f850fbdb19
3 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1 @@
prefs: [dom.security.trusted_types.enabled:true]

View File

@@ -3,6 +3,9 @@
<body>
<div style="width: 1em; color: white; background-color: black;">
<marquee loop="1" behavior="alternate">m</marquee>
<script>
document.querySelector("marquee").stop();
</script>
</div>
</body>
</html>

View File

@@ -7,6 +7,9 @@
<body>
<div style="width: 1em; color: white; background-color: black;">
<marquee loop="1" behavior="alternate">m</marquee>
<script>
document.querySelector("marquee").stop();
</script>
</div>
</body>
</html>