Update web-platform-tests to revision 322c4da99b1d62796d5f4105eb02a745bb35d3f9

This commit is contained in:
WPT Sync Bot 2020-11-04 08:20:32 +00:00
parent 8b9e607aac
commit b89d47297d
148 changed files with 2587 additions and 278 deletions

View file

@ -24,14 +24,24 @@
section > div{
background-color: grey;
color: white;
block-size: 20px;
}
#bp {
inline-size: 120px;
}
#ww {
inline-size: 130px;
}
#s, #f {
inline-size: 40px;
}
</style>
<body>
<p>Test passes if there are <strong> green lines between boxes</strong>.</p>
<section>
<div>Black Panther</div>
<div>Wonder Woman</div>
<div>Storm</div>
<div>Flash</div>
<div id=bp>Black Panther</div>
<div id=ww>Wonder Woman</div>
<div id=s>Storm</div>
<div id=f>Flash</div>
</section>
</body>