Update web-platform-tests to revision cd19ab5a91cc07cb42923c72cfad7c0af8ef8fbc

This commit is contained in:
WPT Sync Bot 2020-10-08 08:19:53 +00:00
parent 11d3f59edc
commit fef938d8cd
90 changed files with 1701 additions and 1510 deletions

View file

@ -9,10 +9,10 @@
<style>
.small_child {
height: 500px;
height: 1000px;
}
.large_child {
height: 5000px;
height: 20000px;
position: relative;
}
#target {

View file

@ -12,10 +12,10 @@
<style>
.auto {
content-visibility: auto;
contain-intrinsic-size: 1px 500px;
contain-intrinsic-size: 1px 1000px;
}
.child {
height: 5000px;
height: 20000px;
position: relative;
}
#target {

View file

@ -9,10 +9,10 @@
<style>
.small_child {
height: 500px;
height: 1000px;
}
.large_child {
height: 5000px;
height: 20000px;
position: relative;
}
#target {

View file

@ -12,10 +12,10 @@
<style>
.auto {
content-visibility: auto;
contain-intrinsic-size: 1px 500px;
contain-intrinsic-size: 1px 1000px;
}
.child {
height: 5000px;
height: 20000px;
position: relative;
}
#target {