Why I got 2px?

Why I got 2px?

HTML

<input type="text" />

JavaScript

var $input = $('input');
$input.val($input.css('border-width'));