Update web-platform-tests to revision b9d4748d6a7f9b21bd420486955b44349aa005ea

This commit is contained in:
WPT Sync Bot 2019-05-30 10:23:26 +00:00
parent 0a9a222356
commit 28ed236c3a
76 changed files with 2158 additions and 581 deletions

View file

@ -6,7 +6,7 @@
<link rel="mismatch" href="appearance-auto-ref.html">
<style>
#container { width: 500px; }
#container > #drop-down-select { -webkit-appearance: none; -webkit-appearance: menulist-button; }
#container > #drop-down-select { appearance: none; appearance: menulist-button; }
</style>
<div id="container">
<a>a</a>

View file

@ -10,7 +10,7 @@ Edit the appearance-* file instead and then run:
<link rel="mismatch" href="appearance-auto-ref.html">
<style>
#container { width: 500px; }
#container > #drop-down-select { -webkit--webkit-appearance: none; -webkit--webkit-appearance: menulist-button; }
#container > #drop-down-select { -webkit-appearance: none; -webkit-appearance: menulist-button; }
</style>
<div id="container">
<a>a</a>