Box-sizing of input type="search"
Created by: heruan
In v4-dev when using <input type="search">
something's wrong with its box-sizing, it's pretty clear for example in <td>
s.
See http://jsfiddle.net/heruan/vdj9j6rb/ where the first table has type="search"
while the second has type="text"
. I'm on Chrome and using Flexbox.