Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 496032-1.html
blobae0b489819b76be4021abfc7c237cfdd6bea6412
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <style>
5 button { display:inline-block; }
6 button:first-letter { font-size:200%; }
7 button:first-line { color:lime; }
8 </style>
9 </head>
10 <body>
11 <button>Hello</button>
12 </body>
13 </html>