mirror of
https://github.com/servo/servo
synced 2026-04-27 01:55:03 +02:00
Add contentDocument support for HTMLIFrameElement. Fixes #3808.
This commit is contained in:
@@ -14,7 +14,7 @@ interface HTMLIFrameElement : HTMLElement {
|
||||
// attribute boolean allowFullscreen;
|
||||
// attribute DOMString width;
|
||||
// attribute DOMString height;
|
||||
//readonly attribute Document? contentDocument;
|
||||
readonly attribute Document? contentDocument;
|
||||
//readonly attribute WindowProxy? contentWindow;
|
||||
readonly attribute Window? contentWindow;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user