Update web-platform-tests to revision 82b73b315ce7ed1554e7a9b7bced66a5831e4ee5

This commit is contained in:
WPT Sync Bot 2019-08-19 10:23:52 +00:00
parent 00a9f30773
commit 76712d7d25
353 changed files with 6528 additions and 1307 deletions

View file

@ -1,29 +0,0 @@
<!doctype html>
<title>Select block size when line-height is specified</title>
<!--
FIXME: This is just a copy of select-1-block-size-001.html, but if I move the
<link rel="match"> in this file to select-1-block-size-001-ref.html (which is
the "right" way to do this), fuzzy annotations do not work.
-->
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<link rel="author" title="Mozilla" href="https://mozilla.org">
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1571764">
<link rel="match" href="select-1-block-size-001-ref-2.html">
<style>
select {
-webkit-appearance: none;
appearance: none;
background: black;
color: black;
line-height: 100px;
width: 100px;
border: 0;
border-radius: 0;
padding: 0;
}
</style>
<select></select>
<select><option>A</option></select>

View file

@ -3,6 +3,7 @@
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<link rel="author" title="Mozilla" href="https://mozilla.org">
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1571764">
<link rel="match" href="select-1-block-size-001-ref-2.html">
<style>
button {
-webkit-appearance: none;