Bug 1940304 - Fix browser_sidebar_button_reset.js intermittent r=sidebar-reviewers...
[gecko.git] / layout / reftests / forms / button / 1317351.html
blobd0054024e8580687a21e42161ae69f9fcf44079c
1 <!DOCTYPE HTML>
2 <html><head>
3 <meta charset="utf-8">
4 <title></title>
5 <style type="text/css">
7 html { padding: 100px }
9 input,button {
10 width: auto;
11 min-width: 50px;
12 writing-mode: vertical-rl;
15 mask {
16 position: absolute;
17 top: 98px; left: 98px;
18 width: 300px;
19 height: 200px;
20 background: black;
22 </style>
23 </head>
24 <body>
25 <input type="color">
26 <button><div style="width:100%; height:100%"></div></button>
28 <mask></mask>
29 </body>
30 </html>