Add contentDocument support for HTMLIFrameElement. Fixes #3808.

This commit is contained in:
Tomasz Kołodziejski 2014-11-10 14:42:59 -08:00
parent 8cb2b922ef
commit af30484f2a
5 changed files with 61 additions and 1 deletions

View file

@ -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;