Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / square-button-appearance.html
blob20927f9341c56125cccda4e3561d31d33cba0e77
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 enablePixelTesting = true;
6 </script>
7 <script src="../resources/js-test.js"></script>
8 <style>
9 .squarebutton {
10 -webkit-appearance: square-button;
11 width: 100px;
12 height: 100px;
14 </style>
15 </head>
16 <body>
17 <!-- Test if square-button appearance is rendered properly. -->
18 <div class="squarebutton"></div>
19 </body>
20 </html>