diff --git a/src/css/defaultDisplay.js b/src/css/defaultDisplay.js index 42e436a84..2df1068bc 100644 --- a/src/css/defaultDisplay.js +++ b/src/css/defaultDisplay.js @@ -4,7 +4,13 @@ define([ ], function( jQuery ) { var iframe, - elemdisplay = {}; + elemdisplay = { + + // Support: Firefox + // We have to pre-define this values for FF (#10227) + HTML: "block", + BODY: "block" + }; /** * Retrieve the actual display of a element