mirror of
https://github.com/servo/servo.git
synced 2025-08-25 23:28:21 +01:00
Update web-platform-tests to revision 9ca57e052ba1b19fa3dd46c6aa656e8d529469a8
This commit is contained in:
parent
68cb8f3d59
commit
75d6484415
1377 changed files with 31062 additions and 16983 deletions
|
@ -2,13 +2,15 @@
|
|||
<meta charset="utf-8">
|
||||
<title>CSS Basic User Interface Test: appearance: button</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-ui-4/#appearance-switching">
|
||||
<meta name="assert" content="button is treated as auto on input, textarea, list box select, meter, and progress elements.">
|
||||
<link rel="match" href="appearance-button-001-ref.html">
|
||||
<meta name="assert" content="button is an alias to auto.">
|
||||
<link rel="match" href="appearance-auto-ref.html">
|
||||
<style>
|
||||
#container { width: 500px; }
|
||||
#container > * { appearance: none; appearance: button; }
|
||||
</style>
|
||||
<div id="container">
|
||||
<a>a</a>
|
||||
<button>button</button>
|
||||
<input type="text" value="input-text">
|
||||
<input type="search" value="input-search">
|
||||
<textarea>textarea</textarea>
|
||||
|
@ -19,6 +21,7 @@
|
|||
<input type="checkbox">
|
||||
<input type="radio">
|
||||
<input type="color">
|
||||
<select><option>select</option></select>
|
||||
<select multiple><option>select-multiple</option></select>
|
||||
<meter value=0.5></meter>
|
||||
<progress value=0.5></progress>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue