Skip to content

Commit

Permalink
how big a margin do you need?
Browse files Browse the repository at this point in the history
  • Loading branch information
straker committed Oct 24, 2022
1 parent 129dc43 commit 092ff52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/rules/color-contrast/color-contrast.html
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
<div style="background-color: #222; height: 40px; width: 100px"></div>
<div style="margin: -40px 0 40px" id="fail10">Hello world</div>

<div style="overflow: hidden; width: 300px; height: 200px; background: #222; margin-bottom: 125px;">
<div style="overflow: hidden; width: 300px; height: 200px; background: #222; margin-bottom: 200px;">
<div style="overflow: hidden; position: relative; left: 100px">
<div id="fail11" style="position: relative; top: 100px;">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
Expand Down

0 comments on commit 092ff52

Please sign in to comment.