File tree Expand file tree Collapse file tree 3 files changed +78
-0
lines changed Expand file tree Collapse file tree 3 files changed +78
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < meta charset ="utf-8 ">
3
+ < title > Reference for CSS Basic User Interface Test: appearance: caret</ title >
4
+ < style >
5
+ # container { width : 500px ; }
6
+ # container > * { -webkit-appearance : none; }
7
+ </ style >
8
+ < div id ="container ">
9
+ < button > button</ button >
10
+ < input type ="text " value ="input-text ">
11
+ < input type ="search " value ="input-search ">
12
+ < textarea > textarea</ textarea >
13
+ < input type ="button " value ="input-button ">
14
+ < input type ="submit " value ="input-submit ">
15
+ < input type ="reset " value ="input-reset ">
16
+ < input type ="range ">
17
+ < input type ="checkbox ">
18
+ < input type ="radio ">
19
+ < input type ="color ">
20
+ < select > < option > select</ option > </ select >
21
+ < select multiple > < option > select-multiple</ option > </ select >
22
+ < meter value =0.5 > </ meter >
23
+ < progress value =0.5 > </ progress >
24
+ </ div >
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < meta charset ="utf-8 ">
3
+ < title > CSS Basic User Interface Test: appearance: caret</ title >
4
+ < link rel ="help " href ="https://drafts.csswg.org/css-ui-4/#appearance-switching ">
5
+ < meta name ="assert " content ="caret is an alias to none. ">
6
+ < link rel ="match " href ="appearance-caret-001-ref.html ">
7
+ < style >
8
+ # container { width : 500px ; }
9
+ # container > * { -webkit-appearance : caret; }
10
+ </ style >
11
+ < div id ="container ">
12
+ < button > button</ button >
13
+ < input type ="text " value ="input-text ">
14
+ < input type ="search " value ="input-search ">
15
+ < textarea > textarea</ textarea >
16
+ < input type ="button " value ="input-button ">
17
+ < input type ="submit " value ="input-submit ">
18
+ < input type ="reset " value ="input-reset ">
19
+ < input type ="range ">
20
+ < input type ="checkbox ">
21
+ < input type ="radio ">
22
+ < input type ="color ">
23
+ < select > < option > select</ option > </ select >
24
+ < select multiple > < option > select-multiple</ option > </ select >
25
+ < meter value =0.5 > </ meter >
26
+ < progress value =0.5 > </ progress >
27
+ </ div >
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < meta charset ="utf-8 ">
3
+ < title > CSS Basic User Interface Test: appearance: menulist-textfield</ title >
4
+ < link rel ="help " href ="https://drafts.csswg.org/css-ui-4/#appearance-switching ">
5
+ < meta name ="assert " content ="menulist-textfield is an alias to none. ">
6
+ < link rel ="match " href ="appearance-caret-001-ref.html ">
7
+ < style >
8
+ # container { width : 500px ; }
9
+ # container > * { -webkit-appearance : menulist-textfield; }
10
+ </ style >
11
+ < div id ="container ">
12
+ < button > button</ button >
13
+ < input type ="text " value ="input-text ">
14
+ < input type ="search " value ="input-search ">
15
+ < textarea > textarea</ textarea >
16
+ < input type ="button " value ="input-button ">
17
+ < input type ="submit " value ="input-submit ">
18
+ < input type ="reset " value ="input-reset ">
19
+ < input type ="range ">
20
+ < input type ="checkbox ">
21
+ < input type ="radio ">
22
+ < input type ="color ">
23
+ < select > < option > select</ option > </ select >
24
+ < select multiple > < option > select-multiple</ option > </ select >
25
+ < meter value =0.5 > </ meter >
26
+ < progress value =0.5 > </ progress >
27
+ </ div >
You can’t perform that action at this time.
0 commit comments