mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
parent
64cc9ec688
commit
2399a1449d
4 changed files with 7 additions and 376 deletions
|
@ -165,4 +165,9 @@ impl<'a> DOMImplementationMethods for JSRef<'a, DOMImplementation> {
|
|||
// Step 9.
|
||||
Temporary::from_rooted(*doc)
|
||||
}
|
||||
|
||||
// https://dom.spec.whatwg.org/#dom-domimplementation-hasfeature
|
||||
fn HasFeature(self, _feature: DOMString, _version: DOMString) -> bool {
|
||||
true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue