Skip to content

Commit

Permalink
Ensure focus-large-element-in-overflow-hidden-container passes (web-p…
Browse files Browse the repository at this point in the history
…latform-tests#44126)

Reduce the error rectangle size such that it still fails in the scroll
case, but passes with the reduced focus border size of chrome.
  • Loading branch information
dlrobertson authored Jan 24, 2024
1 parent 9ba1757 commit 9b4b854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions focus/focus-large-element-in-overflow-hidden-container.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
left: 0;
bottom: 0;
background-color: red;
height: 5px;
width: 5px;
height: 3px;
width: 3px;
}
</style>
</head>
Expand Down

0 comments on commit 9b4b854

Please sign in to comment.