Skip to content

Commit

Permalink
fix firefox test
Browse files Browse the repository at this point in the history
  • Loading branch information
straker committed Oct 24, 2022
1 parent 8b4a242 commit 9c79ddb
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions test/integration/rules/color-contrast/color-contrast.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
background-color: teal;
height: 30px;
width: 200px;
margin-bottom: 30px;
margin-bottom: 60px;
"
>
<span id="fail8" style="color: grey"
Expand Down Expand Up @@ -364,11 +364,19 @@
</div>

<div style="background-color: #222; height: 40px; width: 100px"></div>
<div style="margin: -40px 0 40px" id="fail10">Hello worldp</div>
<div style="margin: -40px 0 40px" id="fail10">Hello world</div>

<div style="overflow: hidden; width: 300px; height: 200px; background: #222">
<div
style="
overflow: hidden;
width: 300px;
height: 200px;
background: #222;
margin-bottom: 150px;
"
>
<div style="overflow: hidden; position: relative; left: 100px">
<div id="fail11" style="position: relative: top: 100px;">
<div id="fail11" style="position: relative; top: 100px">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
Expand Down

0 comments on commit 9c79ddb

Please sign in to comment.