Update web-platform-tests to revision b'468d01bbd84da2babf265c6af46947be68713440'

This commit is contained in:
WPT Sync Bot 2021-09-07 11:16:33 +00:00 committed by cybai
parent 35e95f55a1
commit 58e8ee674b
9438 changed files with 266112 additions and 106976 deletions

View file

@ -17,21 +17,24 @@
}
.column-wrapper > div {
margin: 4px;
/* This border represents the expected rendering of the testcase's
"margin:4px". This border should occupy the same space as that margin
would, and it should create the same amount of scrollable overflow. (We
can't just use "margin:4px" here, because this reference case uses block
layout, and margins have different behavior with respect to collapsing and
scrollable-overflow impact in block vs. flexbox layout.) */
border: 4px solid white;
height: 30px;
background: #CCC;
}
.column-wrapper > .h-overflow {
margin-top: 8px; // Compensate for margin collapsing.
}
.h-overflow {
width: 500px;
}
.row-wrapper > div {
margin: 4px;
/* As noted above, this is a mockup for the "margin:4px" in the testcase. */
border: 4px solid white;
width: 30px;
background: #CCC;
}
@ -40,10 +43,6 @@
height: 500px;
}
.row-wrapper > .v-overflow {
margin-right: 8px; // Compensate for margin collapsing.
}
</style>
<div class=column-wrapper>