12345678910111213141516 |
- <!--
- To change this template, choose Tools | Templates
- and open the template in the editor.
- -->
- <!DOCTYPE html>
- <html>
- <head>
- <script type="text/javascript">
- alert('pointerEvents' in document.documentElement.style);
- alert('outline' in document.documentElement.style);
- </script>
- </head>
- <body>
- <button style="inline:2px solid blue">Foo</button>
- </body>
- </html>
|