mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
Experimental implementation of (a small subset of) mozbrowser APIs.
This commit is contained in:
@@ -31,3 +31,10 @@ partial interface HTMLIFrameElement {
|
||||
//[TreatNullAs=EmptyString] attribute DOMString marginHeight;
|
||||
//[TreatNullAs=EmptyString] attribute DOMString marginWidth;
|
||||
};
|
||||
|
||||
partial interface HTMLIFrameElement {
|
||||
[ChromeOnly,SetterThrows]
|
||||
attribute boolean mozbrowser;
|
||||
};
|
||||
|
||||
HTMLIFrameElement implements BrowserElement;
|
||||
|
||||
Reference in New Issue
Block a user