public void AddAccept() { _tag.AddAccept("image/*"); Assert.AreEqual(_tag.ToString(), "<input accept=\"image/*\" type=\"password\">"); }