| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <script> | 4 <script> |
| 5 enablePixelTesting = true; | 5 enablePixelTesting = true; |
| 6 </script> | 6 </script> |
| 7 <script src="../fast/js/resources/js-test-pre.js"></script> | 7 <script src="../fast/js/resources/js-test-pre.js"></script> |
| 8 <style> | 8 <style> |
| 9 .squarebutton { | 9 .squarebutton { |
| 10 -webkit-appearance: square-button; | 10 -webkit-appearance: square-button; |
| 11 width: 100px; | 11 width: 100px; |
| 12 height: 100px; | 12 height: 100px; |
| 13 } | 13 } |
| 14 </style> | 14 </style> |
| 15 </head> | 15 </head> |
| 16 <body> | 16 <body> |
| 17 <!-- Test if square-button appearance is rendered properly. --> | 17 <!-- Test if square-button appearance is rendered properly. --> |
| 18 <div class="squarebutton"></div> | 18 <div class="squarebutton"></div> |
| 19 <script src="../fast/js/resources/js-test-post.js"></script> | |
| 20 </body> | 19 </body> |
| 21 </html> | 20 </html> |
| OLD | NEW |