Support marginHeight and marginWidth attributes

marginHeight and marginWidth are used on iframes to set the default body margin inside the iframe.
This commit is contained in:
Ian Obermiller
2014-12-04 07:35:17 -08:00
parent 3144485cb9
commit 96bd155cbd
@@ -104,6 +104,8 @@ var HTMLDOMPropertyConfig = {
list: MUST_USE_ATTRIBUTE,
loop: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,
manifest: MUST_USE_ATTRIBUTE,
marginHeight: MUST_USE_ATTRIBUTE,
marginWidth: MUST_USE_ATTRIBUTE,
max: null,
maxLength: MUST_USE_ATTRIBUTE,
media: MUST_USE_ATTRIBUTE,