mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Add infrastructure for supporting dashed CSS property names on CSSStyleDeclaration.
This commit is contained in:
parent
6431e8da43
commit
40806977b5
4 changed files with 37 additions and 13 deletions
|
@ -120,6 +120,10 @@ impl TestBindingMethods for TestBinding {
|
|||
fn SetBinaryRenamedAttribute(&self, _: DOMString) {}
|
||||
fn ForwardedAttribute(&self) -> Root<TestBinding> { Root::from_ref(self) }
|
||||
fn BinaryRenamedAttribute(&self) -> DOMString { "".to_owned() }
|
||||
fn SetBinaryRenamedAttribute2(&self, _: DOMString) {}
|
||||
fn BinaryRenamedAttribute2(&self) -> DOMString { "".to_owned() }
|
||||
fn Attr_to_automatically_rename(&self) -> DOMString { "".to_owned() }
|
||||
fn SetAttr_to_automatically_rename(&self, _: DOMString) {}
|
||||
fn GetEnumAttributeNullable(&self) -> Option<TestEnum> { Some(_empty) }
|
||||
fn GetInterfaceAttributeNullable(&self) -> Option<Root<Blob>> {
|
||||
let global = self.global.root();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue