Update web-platform-tests to revision 1918e328d632ab5b15096c26bd1400dcba7dd4e5

This commit is contained in:
WPT Sync Bot 2020-09-30 08:21:28 +00:00
parent da9809caf0
commit 0092318a73
131 changed files with 1937 additions and 255 deletions

View file

@ -0,0 +1,25 @@
<!doctype html>
<title>date input baseline shouldn't be insane</title>
<link rel="match" href="input-date-baseline-ref.html">
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1667510">
<link rel="stylesheet" href="/fonts/ahem.css">
<style>
div {
border: 1px solid black;
line-height: 0;
}
input {
height: 20px;
font: 20px/1 Ahem;
box-sizing: border-box;
padding: 1px; /* needed to trigger the bug */
border: 0;
visibility: hidden;
-webkit-appearance: none;
appearance: none;
}
</style>
<div>
<input type="date">
</div>