function expectNormalMetatag(name, content) {
        expect($brisketMetatags.filter("meta[name='" + name + "'][content='" + content + "']")).toExist();
    }