summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/dialogs/index.html
blob: 8b0520a0ecd51ea34862145792c0bfac0d9e5ffc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
     <head>
         <meta charset="utf-8">
         <style type="text/css">
             .fullscreen
             {
              position:absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
             }
         </style>
     </head>
     <body>
         <button class="fullscreen" id="buttonOne">Click Me</button>
         <input type="color" id="colorpicker" value="#ff0000" style="visibility:hidden"/>
         <input type="file" id="filepicker" accept=".cpp, .html, .h, .png, .qdoc, .qml" style="visibility:hidden"/>
     </body>
</html>