mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
Update web-platform-tests to revision b9d4748d6a7f9b21bd420486955b44349aa005ea
This commit is contained in:
parent
0a9a222356
commit
28ed236c3a
76 changed files with 2158 additions and 581 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue