Skip to content

Commit

Permalink
Bug 1573483 [wpt PR 14994] - [css-ui] Test appearance: textfield, a=t…
Browse files Browse the repository at this point in the history
…estonly

Automatic update from web-platform-tests
[css-ui] Test appearance: textfield

Follows w3c/csswg-drafts#3544

--

wpt-commits: 9f01716569ae5dfd79675ea55718e48017d077a8
wpt-pr: 14994

UltraBlame original commit: bc4e4bdc9e5d745b64e28a6aac3703db45f92e42
  • Loading branch information
marco-c committed Oct 4, 2019
1 parent 3cb0f85 commit 13f1ba2
Show file tree
Hide file tree
Showing 3 changed files with 1,041 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,261 @@
<
!
DOCTYPE
html
>
<
meta
charset
=
"
utf
-
8
"
>
<
title
>
Reference
for
CSS
Basic
User
Interface
Test
:
appearance
:
textfield
<
/
title
>
<
style
>
#
container
{
width
:
500px
;
}
<
/
style
>
<
div
id
=
"
container
"
>
<
a
>
a
<
/
a
>
<
button
>
button
<
/
button
>
<
input
type
=
"
text
"
value
=
"
input
-
text
"
>
<
input
type
=
"
text
"
value
=
"
input
-
search
"
>
<
!
-
-
intentionally
type
=
"
text
"
-
-
>
<
textarea
>
textarea
<
/
textarea
>
<
input
type
=
"
button
"
value
=
"
input
-
button
"
>
<
input
type
=
"
submit
"
value
=
"
input
-
submit
"
>
<
input
type
=
"
reset
"
value
=
"
input
-
reset
"
>
<
input
type
=
"
range
"
>
<
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
>
<
/
div
>
Loading

0 comments on commit 13f1ba2

Please sign in to comment.