[Webkit-unassigned] [Bug 137330] RenderMathMLUnderOver adds spacing to the child operator indefinitely when resizing the window

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 6 15:49:03 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=137330





--- Comment #7 from Daniel Bates <dbates at webkit.org>  2014-10-06 15:48:59 PST ---
(From update of attachment 239254)
View in context: https://bugs.webkit.org/attachment.cgi?id=239254&action=review

> LayoutTests/mathml/presentation/munderover-window-resize.html:5
> +  <math xmlns='http://www.w3.org/1998/Math/MathML' display='block'>

Nit: The attribute xmlns is unnecessary given that this is an HTML5 document (as specified by the DOCTYPE directive).

> LayoutTests/mathml/presentation/munderover-window-resize.html:28
> +      </msub>         

Please remove the trailing whitespace on this line.

> LayoutTests/mathml/presentation/munderover-window-resize.html:87
> +window.addEventListener("load", function(){

Nit: Is it necessary to register a Load event listener as opposed to inlining the contents of the function body into the <script>?

> LayoutTests/mathml/presentation/munderover-window-resize.html:90
> +    window.resizeTo(250, window.outerHeight); 
> +    window.resizeTo(width, window.outerHeight);

I take it we are guaranteed to perform a layout between these two calls?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list