AngularJS bug with Firefox: Red shadow/border on input field

HTML

<div ng-app>
<form>
<input type="text" ng-model="a" required>
</form>
</div>