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,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>