Update web-platform-tests to revision b'a0ddc451e02afbbe600c679fe1edab0e4f878ecf'

This commit is contained in:
WPT Sync Bot 2023-01-10 02:45:21 +00:00
parent 3e77cbed63
commit 5d42981cb2
134 changed files with 2469 additions and 2436 deletions

View file

@ -0,0 +1,8 @@
<!doctype html>
<meta charset=utf-8>
<title>CSS Test Reference</title>
<select size=3 style="scrollbar-width: none">
<option>option 1</option>
<option>option 2</option>
<option>option 3</option>
</select>

View file

@ -0,0 +1,12 @@
<!doctype html>
<meta charset=utf-8>
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
<link rel="author" href="https://mozilla.org" title="Mozilla">
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1804812">
<link rel="help" href="https://drafts.csswg.org/css-overflow-3/#overflow-properties">
<link rel="match" href="select-size-overflow-001-ref.html">
<select size=3 style="overflow: hidden">
<option>option 1</option>
<option>option 2</option>
<option>option 3</option>
</select>