Skip to content

Commit

Permalink
Bug 1875913 [wpt PR 44126] - Ensure focus-large-element-in-overflow-h…
Browse files Browse the repository at this point in the history
…idden-container passes, a=testonly

Automatic update from web-platform-tests
Ensure focus-large-element-in-overflow-hidden-container passes (#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.
--

wpt-commits: 9b4b8545ad67becee4b232474aef5c4a9237f9d4
wpt-pr: 44126
  • Loading branch information
dlrobertson authored and moz-wptsync-bot committed Jan 26, 2024
1 parent 3fc7346 commit d3be8ce
Showing 1 changed file with 2 additions and 2 deletions.
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 d3be8ce

Please sign in to comment.