Bug 1962069 - Stop marquee animation in test. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D246401
This commit is contained in:
@@ -0,0 +1 @@
|
||||
prefs: [dom.security.trusted_types.enabled:true]
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user