change some allows to expects (#41040)

Changed some allow to expects and removed the unfulfilled expectations.

Testing: Refactor
Part of: #40383

Signed-off-by: anonmiraj <nabilmalek48@gmail.com>
This commit is contained in:
Anonmiraj
2025-12-05 09:23:32 +02:00
committed by GitHub
parent 0793567952
commit b207be05d9
69 changed files with 83 additions and 110 deletions

View File

@@ -519,7 +519,6 @@ impl HTMLFormElementMethods<crate::DomTypeHolder> for HTMLFormElement {
}
// https://html.spec.whatwg.org/multipage/#the-form-element:supported-property-names
#[allow(non_snake_case)]
fn SupportedPropertyNames(&self) -> Vec<DOMString> {
// Step 1
#[derive(Debug, Eq, Ord, PartialEq, PartialOrd)]