Update web-platform-tests to revision b'e58cde68851afa192214f60a021f1e56b4172b7a'

This commit is contained in:
WPT Sync Bot 2021-03-04 08:19:34 +00:00
parent 902af56b80
commit 885a29c0ba
197 changed files with 2096 additions and 2151 deletions

View file

@ -4,7 +4,7 @@
<link rel="author" title="Javier Fernandez" href="mailto:jfernandez@igalia.com">
<link rel="help" href="https://drafts.csswg.org/css-grid/#grid-model">
<link rel="help" href="https://drafts.csswg.org/css-overflow-3/#propdef-overflow">
<link rel="match" href="reference/100x100-grey-box.html">
<link rel="match" href="reference/100x100-grey-box-with-scrollbars.html">
<meta name="assert" content="This test verifies that the scrollbars are shown on a grid with an item placed inside the boundaries of the grid container, if there are grid areas which exceed the grid container size.">
<link href="/css/support/grid.css" rel="stylesheet">
<style>

View file

@ -13,7 +13,9 @@
grid: 100px / 100px;
width: 100px;
height: 100px;
box-sizing: border-box;
padding: 0 50px 50px 0;
overflow: auto;
}
</style>
<p>The test passes if you see a grey square below and both scrollbars are visible.</p>

View file

@ -13,6 +13,7 @@
grid: 120px / 120px;
width: 100px;
height: 100px;
box-sizing: border-box;
padding: 10px 20px 20px 10px;
overflow: auto;
}