blob: 1268bda8c1546db1a3bac0c6d7e50d5cd1d10fd4 [file] [log] [blame]
<!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>