Update web-platform-tests to revision 919ca26d28f02c636d4fa3d4e910a6038f02d993

This commit is contained in:
WPT Sync Bot 2020-04-04 08:19:25 +00:00
parent f7d3d4a447
commit 136aa4015b
154 changed files with 1878 additions and 608 deletions

View file

@ -3,7 +3,7 @@
<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;">
<input type="range" style="width: 100%; height: 100%; margin: 0; box-sizing: border-box;">
</div>
</body>
</html>