Skip to content

Commit

Permalink
fix(all-rules): fix flakey all-rules firefox test
Browse files Browse the repository at this point in the history
wilco and I believe marque is to blame because it is animated
  • Loading branch information
gaiety-deque committed May 17, 2024
1 parent f584e8e commit 7131ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/full/all-rules/all-rules.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h2>Ok</h2>
<p tabindex="-1">Paragraph.</p>
<input type="button" />
<input type="image" src="img.jpg" />
<marquee>This content is inside a marquee.</marquee>
<marquee scrollamount="0">This content is inside a marquee.</marquee>
<div role="navigation">
<div role="banner"></div>
<div role="complementary"></div>
Expand Down

0 comments on commit 7131ead

Please sign in to comment.