function expectLinkTag(name, content) {
        expect($brisketMetatags.filter("link[rel='" + name + "'][href='" + content + "']")).toExist();
    }