mirror of
https://github.com/servo/servo
synced 2026-04-28 02:19:14 +02:00
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:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user