Update web-platform-tests to revision 5721f7843f406054b8e02b0e33ff8e733830cc3d

This commit is contained in:
WPT Sync Bot 2020-03-31 08:18:29 +00:00
parent f9e7c6b9dc
commit 1dbfe69c91
124 changed files with 2796 additions and 350 deletions

View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<link href="resources/flexbox.css" rel="stylesheet">
<style>
.flexbox, .inline-flexbox {
width: 20em;
font-kerning: none;
}
</style>
<div class="flexbox">
AAAAAAAAAA BBBBBBBBBB CCCCCCCCCC DDDDDDDDDD
</div>
<div class="inline-flexbox">
AAAAAAAAAA BBBBBBBBBB CCCCCCCCCC DDDDDDDDDD
</div>

View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<body>
<p>When stretching a range input, the thumb should be centered vertically.</p>
<div style="height: 200px;">
<input type="range" style="width: 100%; height: 100%; margin: 0;">
</div>
</body>
</html>