repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1940304 - Fix browser_sidebar_button_reset.js intermittent r=sidebar-reviewers...
[gecko.git]
/
layout
/
reftests
/
forms
/
button
/
1317351.html
blob
d0054024e8580687a21e42161ae69f9fcf44079c
1
<!DOCTYPE
HTML
>
2
<html><head>
3
<meta
charset
=
"utf-8"
>
4
<title></title>
5
<style
type
=
"text/css"
>
6
7
html
{
padding
:
100px
}
8
9
input
,
button
{
10
width
:
auto
;
11
min-width
:
50px
;
12
writing-mode
:
vertical-rl
;
13
}
14
15
mask
{
16
position
:
absolute
;
17
top
:
98px
;
left
:
98px
;
18
width
:
300px
;
19
height
:
200px
;
20
background
:
black
;
21
}
22
</style>
23
</head>
24
<body>
25
<input
type
=
"color"
>
26
<button><div
style
=
"width:100%; height:100%"
></div></button>
27
28
<mask></mask>
29
</body>
30
</html>