| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script> | |
| enablePixelTesting = true; | |
| </script> | |
| <script src="../fast/js/resources/js-test-pre.js"></script> | |
| <style> | |
| .squarebutton { | |
| -webkit-appearance: square-button; | |
| width: 100px; | |
| height: 100px; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <!-- Test if square-button appearance is rendered properly. --> | |
| <div class="squarebutton"></div> | |
| <script src="../fast/js/resources/js-test-post.js"></script> | |
| </body> | |
| </html> |