#### Bug, feature request, or proposal: When doing a karma/jasmine test I get an error on the <mat-form-field> tag. This in combination with a <mat-select> `<mat-form-field> <mat-select name="country" placeholder="Country" [(ngModel)]="address.countryName" class="input-full-width"> <mat-option *ngFor="let country of countries | orderBy: 'name'" [value]="country.name">{{ country.name }}</mat-option> </mat-select> </mat-form-field> ` #### Which versions of Angular, Material, OS, TypeScript, browsers are affected? Using angular 4.4.5 material 2.0.0-beta.12 #### Is there anything else we should know? When running the project it's working okay, but just the test gives an error and fails.