<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[202284] trunk</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/202284">202284</a></dd>
<dt>Author</dt> <dd>fred.wang@free.fr</dd>
<dt>Date</dt> <dd>2016-06-21 11:34:35 -0700 (Tue, 21 Jun 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Implement RenderMathMLOperator::layoutBlock
https://bugs.webkit.org/show_bug.cgi?id=157521

Patch by Frederic Wang &lt;fwang@igalia.com&gt; on 2016-06-21
Reviewed by Brent Fulgham.

Source/WebCore:

No new tests, already covered by existing tests.

Add an initial implementation of RenderMathMLOperator::layoutBlock, which will perform
special layout when the MathOperator is used. We also improved how the logical height is
calculated and avoid updating the style when stretchTo is called.

* rendering/mathml/RenderMathMLOperator.cpp:
(WebCore::RenderMathMLOperator::stretchTo):
(WebCore::RenderMathMLOperator::layoutBlock):
(WebCore::RenderMathMLOperator::computeLogicalHeight): Deleted.
* rendering/mathml/RenderMathMLOperator.h:

LayoutTests:

Update some tests to take into account improved width computation and how the anonymous text
node of operators using MathOperator is layout.

* platform/gtk/mathml/opentype/horizontal-expected.txt:
* platform/gtk/mathml/opentype/horizontal-munderover-expected.txt:
* platform/gtk/mathml/opentype/large-operators-expected.txt:
* platform/gtk/mathml/opentype/opentype-stretchy-expected.txt:
* platform/gtk/mathml/opentype/opentype-stretchy-horizontal-expected.txt:
* platform/gtk/mathml/opentype/vertical-expected.png:
* platform/gtk/mathml/opentype/vertical-expected.txt:
* platform/gtk/mathml/presentation/mo-stretch-expected.png:
* platform/gtk/mathml/presentation/mo-stretch-expected.txt:
* platform/mac/mathml/opentype/large-operators-expected.txt:
* platform/mac/mathml/opentype/opentype-stretchy-expected.txt:
* platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt:
* platform/mac/mathml/opentype/vertical-expected.txt:
* platform/ios-simulator/mathml/opentype/horizontal-munderover-expected.txt:
* platform/ios-simulator/mathml/opentype/opentype-stretchy-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlopentypehorizontalexpectedtxt">trunk/LayoutTests/platform/gtk/mathml/opentype/horizontal-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlopentypehorizontalmunderoverexpectedtxt">trunk/LayoutTests/platform/gtk/mathml/opentype/horizontal-munderover-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlopentypelargeoperatorsexpectedtxt">trunk/LayoutTests/platform/gtk/mathml/opentype/large-operators-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlopentypeopentypestretchyexpectedtxt">trunk/LayoutTests/platform/gtk/mathml/opentype/opentype-stretchy-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlopentypeopentypestretchyhorizontalexpectedtxt">trunk/LayoutTests/platform/gtk/mathml/opentype/opentype-stretchy-horizontal-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlopentypeverticalexpectedpng">trunk/LayoutTests/platform/gtk/mathml/opentype/vertical-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlopentypeverticalexpectedtxt">trunk/LayoutTests/platform/gtk/mathml/opentype/vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlpresentationmostretchexpectedpng">trunk/LayoutTests/platform/gtk/mathml/presentation/mo-stretch-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlpresentationmostretchexpectedtxt">trunk/LayoutTests/platform/gtk/mathml/presentation/mo-stretch-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatormathmlopentypehorizontalmunderoverexpectedtxt">trunk/LayoutTests/platform/ios-simulator/mathml/opentype/horizontal-munderover-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatormathmlopentypeopentypestretchyexpectedtxt">trunk/LayoutTests/platform/ios-simulator/mathml/opentype/opentype-stretchy-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacmathmlopentypelargeoperatorsexpectedtxt">trunk/LayoutTests/platform/mac/mathml/opentype/large-operators-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacmathmlopentypeopentypestretchyexpectedtxt">trunk/LayoutTests/platform/mac/mathml/opentype/opentype-stretchy-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacmathmlopentypeopentypestretchyhorizontalexpectedtxt">trunk/LayoutTests/platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacmathmlopentypeverticalexpectedtxt">trunk/LayoutTests/platform/mac/mathml/opentype/vertical-expected.txt</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLOperatorcpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLOperator.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLOperatorh">trunk/Source/WebCore/rendering/mathml/RenderMathMLOperator.h</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (202283 => 202284)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-06-21 18:26:53 UTC (rev 202283)
+++ trunk/LayoutTests/ChangeLog        2016-06-21 18:34:35 UTC (rev 202284)
</span><span class="lines">@@ -1,3 +1,29 @@
</span><ins>+2016-06-21  Frederic Wang  &lt;fwang@igalia.com&gt;
+
+        Implement RenderMathMLOperator::layoutBlock
+        https://bugs.webkit.org/show_bug.cgi?id=157521
+
+        Reviewed by Brent Fulgham.
+
+        Update some tests to take into account improved width computation and how the anonymous text
+        node of operators using MathOperator is layout.
+
+        * platform/gtk/mathml/opentype/horizontal-expected.txt:
+        * platform/gtk/mathml/opentype/horizontal-munderover-expected.txt:
+        * platform/gtk/mathml/opentype/large-operators-expected.txt:
+        * platform/gtk/mathml/opentype/opentype-stretchy-expected.txt:
+        * platform/gtk/mathml/opentype/opentype-stretchy-horizontal-expected.txt:
+        * platform/gtk/mathml/opentype/vertical-expected.png:
+        * platform/gtk/mathml/opentype/vertical-expected.txt:
+        * platform/gtk/mathml/presentation/mo-stretch-expected.png:
+        * platform/gtk/mathml/presentation/mo-stretch-expected.txt:
+        * platform/mac/mathml/opentype/large-operators-expected.txt:
+        * platform/mac/mathml/opentype/opentype-stretchy-expected.txt:
+        * platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt:
+        * platform/mac/mathml/opentype/vertical-expected.txt:
+        * platform/ios-simulator/mathml/opentype/horizontal-munderover-expected.txt:
+        * platform/ios-simulator/mathml/opentype/opentype-stretchy-expected.txt:
+
</ins><span class="cx"> 2016-06-21  Commit Queue  &lt;commit-queue@webkit.org&gt;
</span><span class="cx"> 
</span><span class="cx">         Unreviewed, rolling out r202277.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlopentypehorizontalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/opentype/horizontal-expected.txt (202283 => 202284)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/mathml/opentype/horizontal-expected.txt        2016-06-21 18:26:53 UTC (rev 202283)
+++ trunk/LayoutTests/platform/gtk/mathml/opentype/horizontal-expected.txt        2016-06-21 18:34:35 UTC (rev 202284)
</span><span class="lines">@@ -8,8 +8,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 22x10
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,8) size 22x2 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (1,0) size 20x8
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x8
-                RenderBlock (anonymous) at (0,0) size 12x8
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{2190}&quot;
</span><span class="cx">         RenderText {#text} at (24,0) size 4x17
</span><span class="lines">@@ -18,8 +18,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 22x10
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,8) size 22x2 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (1,0) size 20x8
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x8
-                RenderBlock (anonymous) at (0,0) size 12x8
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{2192}&quot;
</span><span class="cx">         RenderText {#text} at (52,0) size 4x17
</span><span class="lines">@@ -28,8 +28,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 22x10
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,8) size 22x2 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (1,0) size 20x8
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x8
-                RenderBlock (anonymous) at (0,0) size 12x8
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{2194}&quot;
</span><span class="cx">         RenderText {#text} at (80,0) size 4x17
</span><span class="lines">@@ -38,8 +38,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 22x10
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,8) size 22x2 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (1,0) size 20x8
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x8
-                RenderBlock (anonymous) at (0,0) size 12x8
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{21A4}&quot;
</span><span class="cx">         RenderText {#text} at (108,0) size 4x17
</span><span class="lines">@@ -48,8 +48,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 22x10
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,8) size 22x2 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (1,0) size 20x8
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x8
-                RenderBlock (anonymous) at (0,0) size 12x8
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{21A6}&quot;
</span><span class="cx">         RenderText {#text} at (136,0) size 4x17
</span><span class="lines">@@ -58,8 +58,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 22x9
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,7) size 22x2 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (1,0) size 20x7
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x7
-                RenderBlock (anonymous) at (0,0) size 12x7
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{21BC}&quot;
</span><span class="cx">         RenderText {#text} at (164,0) size 4x17
</span><span class="lines">@@ -68,8 +68,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 22x7
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,5) size 22x2 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (1,0) size 20x5
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x5
-                RenderBlock (anonymous) at (0,0) size 12x5
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x5
+                RenderBlock (anonymous) at (0,0) size 0x5
</ins><span class="cx">                   RenderText at (0,-39) size 12x80
</span><span class="cx">                     text run at (0,-39) width 12: &quot;\x{21BD}&quot;
</span><span class="cx">         RenderText {#text} at (192,0) size 4x17
</span><span class="lines">@@ -78,8 +78,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 22x9
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,7) size 22x2 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (1,0) size 20x7
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x7
-                RenderBlock (anonymous) at (0,0) size 12x7
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{21C0}&quot;
</span><span class="cx">         RenderText {#text} at (220,0) size 4x17
</span><span class="lines">@@ -88,8 +88,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 22x10
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,8) size 22x2 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (1,0) size 20x8
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x8
-                RenderBlock (anonymous) at (0,0) size 12x8
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{21D0}&quot;
</span><span class="cx">         RenderText {#text} at (248,0) size 4x17
</span><span class="lines">@@ -98,8 +98,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 22x10
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,8) size 22x2 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (1,0) size 20x8
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x8
-                RenderBlock (anonymous) at (0,0) size 12x8
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{21D2}&quot;
</span><span class="cx">         RenderText {#text} at (276,0) size 4x17
</span><span class="lines">@@ -108,8 +108,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 22x10
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,8) size 22x2 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (1,0) size 20x8
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x8
-                RenderBlock (anonymous) at (0,0) size 12x8
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{21D4}&quot;
</span><span class="cx">         RenderText {#text} at (304,0) size 4x17
</span><span class="lines">@@ -118,8 +118,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 22x12
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,10) size 22x2 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (1,0) size 20x10
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x10
-                RenderBlock (anonymous) at (0,0) size 12x10
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x10
+                RenderBlock (anonymous) at (0,0) size 0x10
</ins><span class="cx">                   RenderText at (0,-35) size 12x80
</span><span class="cx">                     text run at (0,-35) width 12: &quot;\x{21DA}&quot;
</span><span class="cx">         RenderText {#text} at (332,0) size 4x17
</span><span class="lines">@@ -128,8 +128,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 22x12
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,10) size 22x2 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (1,0) size 20x10
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x10
-                RenderBlock (anonymous) at (0,0) size 12x10
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x10
+                RenderBlock (anonymous) at (0,0) size 0x10
</ins><span class="cx">                   RenderText at (0,-35) size 12x80
</span><span class="cx">                     text run at (0,-35) width 12: &quot;\x{21DB}&quot;
</span><span class="cx">         RenderText {#text} at (360,0) size 4x17
</span><span class="lines">@@ -138,8 +138,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 22x5
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,3) size 22x2 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (9,0) size 4x3
</span><del>-              RenderMathMLBlock (anonymous, flex) at (0,0) size 4x3
-                RenderBlock (anonymous) at (0,0) size 4x3
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x10
+                RenderBlock (anonymous) at (0,0) size 0x10
</ins><span class="cx">                   RenderText at (0,-34) size 4x80
</span><span class="cx">                     text run at (0,-34) width 4: &quot;\x{23B4}&quot;
</span><span class="cx">         RenderText {#text} at (388,0) size 4x17
</span><span class="lines">@@ -148,8 +148,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 22x5
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,3) size 22x2 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (9,0) size 4x3
</span><del>-              RenderMathMLBlock (anonymous, flex) at (0,0) size 4x3
-                RenderBlock (anonymous) at (0,0) size 4x3
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x4
+                RenderBlock (anonymous) at (0,0) size 0x4
</ins><span class="cx">                   RenderText at (0,-43) size 4x80
</span><span class="cx">                     text run at (0,-43) width 4: &quot;\x{23B5}&quot;
</span><span class="cx">         RenderText {#text} at (416,0) size 4x17
</span><span class="lines">@@ -158,8 +158,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 22x6
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,4) size 22x2 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (8,0) size 6x4
</span><del>-              RenderMathMLBlock (anonymous, flex) at (0,0) size 6x4
-                RenderBlock (anonymous) at (0,0) size 6x4
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x10
+                RenderBlock (anonymous) at (0,0) size 0x10
</ins><span class="cx">                   RenderText at (0,-34) size 6x80
</span><span class="cx">                     text run at (0,-34) width 6: &quot;\x{23DC}&quot;
</span><span class="cx">         RenderText {#text} at (444,0) size 4x17
</span><span class="lines">@@ -168,8 +168,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 22x7
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,5) size 22x2 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (8,0) size 6x5
</span><del>-              RenderMathMLBlock (anonymous, flex) at (0,0) size 6x4
-                RenderBlock (anonymous) at (0,0) size 6x4
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x4
+                RenderBlock (anonymous) at (0,0) size 0x4
</ins><span class="cx">                   RenderText at (0,-43) size 6x80
</span><span class="cx">                     text run at (0,-43) width 6: &quot;\x{23DD}&quot;
</span><span class="cx">         RenderText {#text} at (472,0) size 4x17
</span><span class="lines">@@ -178,8 +178,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 22x6
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,4) size 22x2 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (8,0) size 6x4
</span><del>-              RenderMathMLBlock (anonymous, flex) at (0,0) size 6x4
-                RenderBlock (anonymous) at (0,0) size 6x4
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x11
+                RenderBlock (anonymous) at (0,0) size 0x11
</ins><span class="cx">                   RenderText at (0,-33) size 6x80
</span><span class="cx">                     text run at (0,-33) width 6: &quot;\x{23DE}&quot;
</span><span class="cx">         RenderText {#text} at (500,0) size 4x17
</span><span class="lines">@@ -188,8 +188,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 22x7
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,5) size 22x2 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (8,0) size 6x5
</span><del>-              RenderMathMLBlock (anonymous, flex) at (0,0) size 6x5
-                RenderBlock (anonymous) at (0,0) size 6x5
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x5
+                RenderBlock (anonymous) at (0,0) size 0x5
</ins><span class="cx">                   RenderText at (0,-43) size 6x80
</span><span class="cx">                     text run at (0,-43) width 6: &quot;\x{23DF}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="lines">@@ -198,8 +198,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 50x10
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,8) size 50x2 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (15,0) size 20x8
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x8
-                RenderBlock (anonymous) at (0,0) size 12x8
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{2190}&quot;
</span><span class="cx">         RenderText {#text} at (52,0) size 4x17
</span><span class="lines">@@ -208,8 +208,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 50x10
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,8) size 50x2 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (15,0) size 20x8
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x8
-                RenderBlock (anonymous) at (0,0) size 12x8
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{2192}&quot;
</span><span class="cx">         RenderText {#text} at (108,0) size 4x17
</span><span class="lines">@@ -218,8 +218,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 50x10
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,8) size 50x2 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (15,0) size 20x8
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x8
-                RenderBlock (anonymous) at (0,0) size 12x8
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{2194}&quot;
</span><span class="cx">         RenderText {#text} at (164,0) size 4x17
</span><span class="lines">@@ -228,8 +228,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 50x10
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,8) size 50x2 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (15,0) size 20x8
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x8
-                RenderBlock (anonymous) at (0,0) size 12x8
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{21A4}&quot;
</span><span class="cx">         RenderText {#text} at (220,0) size 4x17
</span><span class="lines">@@ -238,8 +238,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 50x10
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,8) size 50x2 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (15,0) size 20x8
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x8
-                RenderBlock (anonymous) at (0,0) size 12x8
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{21A6}&quot;
</span><span class="cx">         RenderText {#text} at (276,0) size 4x17
</span><span class="lines">@@ -248,8 +248,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 50x9
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,7) size 50x2 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (15,0) size 20x7
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x7
-                RenderBlock (anonymous) at (0,0) size 12x7
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{21BC}&quot;
</span><span class="cx">         RenderText {#text} at (332,0) size 4x17
</span><span class="lines">@@ -258,8 +258,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 50x7
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,5) size 50x2 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (15,0) size 20x5
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x5
-                RenderBlock (anonymous) at (0,0) size 12x5
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x5
+                RenderBlock (anonymous) at (0,0) size 0x5
</ins><span class="cx">                   RenderText at (0,-39) size 12x80
</span><span class="cx">                     text run at (0,-39) width 12: &quot;\x{21BD}&quot;
</span><span class="cx">         RenderText {#text} at (388,0) size 4x17
</span><span class="lines">@@ -268,8 +268,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 50x9
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,7) size 50x2 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (15,0) size 20x7
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x7
-                RenderBlock (anonymous) at (0,0) size 12x7
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{21C0}&quot;
</span><span class="cx">         RenderText {#text} at (444,0) size 4x17
</span><span class="lines">@@ -278,8 +278,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 50x10
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,8) size 50x2 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (15,0) size 20x8
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x8
-                RenderBlock (anonymous) at (0,0) size 12x8
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{21D0}&quot;
</span><span class="cx">         RenderText {#text} at (500,0) size 4x17
</span><span class="lines">@@ -288,8 +288,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 50x10
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,8) size 50x2 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (15,0) size 20x8
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x8
-                RenderBlock (anonymous) at (0,0) size 12x8
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{21D2}&quot;
</span><span class="cx">         RenderText {#text} at (556,0) size 4x17
</span><span class="lines">@@ -298,8 +298,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 50x10
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,8) size 50x2 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (15,0) size 20x8
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x8
-                RenderBlock (anonymous) at (0,0) size 12x8
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{21D4}&quot;
</span><span class="cx">         RenderText {#text} at (612,0) size 4x17
</span><span class="lines">@@ -308,8 +308,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 50x12
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,10) size 50x2 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (15,0) size 20x10
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x10
-                RenderBlock (anonymous) at (0,0) size 12x10
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x10
+                RenderBlock (anonymous) at (0,0) size 0x10
</ins><span class="cx">                   RenderText at (0,-35) size 12x80
</span><span class="cx">                     text run at (0,-35) width 12: &quot;\x{21DA}&quot;
</span><span class="cx">         RenderText {#text} at (668,0) size 4x17
</span><span class="lines">@@ -318,8 +318,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 50x12
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,10) size 50x2 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (15,0) size 20x10
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x10
-                RenderBlock (anonymous) at (0,0) size 12x10
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x10
+                RenderBlock (anonymous) at (0,0) size 0x10
</ins><span class="cx">                   RenderText at (0,-35) size 12x80
</span><span class="cx">                     text run at (0,-35) width 12: &quot;\x{21DB}&quot;
</span><span class="cx">         RenderText {#text} at (724,0) size 4x17
</span><span class="lines">@@ -328,8 +328,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 50x12
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,10) size 50x2 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (23,0) size 4x10
</span><del>-              RenderMathMLBlock (anonymous, flex) at (0,0) size 4x10
-                RenderBlock (anonymous) at (0,0) size 4x10
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x10
+                RenderBlock (anonymous) at (0,0) size 0x10
</ins><span class="cx">                   RenderText at (0,-34) size 4x80
</span><span class="cx">                     text run at (0,-34) width 4: &quot;\x{23B4}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="lines">@@ -337,8 +337,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 50x7
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,5) size 50x2 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (23,0) size 4x5
</span><del>-              RenderMathMLBlock (anonymous, flex) at (0,0) size 4x4
-                RenderBlock (anonymous) at (0,0) size 4x4
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x4
+                RenderBlock (anonymous) at (0,0) size 0x4
</ins><span class="cx">                   RenderText at (0,-43) size 4x80
</span><span class="cx">                     text run at (0,-43) width 4: &quot;\x{23B5}&quot;
</span><span class="cx">         RenderText {#text} at (52,17) size 4x17
</span><span class="lines">@@ -347,8 +347,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 50x12
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,10) size 50x2 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (22,0) size 6x10
</span><del>-              RenderMathMLBlock (anonymous, flex) at (0,0) size 6x10
-                RenderBlock (anonymous) at (0,0) size 6x10
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x10
+                RenderBlock (anonymous) at (0,0) size 0x10
</ins><span class="cx">                   RenderText at (0,-34) size 6x80
</span><span class="cx">                     text run at (0,-34) width 6: &quot;\x{23DC}&quot;
</span><span class="cx">         RenderText {#text} at (108,17) size 4x17
</span><span class="lines">@@ -357,8 +357,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 50x7
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,5) size 50x2 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (22,0) size 6x5
</span><del>-              RenderMathMLBlock (anonymous, flex) at (0,0) size 6x4
-                RenderBlock (anonymous) at (0,0) size 6x4
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x4
+                RenderBlock (anonymous) at (0,0) size 0x4
</ins><span class="cx">                   RenderText at (0,-43) size 6x80
</span><span class="cx">                     text run at (0,-43) width 6: &quot;\x{23DD}&quot;
</span><span class="cx">         RenderText {#text} at (164,17) size 4x17
</span><span class="lines">@@ -367,8 +367,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 50x13
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,11) size 50x2 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (22,0) size 6x11
</span><del>-              RenderMathMLBlock (anonymous, flex) at (0,0) size 6x11
-                RenderBlock (anonymous) at (0,0) size 6x11
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x11
+                RenderBlock (anonymous) at (0,0) size 0x11
</ins><span class="cx">                   RenderText at (0,-33) size 6x80
</span><span class="cx">                     text run at (0,-33) width 6: &quot;\x{23DE}&quot;
</span><span class="cx">         RenderText {#text} at (220,17) size 4x17
</span><span class="lines">@@ -377,8 +377,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 50x8
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,6) size 50x2 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (22,0) size 6x6
</span><del>-              RenderMathMLBlock (anonymous, flex) at (0,0) size 6x5
-                RenderBlock (anonymous) at (0,0) size 6x5
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x5
+                RenderBlock (anonymous) at (0,0) size 0x5
</ins><span class="cx">                   RenderText at (0,-43) size 6x80
</span><span class="cx">                     text run at (0,-43) width 6: &quot;\x{23DF}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="lines">@@ -387,8 +387,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 100x10
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,8) size 100x2 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (40,0) size 20x8
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x8
-                RenderBlock (anonymous) at (0,0) size 12x8
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{2190}&quot;
</span><span class="cx">         RenderText {#text} at (102,0) size 4x17
</span><span class="lines">@@ -397,8 +397,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 100x10
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,8) size 100x2 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (40,0) size 20x8
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x8
-                RenderBlock (anonymous) at (0,0) size 12x8
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{2192}&quot;
</span><span class="cx">         RenderText {#text} at (208,0) size 4x17
</span><span class="lines">@@ -407,8 +407,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 100x10
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,8) size 100x2 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (40,0) size 20x8
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x8
-                RenderBlock (anonymous) at (0,0) size 12x8
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{2194}&quot;
</span><span class="cx">         RenderText {#text} at (314,0) size 4x17
</span><span class="lines">@@ -417,8 +417,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 100x10
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,8) size 100x2 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (40,0) size 20x8
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x8
-                RenderBlock (anonymous) at (0,0) size 12x8
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{21A4}&quot;
</span><span class="cx">         RenderText {#text} at (420,0) size 4x17
</span><span class="lines">@@ -427,8 +427,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 100x10
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,8) size 100x2 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (40,0) size 20x8
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x8
-                RenderBlock (anonymous) at (0,0) size 12x8
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{21A6}&quot;
</span><span class="cx">         RenderText {#text} at (526,0) size 4x17
</span><span class="lines">@@ -437,8 +437,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 100x9
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,7) size 100x2 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (40,0) size 20x7
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x7
-                RenderBlock (anonymous) at (0,0) size 12x7
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{21BC}&quot;
</span><span class="cx">         RenderText {#text} at (632,0) size 4x17
</span><span class="lines">@@ -447,8 +447,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 100x7
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,5) size 100x2 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (40,0) size 20x5
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x5
-                RenderBlock (anonymous) at (0,0) size 12x5
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x5
+                RenderBlock (anonymous) at (0,0) size 0x5
</ins><span class="cx">                   RenderText at (0,-39) size 12x80
</span><span class="cx">                     text run at (0,-39) width 12: &quot;\x{21BD}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="lines">@@ -456,8 +456,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 100x9
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,7) size 100x2 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (40,0) size 20x7
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x7
-                RenderBlock (anonymous) at (0,0) size 12x7
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{21C0}&quot;
</span><span class="cx">         RenderText {#text} at (102,17) size 4x17
</span><span class="lines">@@ -466,8 +466,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 100x10
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,8) size 100x2 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (40,0) size 20x8
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x8
-                RenderBlock (anonymous) at (0,0) size 12x8
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{21D0}&quot;
</span><span class="cx">         RenderText {#text} at (208,17) size 4x17
</span><span class="lines">@@ -476,8 +476,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 100x10
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,8) size 100x2 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (40,0) size 20x8
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x8
-                RenderBlock (anonymous) at (0,0) size 12x8
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{21D2}&quot;
</span><span class="cx">         RenderText {#text} at (314,17) size 4x17
</span><span class="lines">@@ -486,8 +486,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 100x10
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,8) size 100x2 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (40,0) size 20x8
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x8
-                RenderBlock (anonymous) at (0,0) size 12x8
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x8
+                RenderBlock (anonymous) at (0,0) size 0x8
</ins><span class="cx">                   RenderText at (0,-36) size 12x80
</span><span class="cx">                     text run at (0,-36) width 12: &quot;\x{21D4}&quot;
</span><span class="cx">         RenderText {#text} at (420,17) size 4x17
</span><span class="lines">@@ -496,8 +496,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 100x12
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,10) size 100x2 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (40,0) size 20x10
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x10
-                RenderBlock (anonymous) at (0,0) size 12x10
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x10
+                RenderBlock (anonymous) at (0,0) size 0x10
</ins><span class="cx">                   RenderText at (0,-35) size 12x80
</span><span class="cx">                     text run at (0,-35) width 12: &quot;\x{21DA}&quot;
</span><span class="cx">         RenderText {#text} at (526,17) size 4x17
</span><span class="lines">@@ -506,8 +506,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 100x12
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,10) size 100x2 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (40,0) size 20x10
</span><del>-              RenderMathMLBlock (anonymous, flex) at (3,0) size 13x10
-                RenderBlock (anonymous) at (0,0) size 12x10
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x10
+                RenderBlock (anonymous) at (0,0) size 0x10
</ins><span class="cx">                   RenderText at (0,-35) size 12x80
</span><span class="cx">                     text run at (0,-35) width 12: &quot;\x{21DB}&quot;
</span><span class="cx">         RenderText {#text} at (632,17) size 4x17
</span><span class="lines">@@ -516,8 +516,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 100x12
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,10) size 100x2 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (48,0) size 4x10
</span><del>-              RenderMathMLBlock (anonymous, flex) at (0,0) size 4x10
-                RenderBlock (anonymous) at (0,0) size 4x10
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x10
+                RenderBlock (anonymous) at (0,0) size 0x10
</ins><span class="cx">                   RenderText at (0,-34) size 4x80
</span><span class="cx">                     text run at (0,-34) width 4: &quot;\x{23B4}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="lines">@@ -525,8 +525,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 100x7
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,5) size 100x2 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (48,0) size 4x5
</span><del>-              RenderMathMLBlock (anonymous, flex) at (0,0) size 4x4
-                RenderBlock (anonymous) at (0,0) size 4x4
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x4
+                RenderBlock (anonymous) at (0,0) size 0x4
</ins><span class="cx">                   RenderText at (0,-43) size 4x80
</span><span class="cx">                     text run at (0,-43) width 4: &quot;\x{23B5}&quot;
</span><span class="cx">         RenderText {#text} at (102,34) size 4x17
</span><span class="lines">@@ -535,8 +535,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 100x12
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,10) size 100x2 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (47,0) size 6x10
</span><del>-              RenderMathMLBlock (anonymous, flex) at (0,0) size 6x10
-                RenderBlock (anonymous) at (0,0) size 6x10
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x10
+                RenderBlock (anonymous) at (0,0) size 0x10
</ins><span class="cx">                   RenderText at (0,-34) size 6x80
</span><span class="cx">                     text run at (0,-34) width 6: &quot;\x{23DC}&quot;
</span><span class="cx">         RenderText {#text} at (208,34) size 4x17
</span><span class="lines">@@ -545,8 +545,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 100x7
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,5) size 100x2 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (47,0) size 6x5
</span><del>-              RenderMathMLBlock (anonymous, flex) at (0,0) size 6x4
-                RenderBlock (anonymous) at (0,0) size 6x4
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x4
+                RenderBlock (anonymous) at (0,0) size 0x4
</ins><span class="cx">                   RenderText at (0,-43) size 6x80
</span><span class="cx">                     text run at (0,-43) width 6: &quot;\x{23DD}&quot;
</span><span class="cx">         RenderText {#text} at (314,34) size 4x17
</span><span class="lines">@@ -555,8 +555,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 100x13
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,11) size 100x2 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (47,0) size 6x11
</span><del>-              RenderMathMLBlock (anonymous, flex) at (0,0) size 6x11
-                RenderBlock (anonymous) at (0,0) size 6x11
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x11
+                RenderBlock (anonymous) at (0,0) size 0x11
</ins><span class="cx">                   RenderText at (0,-33) size 6x80
</span><span class="cx">                     text run at (0,-33) width 6: &quot;\x{23DE}&quot;
</span><span class="cx">         RenderText {#text} at (420,34) size 4x17
</span><span class="lines">@@ -565,8 +565,8 @@
</span><span class="cx">           RenderMathMLUnderOver {mover} at (1,0) size 100x8
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,6) size 100x2 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (47,0) size 6x6
</span><del>-              RenderMathMLBlock (anonymous, flex) at (0,0) size 6x5
-                RenderBlock (anonymous) at (0,0) size 6x5
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x5
+                RenderBlock (anonymous) at (0,0) size 0x5
</ins><span class="cx">                   RenderText at (0,-43) size 6x80
</span><span class="cx">                     text run at (0,-43) width 6: &quot;\x{23DF}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlopentypehorizontalmunderoverexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/opentype/horizontal-munderover-expected.txt (202283 => 202284)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/mathml/opentype/horizontal-munderover-expected.txt        2016-06-21 18:26:53 UTC (rev 202283)
+++ trunk/LayoutTests/platform/gtk/mathml/opentype/horizontal-munderover-expected.txt        2016-06-21 18:34:35 UTC (rev 202284)
</span><span class="lines">@@ -8,8 +8,8 @@
</span><span class="cx">           RenderMathMLRow {mstyle} at (1,0) size 48x16
</span><span class="cx">             RenderMathMLUnderOver {mover} at (0,0) size 48x8
</span><span class="cx">               RenderMathMLOperator {mo} at (20,2) size 8x6
</span><del>-                RenderMathMLBlock (anonymous, flex) at (0,0) size 8x6
-                  RenderBlock (anonymous) at (0,0) size 8x6
</del><ins>+                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+                  RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                     RenderText at (0,-44) size 8x106
</span><span class="cx">                       text run at (0,-44) width 8: &quot;\x{23DE}&quot;
</span><span class="cx">               RenderMathMLSpace {mspace} at (0,0) size 48x2 [bgcolor=#FF0000]
</span><span class="lines">@@ -20,8 +20,8 @@
</span><span class="cx">             RenderMathMLUnderOver {mover} at (0,0) size 64x13
</span><span class="cx">               RenderMathMLSpace {mspace} at (0,11) size 64x2 [bgcolor=#FF0000]
</span><span class="cx">               RenderMathMLOperator {mo} at (29,0) size 6x11
</span><del>-                RenderMathMLBlock (anonymous, flex) at (0,0) size 6x11
-                  RenderBlock (anonymous) at (0,0) size 6x11
</del><ins>+                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x11
+                  RenderBlock (anonymous) at (0,0) size 0x11
</ins><span class="cx">                     RenderText at (0,-33) size 6x80
</span><span class="cx">                       text run at (0,-33) width 6: &quot;\x{23DE}&quot;
</span><span class="cx">         RenderText {#text} at (120,6) size 4x17
</span><span class="lines">@@ -30,8 +30,8 @@
</span><span class="cx">           RenderMathMLRow {mstyle} at (1,0) size 48x14
</span><span class="cx">             RenderMathMLUnderOver {munder} at (0,0) size 48x8
</span><span class="cx">               RenderMathMLOperator {mo} at (20,0) size 8x6
</span><del>-                RenderMathMLBlock (anonymous, flex) at (0,0) size 8x6
-                  RenderBlock (anonymous) at (0,0) size 8x6
</del><ins>+                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+                  RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                     RenderText at (0,-44) size 8x106
</span><span class="cx">                       text run at (0,-44) width 8: &quot;\x{23DE}&quot;
</span><span class="cx">               RenderMathMLSpace {mspace} at (0,6) size 48x2 [bgcolor=#FF0000]
</span><span class="lines">@@ -42,13 +42,13 @@
</span><span class="cx">             RenderMathMLUnderOver {munderover} at (0,0) size 64x24
</span><span class="cx">               RenderMathMLSpace {mspace} at (0,11) size 64x2 [bgcolor=#FF0000]
</span><span class="cx">               RenderMathMLOperator {mo} at (29,13) size 6x11
</span><del>-                RenderMathMLBlock (anonymous, flex) at (0,0) size 6x11
-                  RenderBlock (anonymous) at (0,0) size 6x11
</del><ins>+                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x11
+                  RenderBlock (anonymous) at (0,0) size 0x11
</ins><span class="cx">                     RenderText at (0,-33) size 6x80
</span><span class="cx">                       text run at (0,-33) width 6: &quot;\x{23DE}&quot;
</span><span class="cx">               RenderMathMLOperator {mo} at (29,0) size 6x11
</span><del>-                RenderMathMLBlock (anonymous, flex) at (0,0) size 6x11
-                  RenderBlock (anonymous) at (0,0) size 6x11
</del><ins>+                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x11
+                  RenderBlock (anonymous) at (0,0) size 0x11
</ins><span class="cx">                     RenderText at (0,-33) size 6x80
</span><span class="cx">                       text run at (0,-33) width 6: &quot;\x{23DE}&quot;
</span><span class="cx">         RenderText {#text} at (244,6) size 4x17
</span><span class="lines">@@ -57,14 +57,14 @@
</span><span class="cx">           RenderMathMLRow {mstyle} at (1,0) size 48x20
</span><span class="cx">             RenderMathMLUnderOver {munderover} at (0,0) size 48x14
</span><span class="cx">               RenderMathMLOperator {mo} at (20,6) size 8x6
</span><del>-                RenderMathMLBlock (anonymous, flex) at (0,0) size 8x6
-                  RenderBlock (anonymous) at (0,0) size 8x6
</del><ins>+                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+                  RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                     RenderText at (0,-44) size 8x106
</span><span class="cx">                       text run at (0,-44) width 8: &quot;\x{23DE}&quot;
</span><span class="cx">               RenderMathMLSpace {mspace} at (0,12) size 48x2 [bgcolor=#FF0000]
</span><span class="cx">               RenderMathMLOperator {mo} at (21,0) size 6x6
</span><del>-                RenderMathMLBlock (anonymous, flex) at (0,0) size 6x6
-                  RenderBlock (anonymous) at (0,0) size 6x6
</del><ins>+                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x11
+                  RenderBlock (anonymous) at (0,0) size 0x11
</ins><span class="cx">                     RenderText at (0,-33) size 6x80
</span><span class="cx">                       text run at (0,-33) width 6: &quot;\x{23DE}&quot;
</span><span class="cx">         RenderText {#text} at (298,6) size 4x17
</span><span class="lines">@@ -73,13 +73,13 @@
</span><span class="cx">           RenderMathMLRow {mstyle} at (1,0) size 48x16
</span><span class="cx">             RenderMathMLUnderOver {munderover} at (0,0) size 48x14
</span><span class="cx">               RenderMathMLOperator {mo} at (20,2) size 8x6
</span><del>-                RenderMathMLBlock (anonymous, flex) at (0,0) size 8x6
-                  RenderBlock (anonymous) at (0,0) size 8x6
</del><ins>+                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+                  RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                     RenderText at (0,-44) size 8x106
</span><span class="cx">                       text run at (0,-44) width 8: &quot;\x{23DE}&quot;
</span><span class="cx">               RenderMathMLOperator {mo} at (21,8) size 6x6
</span><del>-                RenderMathMLBlock (anonymous, flex) at (0,0) size 6x6
-                  RenderBlock (anonymous) at (0,0) size 6x6
</del><ins>+                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x11
+                  RenderBlock (anonymous) at (0,0) size 0x11
</ins><span class="cx">                     RenderText at (0,-33) size 6x80
</span><span class="cx">                       text run at (0,-33) width 6: &quot;\x{23DE}&quot;
</span><span class="cx">               RenderMathMLSpace {mspace} at (0,0) size 48x2 [bgcolor=#FF0000]
</span><span class="lines">@@ -90,14 +90,14 @@
</span><span class="cx">             RenderMathMLUnderOver {munder} at (0,0) size 48x14
</span><span class="cx">               RenderMathMLUnderOver {mover} at (0,0) size 48x8
</span><span class="cx">                 RenderMathMLOperator {mo} at (20,2) size 8x6
</span><del>-                  RenderMathMLBlock (anonymous, flex) at (0,0) size 8x6
-                    RenderBlock (anonymous) at (0,0) size 8x6
</del><ins>+                  RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+                    RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                       RenderText at (0,-44) size 8x106
</span><span class="cx">                         text run at (0,-44) width 8: &quot;\x{23DE}&quot;
</span><span class="cx">                 RenderMathMLSpace {mspace} at (0,0) size 48x2 [bgcolor=#FF0000]
</span><span class="cx">               RenderMathMLOperator {mo} at (21,8) size 6x6
</span><del>-                RenderMathMLBlock (anonymous, flex) at (0,0) size 6x6
-                  RenderBlock (anonymous) at (0,0) size 6x6
</del><ins>+                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x11
+                  RenderBlock (anonymous) at (0,0) size 0x11
</ins><span class="cx">                     RenderText at (0,-33) size 6x80
</span><span class="cx">                       text run at (0,-33) width 6: &quot;\x{23DE}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlopentypelargeoperatorsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/opentype/large-operators-expected.txt (202283 => 202284)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/mathml/opentype/large-operators-expected.txt        2016-06-21 18:26:53 UTC (rev 202283)
+++ trunk/LayoutTests/platform/gtk/mathml/opentype/large-operators-expected.txt        2016-06-21 18:34:35 UTC (rev 202284)
</span><span class="lines">@@ -5,82 +5,82 @@
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x36
</span><span class="cx">       RenderMathMLMath {math} at (0,0) size 784x36 [padding: 0 1 0 1]
</span><span class="cx">         RenderMathMLOperator {mo} at (199,6) size 27x24
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 24x16
-            RenderBlock (anonymous) at (0,0) size 17x16
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+            RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">               RenderText at (0,-45) size 17x106
</span><span class="cx">                 text run at (0,-45) width 17: &quot;\x{2211}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (225,0) size 18x36
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 16x18
-            RenderBlock (anonymous) at (0,0) size 11x18
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x18
+            RenderBlock (anonymous) at (0,0) size 0x18
</ins><span class="cx">               RenderText at (0,-44) size 11x106
</span><span class="cx">                 text run at (0,-44) width 11: &quot;\x{222B}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (242,0) size 24x36
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 23x18
-            RenderBlock (anonymous) at (0,0) size 17x18
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x18
+            RenderBlock (anonymous) at (0,0) size 0x18
</ins><span class="cx">               RenderText at (0,-44) size 17x106
</span><span class="cx">                 text run at (0,-44) width 17: &quot;\x{222C}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (265,0) size 31x36
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 29x18
-            RenderBlock (anonymous) at (0,0) size 22x18
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x18
+            RenderBlock (anonymous) at (0,0) size 0x18
</ins><span class="cx">               RenderText at (0,-44) size 22x106
</span><span class="cx">                 text run at (0,-44) width 22: &quot;\x{222D}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (295,0) size 38x36
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 36x18
-            RenderBlock (anonymous) at (0,0) size 28x18
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x18
+            RenderBlock (anonymous) at (0,0) size 0x18
</ins><span class="cx">               RenderText at (0,-44) size 28x106
</span><span class="cx">                 text run at (0,-44) width 28: &quot;\x{2A0C}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (332,7) size 28x22
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 25x16
-            RenderBlock (anonymous) at (0,0) size 18x16
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+            RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">               RenderText at (0,-45) size 18x106
</span><span class="cx">                 text run at (0,-45) width 18: &quot;\x{2A01}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (359,0) size 18x36
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 16x18
-            RenderBlock (anonymous) at (0,0) size 11x18
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x18
+            RenderBlock (anonymous) at (0,0) size 0x18
</ins><span class="cx">               RenderText at (0,-44) size 11x106
</span><span class="cx">                 text run at (0,-44) width 11: &quot;\x{222E}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (376,0) size 25x36
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 23x18
-            RenderBlock (anonymous) at (0,0) size 17x18
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x18
+            RenderBlock (anonymous) at (0,0) size 0x18
</ins><span class="cx">               RenderText at (0,-44) size 17x106
</span><span class="cx">                 text run at (0,-44) width 17: &quot;\x{222F}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (400,0) size 30x36
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 29x18
-            RenderBlock (anonymous) at (0,0) size 22x18
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x18
+            RenderBlock (anonymous) at (0,0) size 0x18
</ins><span class="cx">               RenderText at (0,-44) size 22x106
</span><span class="cx">                 text run at (0,-44) width 22: &quot;\x{2230}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (429,7) size 22x23
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 19x17
-            RenderBlock (anonymous) at (0,0) size 13x17
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x17
+            RenderBlock (anonymous) at (0,0) size 0x17
</ins><span class="cx">               RenderText at (0,-45) size 13x106
</span><span class="cx">                 text run at (0,-45) width 13: &quot;\x{22C3}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (450,6) size 22x24
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 19x18
-            RenderBlock (anonymous) at (0,0) size 13x18
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x18
+            RenderBlock (anonymous) at (0,0) size 0x18
</ins><span class="cx">               RenderText at (0,-44) size 13x106
</span><span class="cx">                 text run at (0,-44) width 13: &quot;\x{22C0}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (471,6) size 21x24
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 19x18
-            RenderBlock (anonymous) at (0,0) size 13x18
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x18
+            RenderBlock (anonymous) at (0,0) size 0x18
</ins><span class="cx">               RenderText at (0,-44) size 13x106
</span><span class="cx">                 text run at (0,-44) width 13: &quot;\x{22C1}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (491,6) size 22x23
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 19x17
-            RenderBlock (anonymous) at (0,0) size 13x17
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x17
+            RenderBlock (anonymous) at (0,0) size 0x17
</ins><span class="cx">               RenderText at (0,-44) size 13x106
</span><span class="cx">                 text run at (0,-44) width 13: &quot;\x{22C2}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (512,7) size 28x22
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 25x16
-            RenderBlock (anonymous) at (0,0) size 18x16
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+            RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">               RenderText at (0,-45) size 18x106
</span><span class="cx">                 text run at (0,-45) width 18: &quot;\x{2A02}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (539,6) size 23x24
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 21x16
-            RenderBlock (anonymous) at (0,0) size 15x16
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+            RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">               RenderText at (0,-45) size 15x106
</span><span class="cx">                 text run at (0,-45) width 15: &quot;\x{220F}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (561,6) size 24x24
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 21x16
-            RenderBlock (anonymous) at (0,0) size 15x16
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+            RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">               RenderText at (0,-45) size 15x106
</span><span class="cx">                 text run at (0,-45) width 15: &quot;\x{2210}&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlopentypeopentypestretchyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/opentype/opentype-stretchy-expected.txt (202283 => 202284)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/mathml/opentype/opentype-stretchy-expected.txt        2016-06-21 18:26:53 UTC (rev 202283)
+++ trunk/LayoutTests/platform/gtk/mathml/opentype/opentype-stretchy-expected.txt        2016-06-21 18:34:35 UTC (rev 202284)
</span><span class="lines">@@ -5,28 +5,28 @@
</span><span class="cx">     RenderBody {BODY} at (8,16) size 784x315
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x34
</span><span class="cx">         RenderMathMLMath {math} at (0,20) size 49x11 [padding: 0 1 0 1]
</span><del>-          RenderMathMLRow {mrow} at (1,0) size 47x11
-            RenderMathMLOperator {mo} at (0,0) size 47x11
-              RenderMathMLBlock (anonymous, flex) at (2,0) size 42x3
-                RenderBlock (anonymous) at (0,0) size 2x3
</del><ins>+          RenderMathMLRow {mrow} at (1,0) size 26x11
+            RenderMathMLOperator {mo} at (0,0) size 26x11
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x3
+                RenderBlock (anonymous) at (0,0) size 0x3
</ins><span class="cx">                   RenderText at (0,-3) size 2x0
</span><span class="cx">                     text run at (0,-3) width 2: &quot;\x{219F}&quot;
</span><span class="cx">         RenderText {#text} at (48,17) size 5x17
</span><span class="cx">           text run at (48,17) width 5: &quot; &quot;
</span><span class="cx">         RenderMathMLMath {math} at (52,10) size 50x21 [padding: 0 1 0 1]
</span><del>-          RenderMathMLRow {mrow} at (1,0) size 47x21
-            RenderMathMLOperator {mo} at (0,0) size 47x21
-              RenderMathMLBlock (anonymous, flex) at (2,0) size 42x3
-                RenderBlock (anonymous) at (0,0) size 2x3
</del><ins>+          RenderMathMLRow {mrow} at (1,0) size 26x21
+            RenderMathMLOperator {mo} at (0,0) size 26x21
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x3
+                RenderBlock (anonymous) at (0,0) size 0x3
</ins><span class="cx">                   RenderText at (0,-3) size 2x0
</span><span class="cx">                     text run at (0,-3) width 2: &quot;\x{219F}&quot;
</span><span class="cx">         RenderText {#text} at (101,17) size 5x17
</span><span class="cx">           text run at (101,17) width 5: &quot; &quot;
</span><span class="cx">         RenderMathMLMath {math} at (105,0) size 49x31 [padding: 0 1 0 1]
</span><del>-          RenderMathMLRow {mrow} at (1,0) size 47x31
-            RenderMathMLOperator {mo} at (0,0) size 47x31
-              RenderMathMLBlock (anonymous, flex) at (2,0) size 42x3
-                RenderBlock (anonymous) at (0,0) size 2x3
</del><ins>+          RenderMathMLRow {mrow} at (1,0) size 26x31
+            RenderMathMLOperator {mo} at (0,0) size 26x31
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x3
+                RenderBlock (anonymous) at (0,0) size 0x3
</ins><span class="cx">                   RenderText at (0,-3) size 2x0
</span><span class="cx">                     text run at (0,-3) width 2: &quot;\x{219F}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="lines">@@ -34,8 +34,8 @@
</span><span class="cx">         RenderMathMLMath {math} at (0,0) size 49x150 [padding: 0 1 0 1]
</span><span class="cx">           RenderMathMLRow {mrow} at (1,0) size 47x150
</span><span class="cx">             RenderMathMLOperator {mo} at (0,0) size 47x150
</span><del>-              RenderMathMLBlock (anonymous, flex) at (2,0) size 42x3
-                RenderBlock (anonymous) at (0,0) size 2x3
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x3
+                RenderBlock (anonymous) at (0,0) size 0x3
</ins><span class="cx">                   RenderText at (0,-3) size 2x0
</span><span class="cx">                     text run at (0,-3) width 2: &quot;\x{219F}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="lines">@@ -43,8 +43,8 @@
</span><span class="cx">         RenderMathMLMath {math} at (0,0) size 96x93 [padding: 0 1 0 1]
</span><span class="cx">           RenderMathMLRow {mrow} at (1,0) size 94x93
</span><span class="cx">             RenderMathMLOperator {mo} at (0,0) size 94x93
</span><del>-              RenderMathMLBlock (anonymous, flex) at (0,0) size 93x12
-                RenderBlock (anonymous) at (0,0) size 10x12
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x12
+                RenderBlock (anonymous) at (0,0) size 0x12
</ins><span class="cx">                   RenderText at (0,6) size 10x0
</span><span class="cx">                     text run at (0,6) width 10: &quot;\x{2A1B}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlopentypeopentypestretchyhorizontalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/opentype/opentype-stretchy-horizontal-expected.txt (202283 => 202284)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/mathml/opentype/opentype-stretchy-horizontal-expected.txt        2016-06-21 18:26:53 UTC (rev 202283)
+++ trunk/LayoutTests/platform/gtk/mathml/opentype/opentype-stretchy-horizontal-expected.txt        2016-06-21 18:34:35 UTC (rev 202284)
</span><span class="lines">@@ -8,8 +8,8 @@
</span><span class="cx">           RenderMathMLRow {mstyle} at (1,0) size 8x23
</span><span class="cx">             RenderMathMLUnderOver {mover} at (0,0) size 8x23
</span><span class="cx">               RenderMathMLOperator {mo} at (0,1) size 8x22
</span><del>-                RenderMathMLBlock (anonymous, flex) at (2,0) size 2x4
-                  RenderBlock (anonymous) at (0,0) size 1x4
</del><ins>+                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x4
+                  RenderBlock (anonymous) at (0,0) size 0x4
</ins><span class="cx">                     RenderText at (0,-3) size 1x0
</span><span class="cx">                       text run at (0,-3) width 1: &quot;\x{219C}&quot;
</span><span class="cx">               RenderMathMLSpace {mspace} at (0,0) size 8x1
</span><span class="lines">@@ -19,8 +19,8 @@
</span><span class="cx">           RenderMathMLRow {mstyle} at (1,0) size 15x23
</span><span class="cx">             RenderMathMLUnderOver {mover} at (0,0) size 15x23
</span><span class="cx">               RenderMathMLOperator {mo} at (4,1) size 7x22
</span><del>-                RenderMathMLBlock (anonymous, flex) at (2,0) size 2x4
-                  RenderBlock (anonymous) at (0,0) size 1x4
</del><ins>+                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x4
+                  RenderBlock (anonymous) at (0,0) size 0x4
</ins><span class="cx">                     RenderText at (0,-3) size 1x0
</span><span class="cx">                       text run at (0,-3) width 1: &quot;\x{219C}&quot;
</span><span class="cx">               RenderMathMLSpace {mspace} at (0,0) size 15x1
</span><span class="lines">@@ -30,8 +30,8 @@
</span><span class="cx">           RenderMathMLRow {mstyle} at (1,0) size 150x43
</span><span class="cx">             RenderMathMLUnderOver {mover} at (0,0) size 150x43
</span><span class="cx">               RenderMathMLOperator {mo} at (71,1) size 8x42
</span><del>-                RenderMathMLBlock (anonymous, flex) at (2,0) size 2x4
-                  RenderBlock (anonymous) at (0,0) size 1x4
</del><ins>+                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x4
+                  RenderBlock (anonymous) at (0,0) size 0x4
</ins><span class="cx">                     RenderText at (0,-3) size 1x0
</span><span class="cx">                       text run at (0,-3) width 1: &quot;\x{219C}&quot;
</span><span class="cx">               RenderMathMLSpace {mspace} at (0,0) size 150x1
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlopentypeverticalexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/opentype/vertical-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlopentypeverticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/opentype/vertical-expected.txt (202283 => 202284)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/mathml/opentype/vertical-expected.txt        2016-06-21 18:26:53 UTC (rev 202283)
+++ trunk/LayoutTests/platform/gtk/mathml/opentype/vertical-expected.txt        2016-06-21 18:34:35 UTC (rev 202284)
</span><span class="lines">@@ -5,380 +5,380 @@
</span><span class="cx">     RenderBody {BODY} at (8,16) size 784x339
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderMathMLMath {math} at (0,2) size 194x16 [padding: 0 1 0 1]
</span><del>-          RenderMathMLOperator {mo} at (1,0) size 11x16
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+          RenderMathMLOperator {mo} at (1,0) size 4x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;[&quot;
</span><del>-          RenderMathMLOperator {mo} at (12,0) size 11x16
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+          RenderMathMLOperator {mo} at (5,0) size 4x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;]&quot;
</span><del>-          RenderMathMLOperator {mo} at (23,0) size 14x16
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (9,0) size 8x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 8x106
</span><span class="cx">                   text run at (0,-45) width 8: &quot;{&quot;
</span><del>-          RenderMathMLOperator {mo} at (37,0) size 14x16
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (17,0) size 8x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 8x106
</span><span class="cx">                   text run at (0,-45) width 8: &quot;}&quot;
</span><del>-          RenderMathMLOperator {mo} at (51,0) size 14x16
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+          RenderMathMLOperator {mo} at (25,0) size 6x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;(&quot;
</span><del>-          RenderMathMLOperator {mo} at (65,0) size 14x16
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+          RenderMathMLOperator {mo} at (31,0) size 6x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;)&quot;
</span><del>-          RenderMathMLOperator {mo} at (79,0) size 8x16
-            RenderMathMLBlock (anonymous, flex) at (1,0) size 5x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+          RenderMathMLOperator {mo} at (37,0) size 8x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;|&quot;
</span><del>-          RenderMathMLOperator {mo} at (86,0) size 12x16
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (44,0) size 8x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{2308}&quot;
</span><del>-          RenderMathMLOperator {mo} at (97,0) size 12x16
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (51,0) size 8x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{2309}&quot;
</span><del>-          RenderMathMLOperator {mo} at (108,0) size 12x16
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (58,0) size 8x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{230A}&quot;
</span><del>-          RenderMathMLOperator {mo} at (119,0) size 12x16
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (65,0) size 8x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{230B}&quot;
</span><del>-          RenderMathMLOperator {mo} at (130,0) size 17x16
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 16x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (72,0) size 8x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{27E6}&quot;
</span><del>-          RenderMathMLOperator {mo} at (146,0) size 17x16
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 16x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (79,0) size 8x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{27E7}&quot;
</span><del>-          RenderMathMLOperator {mo} at (162,0) size 16x16
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 15x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+          RenderMathMLOperator {mo} at (86,0) size 7x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;\x{27E8}&quot;
</span><del>-          RenderMathMLOperator {mo} at (177,0) size 16x16
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 15x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+          RenderMathMLOperator {mo} at (92,0) size 7x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;\x{27E9}&quot;
</span><del>-          RenderMathMLSpace {mspace} at (192,4) size 0x8
</del><ins>+          RenderMathMLSpace {mspace} at (98,4) size 0x8
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,34) size 784x30
</span><span class="cx">         RenderMathMLMath {math} at (0,0) size 194x30 [padding: 0 1 0 1]
</span><del>-          RenderMathMLOperator {mo} at (1,0) size 11x30
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+          RenderMathMLOperator {mo} at (1,0) size 8x30
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;[&quot;
</span><del>-          RenderMathMLOperator {mo} at (12,0) size 11x30
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+          RenderMathMLOperator {mo} at (9,0) size 8x30
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;]&quot;
</span><del>-          RenderMathMLOperator {mo} at (23,0) size 14x30
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (17,0) size 11x30
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 8x106
</span><span class="cx">                   text run at (0,-45) width 8: &quot;{&quot;
</span><del>-          RenderMathMLOperator {mo} at (37,0) size 14x30
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (28,0) size 11x30
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 8x106
</span><span class="cx">                   text run at (0,-45) width 8: &quot;}&quot;
</span><del>-          RenderMathMLOperator {mo} at (51,0) size 14x30
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+          RenderMathMLOperator {mo} at (39,0) size 10x30
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;(&quot;
</span><del>-          RenderMathMLOperator {mo} at (65,0) size 14x30
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+          RenderMathMLOperator {mo} at (49,0) size 10x30
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;)&quot;
</span><del>-          RenderMathMLOperator {mo} at (79,1) size 8x28
-            RenderMathMLBlock (anonymous, flex) at (1,0) size 5x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+          RenderMathMLOperator {mo} at (59,1) size 8x28
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;|&quot;
</span><del>-          RenderMathMLOperator {mo} at (86,0) size 12x30
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (66,0) size 9x30
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{2308}&quot;
</span><del>-          RenderMathMLOperator {mo} at (97,0) size 12x30
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (74,0) size 9x30
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{2309}&quot;
</span><del>-          RenderMathMLOperator {mo} at (108,0) size 12x30
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (82,0) size 9x30
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{230A}&quot;
</span><del>-          RenderMathMLOperator {mo} at (119,0) size 12x30
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (90,0) size 9x30
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{230B}&quot;
</span><del>-          RenderMathMLOperator {mo} at (130,0) size 17x30
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 16x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (98,0) size 12x30
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{27E6}&quot;
</span><del>-          RenderMathMLOperator {mo} at (146,0) size 17x30
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 16x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (109,0) size 12x30
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{27E7}&quot;
</span><del>-          RenderMathMLOperator {mo} at (162,0) size 16x30
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 15x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+          RenderMathMLOperator {mo} at (120,0) size 11x30
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;\x{27E8}&quot;
</span><del>-          RenderMathMLOperator {mo} at (177,0) size 16x30
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 15x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+          RenderMathMLOperator {mo} at (130,0) size 11x30
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;\x{27E9}&quot;
</span><del>-          RenderMathMLSpace {mspace} at (192,3) size 0x16
</del><ins>+          RenderMathMLSpace {mspace} at (140,3) size 0x16
</ins><span class="cx">         RenderText {#text} at (193,5) size 5x17
</span><span class="cx">           text run at (193,5) width 5: &quot; &quot;
</span><span class="cx">         RenderMathMLMath {math} at (197,3) size 213x23 [padding: 0 1 0 1]
</span><span class="cx">           RenderMathMLOperator {mo} at (1,1) size 17x22
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x15
-              RenderBlock (anonymous) at (0,0) size 8x15
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x15
+              RenderBlock (anonymous) at (0,0) size 0x15
</ins><span class="cx">                 RenderText at (0,-46) size 8x106
</span><span class="cx">                   text run at (0,-46) width 8: &quot;\x{2191}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (17,1) size 18x22
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x15
-              RenderBlock (anonymous) at (0,0) size 8x15
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x15
+              RenderBlock (anonymous) at (0,0) size 0x15
</ins><span class="cx">                 RenderText at (0,-45) size 8x106
</span><span class="cx">                   text run at (0,-45) width 8: &quot;\x{2193}&quot;
</span><del>-          RenderMathMLOperator {mo} at (34,3) size 19x18
-            RenderMathMLBlock (anonymous, flex) at (4,0) size 10x18
-              RenderBlock (anonymous) at (0,0) size 8x18
</del><ins>+          RenderMathMLOperator {mo} at (34,3) size 18x18
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x18
+              RenderBlock (anonymous) at (0,0) size 0x18
</ins><span class="cx">                 RenderText at (0,-44) size 8x106
</span><span class="cx">                   text run at (0,-44) width 8: &quot;\x{2195}&quot;
</span><del>-          RenderMathMLOperator {mo} at (52,1) size 20x22
-            RenderMathMLBlock (anonymous, flex) at (4,0) size 11x14
-              RenderBlock (anonymous) at (0,0) size 10x14
</del><ins>+          RenderMathMLOperator {mo} at (51,1) size 20x22
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-46) size 10x106
</span><span class="cx">                   text run at (0,-46) width 10: &quot;\x{21A5}&quot;
</span><del>-          RenderMathMLOperator {mo} at (71,1) size 20x22
-            RenderMathMLBlock (anonymous, flex) at (4,0) size 11x14
-              RenderBlock (anonymous) at (0,0) size 10x14
</del><ins>+          RenderMathMLOperator {mo} at (70,1) size 20x22
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-46) size 10x106
</span><span class="cx">                   text run at (0,-46) width 10: &quot;\x{21A7}&quot;
</span><del>-          RenderMathMLOperator {mo} at (90,4) size 17x16
-            RenderMathMLBlock (anonymous, flex) at (4,0) size 8x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (89,4) size 17x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{21BE}&quot;
</span><del>-          RenderMathMLOperator {mo} at (106,4) size 17x16
-            RenderMathMLBlock (anonymous, flex) at (4,0) size 8x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (105,4) size 17x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{21C2}&quot;
</span><del>-          RenderMathMLOperator {mo} at (122,4) size 16x16
-            RenderMathMLBlock (anonymous, flex) at (4,0) size 8x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (121,4) size 16x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{21BF}&quot;
</span><del>-          RenderMathMLOperator {mo} at (138,4) size 16x16
-            RenderMathMLBlock (anonymous, flex) at (4,0) size 8x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (137,4) size 16x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{21C3}&quot;
</span><del>-          RenderMathMLOperator {mo} at (153,1) size 20x22
-            RenderMathMLBlock (anonymous, flex) at (4,0) size 11x15
-              RenderBlock (anonymous) at (0,0) size 10x15
</del><ins>+          RenderMathMLOperator {mo} at (152,1) size 20x22
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x15
+              RenderBlock (anonymous) at (0,0) size 0x15
</ins><span class="cx">                 RenderText at (0,-46) size 10x106
</span><span class="cx">                   text run at (0,-46) width 10: &quot;\x{21D1}&quot;
</span><del>-          RenderMathMLOperator {mo} at (172,1) size 20x22
-            RenderMathMLBlock (anonymous, flex) at (4,0) size 11x15
-              RenderBlock (anonymous) at (0,0) size 10x15
</del><ins>+          RenderMathMLOperator {mo} at (171,1) size 20x22
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x15
+              RenderBlock (anonymous) at (0,0) size 0x15
</ins><span class="cx">                 RenderText at (0,-45) size 10x106
</span><span class="cx">                   text run at (0,-45) width 10: &quot;\x{21D3}&quot;
</span><del>-          RenderMathMLOperator {mo} at (191,4) size 20x16
-            RenderMathMLBlock (anonymous, flex) at (4,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 10x16
</del><ins>+          RenderMathMLOperator {mo} at (190,4) size 20x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 10x106
</span><span class="cx">                   text run at (0,-45) width 10: &quot;\x{21D5}&quot;
</span><del>-          RenderMathMLSpace {mspace} at (210,0) size 0x16
</del><ins>+          RenderMathMLSpace {mspace} at (209,0) size 0x16
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,80) size 784x48
</span><span class="cx">         RenderMathMLMath {math} at (0,0) size 194x48 [padding: 0 1 0 1]
</span><span class="cx">           RenderMathMLOperator {mo} at (1,0) size 11x48
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;[&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (12,0) size 11x48
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;]&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (23,0) size 14x48
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 8x106
</span><span class="cx">                   text run at (0,-45) width 8: &quot;{&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (37,0) size 14x48
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 8x106
</span><span class="cx">                   text run at (0,-45) width 8: &quot;}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (51,0) size 14x48
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;(&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (65,0) size 14x48
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;)&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (79,3) size 8x42
</span><del>-            RenderMathMLBlock (anonymous, flex) at (1,0) size 5x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;|&quot;
</span><del>-          RenderMathMLOperator {mo} at (86,0) size 12x48
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (86,0) size 11x48
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{2308}&quot;
</span><del>-          RenderMathMLOperator {mo} at (97,0) size 12x48
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (96,0) size 11x48
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{2309}&quot;
</span><del>-          RenderMathMLOperator {mo} at (108,0) size 12x48
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (106,0) size 11x48
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{230A}&quot;
</span><del>-          RenderMathMLOperator {mo} at (119,0) size 12x48
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (116,0) size 11x48
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{230B}&quot;
</span><del>-          RenderMathMLOperator {mo} at (130,0) size 17x48
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 16x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (126,0) size 17x48
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{27E6}&quot;
</span><del>-          RenderMathMLOperator {mo} at (146,0) size 17x48
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 16x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (142,0) size 17x48
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{27E7}&quot;
</span><del>-          RenderMathMLOperator {mo} at (162,0) size 16x48
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 15x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+          RenderMathMLOperator {mo} at (158,0) size 16x48
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;\x{27E8}&quot;
</span><del>-          RenderMathMLOperator {mo} at (177,0) size 16x48
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 15x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+          RenderMathMLOperator {mo} at (173,0) size 16x48
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;\x{27E9}&quot;
</span><del>-          RenderMathMLSpace {mspace} at (192,4) size 0x24
</del><ins>+          RenderMathMLSpace {mspace} at (188,4) size 0x24
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,144) size 784x58
</span><span class="cx">         RenderMathMLMath {math} at (0,0) size 194x58 [padding: 0 1 0 1]
</span><span class="cx">           RenderMathMLOperator {mo} at (1,1) size 11x57
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;[&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (12,1) size 11x57
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;]&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (23,1) size 14x57
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 8x106
</span><span class="cx">                   text run at (0,-45) width 8: &quot;{&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (37,1) size 14x57
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 8x106
</span><span class="cx">                   text run at (0,-45) width 8: &quot;}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (51,1) size 14x57
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;(&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (65,1) size 14x57
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;)&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (79,0) size 8x58
</span><del>-            RenderMathMLBlock (anonymous, flex) at (1,0) size 5x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;|&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (86,1) size 12x57
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{2308}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (97,1) size 12x57
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{2309}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (108,1) size 12x57
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{230A}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (119,1) size 12x57
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{230B}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (130,1) size 17x57
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 16x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{27E6}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (146,1) size 17x57
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 16x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{27E7}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (162,5) size 16x48
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 15x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;\x{27E8}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (177,5) size 16x48
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 15x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;\x{27E9}&quot;
</span><span class="cx">           RenderMathMLSpace {mspace} at (192,1) size 0x32
</span><span class="lines">@@ -386,63 +386,63 @@
</span><span class="cx">           text run at (193,19) width 5: &quot; &quot;
</span><span class="cx">         RenderMathMLMath {math} at (197,1) size 213x32 [padding: 0 1 0 1]
</span><span class="cx">           RenderMathMLOperator {mo} at (1,0) size 17x32
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x15
-              RenderBlock (anonymous) at (0,0) size 8x15
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x15
+              RenderBlock (anonymous) at (0,0) size 0x15
</ins><span class="cx">                 RenderText at (0,-46) size 8x106
</span><span class="cx">                   text run at (0,-46) width 8: &quot;\x{2191}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (17,0) size 18x32
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x15
-              RenderBlock (anonymous) at (0,0) size 8x15
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x15
+              RenderBlock (anonymous) at (0,0) size 0x15
</ins><span class="cx">                 RenderText at (0,-45) size 8x106
</span><span class="cx">                   text run at (0,-45) width 8: &quot;\x{2193}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (34,0) size 19x32
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 10x18
-              RenderBlock (anonymous) at (0,0) size 8x18
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x18
+              RenderBlock (anonymous) at (0,0) size 0x18
</ins><span class="cx">                 RenderText at (0,-44) size 8x106
</span><span class="cx">                   text run at (0,-44) width 8: &quot;\x{2195}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (52,0) size 20x32
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 11x14
-              RenderBlock (anonymous) at (0,0) size 10x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-46) size 10x106
</span><span class="cx">                   text run at (0,-46) width 10: &quot;\x{21A5}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (71,0) size 20x32
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 11x14
-              RenderBlock (anonymous) at (0,0) size 10x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-46) size 10x106
</span><span class="cx">                   text run at (0,-46) width 10: &quot;\x{21A7}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (90,0) size 17x32
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 8x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{21BE}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (106,0) size 17x32
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 8x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{21C2}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (122,0) size 16x32
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 8x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{21BF}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (138,0) size 16x32
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 8x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{21C3}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (153,0) size 20x32
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 11x15
-              RenderBlock (anonymous) at (0,0) size 10x15
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x15
+              RenderBlock (anonymous) at (0,0) size 0x15
</ins><span class="cx">                 RenderText at (0,-46) size 10x106
</span><span class="cx">                   text run at (0,-46) width 10: &quot;\x{21D1}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (172,0) size 20x32
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 11x15
-              RenderBlock (anonymous) at (0,0) size 10x15
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x15
+              RenderBlock (anonymous) at (0,0) size 0x15
</ins><span class="cx">                 RenderText at (0,-45) size 10x106
</span><span class="cx">                   text run at (0,-45) width 10: &quot;\x{21D3}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (191,0) size 20x32
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 10x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 10x106
</span><span class="cx">                   text run at (0,-45) width 10: &quot;\x{21D5}&quot;
</span><span class="cx">           RenderMathMLSpace {mspace} at (210,0) size 0x32
</span><span class="lines">@@ -450,78 +450,78 @@
</span><span class="cx">       RenderBlock {P} at (0,218) size 784x121
</span><span class="cx">         RenderMathMLMath {math} at (0,0) size 194x121 [padding: 0 1 0 1]
</span><span class="cx">           RenderMathMLOperator {mo} at (1,0) size 11x121
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;[&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (12,0) size 11x121
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;]&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (23,0) size 14x121
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 8x106
</span><span class="cx">                   text run at (0,-45) width 8: &quot;{&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (37,0) size 14x121
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 8x106
</span><span class="cx">                   text run at (0,-45) width 8: &quot;}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (51,0) size 14x121
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;(&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (65,0) size 14x121
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;)&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (79,0) size 8x121
</span><del>-            RenderMathMLBlock (anonymous, flex) at (1,0) size 5x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;|&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (86,0) size 12x121
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{2308}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (97,0) size 12x121
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{2309}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (108,0) size 12x121
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{230A}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (119,0) size 12x121
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{230B}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (130,0) size 17x121
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 16x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{27E6}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (146,0) size 17x121
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 16x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{27E7}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (162,36) size 16x48
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 15x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;\x{27E8}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (177,36) size 16x48
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 15x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;\x{27E9}&quot;
</span><span class="cx">           RenderMathMLSpace {mspace} at (192,0) size 0x64
</span><span class="lines">@@ -529,63 +529,63 @@
</span><span class="cx">           text run at (193,50) width 5: &quot; &quot;
</span><span class="cx">         RenderMathMLMath {math} at (197,0) size 213x64 [padding: 0 1 0 1]
</span><span class="cx">           RenderMathMLOperator {mo} at (1,0) size 17x64
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x15
-              RenderBlock (anonymous) at (0,0) size 8x15
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x15
+              RenderBlock (anonymous) at (0,0) size 0x15
</ins><span class="cx">                 RenderText at (0,-46) size 8x106
</span><span class="cx">                   text run at (0,-46) width 8: &quot;\x{2191}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (17,0) size 18x64
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x15
-              RenderBlock (anonymous) at (0,0) size 8x15
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x15
+              RenderBlock (anonymous) at (0,0) size 0x15
</ins><span class="cx">                 RenderText at (0,-45) size 8x106
</span><span class="cx">                   text run at (0,-45) width 8: &quot;\x{2193}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (34,0) size 19x64
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 10x18
-              RenderBlock (anonymous) at (0,0) size 8x18
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x18
+              RenderBlock (anonymous) at (0,0) size 0x18
</ins><span class="cx">                 RenderText at (0,-44) size 8x106
</span><span class="cx">                   text run at (0,-44) width 8: &quot;\x{2195}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (52,0) size 20x64
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 11x14
-              RenderBlock (anonymous) at (0,0) size 10x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-46) size 10x106
</span><span class="cx">                   text run at (0,-46) width 10: &quot;\x{21A5}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (71,0) size 20x64
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 11x14
-              RenderBlock (anonymous) at (0,0) size 10x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-46) size 10x106
</span><span class="cx">                   text run at (0,-46) width 10: &quot;\x{21A7}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (90,0) size 17x64
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 8x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{21BE}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (106,0) size 17x64
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 8x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{21C2}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (122,0) size 16x64
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 8x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{21BF}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (138,0) size 16x64
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 8x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{21C3}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (153,0) size 20x64
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 11x15
-              RenderBlock (anonymous) at (0,0) size 10x15
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x15
+              RenderBlock (anonymous) at (0,0) size 0x15
</ins><span class="cx">                 RenderText at (0,-46) size 10x106
</span><span class="cx">                   text run at (0,-46) width 10: &quot;\x{21D1}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (172,0) size 20x64
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 11x15
-              RenderBlock (anonymous) at (0,0) size 10x15
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x15
+              RenderBlock (anonymous) at (0,0) size 0x15
</ins><span class="cx">                 RenderText at (0,-45) size 10x106
</span><span class="cx">                   text run at (0,-45) width 10: &quot;\x{21D3}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (191,0) size 20x64
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 10x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 10x106
</span><span class="cx">                   text run at (0,-45) width 10: &quot;\x{21D5}&quot;
</span><span class="cx">           RenderMathMLSpace {mspace} at (210,0) size 0x64
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlpresentationmostretchexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/presentation/mo-stretch-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlpresentationmostretchexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/presentation/mo-stretch-expected.txt (202283 => 202284)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/mathml/presentation/mo-stretch-expected.txt        2016-06-21 18:26:53 UTC (rev 202283)
+++ trunk/LayoutTests/platform/gtk/mathml/presentation/mo-stretch-expected.txt        2016-06-21 18:34:35 UTC (rev 202284)
</span><span class="lines">@@ -4,75 +4,75 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x270
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x254
</span><span class="cx">       RenderMathMLMath {math} at (0,0) size 173x36 [padding: 0 1 0 1]
</span><del>-        RenderMathMLRow {mrow} at (1,0) size 171x36
-          RenderMathMLOperator {mo} at (0,3) size 14x30
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+        RenderMathMLRow {mrow} at (1,0) size 138x36
+          RenderMathMLOperator {mo} at (0,3) size 10x30
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;(&quot;
</span><del>-          RenderMathMLOperator {mo} at (14,3) size 14x30
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+          RenderMathMLOperator {mo} at (10,3) size 10x30
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;)&quot;
</span><del>-          RenderMathMLOperator {mo} at (28,3) size 14x30
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (20,3) size 11x30
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 8x106
</span><span class="cx">                   text run at (0,-45) width 8: &quot;{&quot;
</span><del>-          RenderMathMLOperator {mo} at (42,3) size 14x30
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (31,3) size 11x30
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 8x106
</span><span class="cx">                   text run at (0,-45) width 8: &quot;}&quot;
</span><del>-          RenderMathMLOperator {mo} at (56,3) size 11x30
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+          RenderMathMLOperator {mo} at (42,3) size 8x30
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;[&quot;
</span><del>-          RenderMathMLOperator {mo} at (67,3) size 11x30
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+          RenderMathMLOperator {mo} at (50,3) size 8x30
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;]&quot;
</span><del>-          RenderMathMLOperator {mo} at (78,3) size 11x30
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (58,3) size 8x30
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{2308}&quot;
</span><del>-          RenderMathMLOperator {mo} at (89,3) size 11x30
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (66,3) size 8x30
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{2309}&quot;
</span><del>-          RenderMathMLOperator {mo} at (100,3) size 11x30
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (74,3) size 8x30
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{230A}&quot;
</span><del>-          RenderMathMLOperator {mo} at (111,3) size 11x30
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (82,3) size 8x30
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{230B}&quot;
</span><del>-          RenderMathMLOperator {mo} at (122,0) size 17x36
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 16x18
-              RenderBlock (anonymous) at (0,0) size 11x18
</del><ins>+          RenderMathMLOperator {mo} at (90,0) size 17x36
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x18
+              RenderBlock (anonymous) at (0,0) size 0x18
</ins><span class="cx">                 RenderText at (0,-44) size 11x106
</span><span class="cx">                   text run at (0,-44) width 11: &quot;\x{222B}&quot;
</span><del>-          RenderMathMLOperator {mo} at (138,4) size 9x28
-            RenderMathMLBlock (anonymous, flex) at (1,0) size 5x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+          RenderMathMLOperator {mo} at (106,4) size 9x28
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;|&quot;
</span><del>-          RenderMathMLOperator {mo} at (146,10) size 8x16
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+          RenderMathMLOperator {mo} at (114,10) size 7x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;\x{2016}&quot;
</span><del>-          RenderMathMLOperator {mo} at (153,10) size 18x16
-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (120,10) size 18x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 8x106
</span><span class="cx">                   text run at (0,-45) width 8: &quot;\x{2225}&quot;
</span><span class="cx">       RenderText {#text} at (172,8) size 5x17
</span><span class="lines">@@ -79,302 +79,302 @@
</span><span class="cx">         text run at (172,8) width 5: &quot; &quot;
</span><span class="cx">       RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">       RenderMathMLMath {math} at (0,36) size 173x143 [padding: 0 1 0 1]
</span><del>-        RenderMathMLRow {mrow} at (1,0) size 171x143
</del><ins>+        RenderMathMLRow {mrow} at (1,0) size 170x143
</ins><span class="cx">           RenderMathMLOperator {mo} at (0,0) size 14x143
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;(&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (14,0) size 14x143
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;)&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (28,0) size 14x143
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 8x106
</span><span class="cx">                   text run at (0,-45) width 8: &quot;{&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (42,0) size 14x143
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 8x106
</span><span class="cx">                   text run at (0,-45) width 8: &quot;}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (56,0) size 11x143
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;[&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (67,0) size 11x143
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;]&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (78,0) size 11x143
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{2308}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (89,0) size 11x143
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{2309}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (100,0) size 11x143
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{230A}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (111,0) size 11x143
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{230B}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (122,53) size 17x36
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 16x18
-              RenderBlock (anonymous) at (0,0) size 11x18
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x18
+              RenderBlock (anonymous) at (0,0) size 0x18
</ins><span class="cx">                 RenderText at (0,-44) size 11x106
</span><span class="cx">                   text run at (0,-44) width 11: &quot;\x{222B}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (138,0) size 9x143
</span><del>-            RenderMathMLBlock (anonymous, flex) at (1,0) size 5x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;|&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (146,0) size 8x76
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;\x{2016}&quot;
</span><del>-          RenderMathMLOperator {mo} at (153,0) size 18x76
-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (153,0) size 17x76
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 8x106
</span><span class="cx">                   text run at (0,-45) width 8: &quot;\x{2225}&quot;
</span><del>-          RenderMathMLSpace {mspace} at (170,0) size 0x76
</del><ins>+          RenderMathMLSpace {mspace} at (169,0) size 0x76
</ins><span class="cx">       RenderText {#text} at (172,97) size 5x17
</span><span class="cx">         text run at (172,97) width 5: &quot; &quot;
</span><span class="cx">       RenderMathMLMath {math} at (176,61) size 173x93 [padding: 0 1 0 1]
</span><del>-        RenderMathMLRow {mrow} at (1,0) size 171x93
</del><ins>+        RenderMathMLRow {mrow} at (1,0) size 170x93
</ins><span class="cx">           RenderMathMLOperator {mo} at (0,0) size 14x93
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;(&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (14,0) size 14x93
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;)&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (28,0) size 14x93
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 8x106
</span><span class="cx">                   text run at (0,-45) width 8: &quot;{&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (42,0) size 14x93
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 8x106
</span><span class="cx">                   text run at (0,-45) width 8: &quot;}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (56,0) size 11x93
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;[&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (67,0) size 11x93
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;]&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (78,0) size 11x93
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{2308}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (89,0) size 11x93
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{2309}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (100,0) size 11x93
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{230A}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (111,0) size 11x93
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{230B}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (122,28) size 17x36
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 16x18
-              RenderBlock (anonymous) at (0,0) size 11x18
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x18
+              RenderBlock (anonymous) at (0,0) size 0x18
</ins><span class="cx">                 RenderText at (0,-44) size 11x106
</span><span class="cx">                   text run at (0,-44) width 11: &quot;\x{222B}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (138,0) size 9x93
</span><del>-            RenderMathMLBlock (anonymous, flex) at (1,0) size 5x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;|&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (146,17) size 8x58
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;\x{2016}&quot;
</span><del>-          RenderMathMLOperator {mo} at (153,17) size 18x58
-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (153,17) size 17x58
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 8x106
</span><span class="cx">                   text run at (0,-45) width 8: &quot;\x{2225}&quot;
</span><del>-          RenderMathMLSpace {mspace} at (170,0) size 0x51
</del><ins>+          RenderMathMLSpace {mspace} at (169,0) size 0x51
</ins><span class="cx">       RenderText {#text} at (348,97) size 5x17
</span><span class="cx">         text run at (348,97) width 5: &quot; &quot;
</span><span class="cx">       RenderMathMLMath {math} at (352,89) size 173x36 [padding: 0 1 0 1]
</span><del>-        RenderMathMLRow {mrow} at (1,0) size 171x36
-          RenderMathMLOperator {mo} at (0,1) size 14x34
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+        RenderMathMLRow {mrow} at (1,0) size 142x36
+          RenderMathMLOperator {mo} at (0,1) size 11x34
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;(&quot;
</span><del>-          RenderMathMLOperator {mo} at (14,1) size 14x34
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+          RenderMathMLOperator {mo} at (11,1) size 11x34
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;)&quot;
</span><del>-          RenderMathMLOperator {mo} at (28,1) size 14x34
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (22,1) size 11x34
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 8x106
</span><span class="cx">                   text run at (0,-45) width 8: &quot;{&quot;
</span><del>-          RenderMathMLOperator {mo} at (42,1) size 14x34
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (33,1) size 11x34
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 8x106
</span><span class="cx">                   text run at (0,-45) width 8: &quot;}&quot;
</span><del>-          RenderMathMLOperator {mo} at (56,1) size 11x34
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+          RenderMathMLOperator {mo} at (44,1) size 8x34
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;[&quot;
</span><del>-          RenderMathMLOperator {mo} at (67,1) size 11x34
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+          RenderMathMLOperator {mo} at (52,1) size 8x34
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;]&quot;
</span><del>-          RenderMathMLOperator {mo} at (78,1) size 11x34
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (60,1) size 9x34
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{2308}&quot;
</span><del>-          RenderMathMLOperator {mo} at (89,1) size 11x34
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (69,1) size 9x34
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{2309}&quot;
</span><del>-          RenderMathMLOperator {mo} at (100,1) size 11x34
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (78,1) size 9x34
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{230A}&quot;
</span><del>-          RenderMathMLOperator {mo} at (111,1) size 11x34
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (87,1) size 9x34
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{230B}&quot;
</span><del>-          RenderMathMLOperator {mo} at (122,0) size 17x36
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 16x18
-              RenderBlock (anonymous) at (0,0) size 11x18
</del><ins>+          RenderMathMLOperator {mo} at (96,0) size 17x36
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x18
+              RenderBlock (anonymous) at (0,0) size 0x18
</ins><span class="cx">                 RenderText at (0,-44) size 11x106
</span><span class="cx">                   text run at (0,-44) width 11: &quot;\x{222B}&quot;
</span><del>-          RenderMathMLOperator {mo} at (138,1) size 9x34
-            RenderMathMLBlock (anonymous, flex) at (1,0) size 5x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+          RenderMathMLOperator {mo} at (112,1) size 9x34
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;|&quot;
</span><del>-          RenderMathMLOperator {mo} at (146,6) size 8x24
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+          RenderMathMLOperator {mo} at (120,6) size 7x24
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;\x{2016}&quot;
</span><del>-          RenderMathMLOperator {mo} at (153,6) size 18x24
-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (126,6) size 16x24
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 8x106
</span><span class="cx">                   text run at (0,-45) width 8: &quot;\x{2225}&quot;
</span><del>-          RenderMathMLSpace {mspace} at (170,2) size 0x21
</del><ins>+          RenderMathMLSpace {mspace} at (141,2) size 0x21
</ins><span class="cx">       RenderText {#text} at (524,97) size 5x17
</span><span class="cx">         text run at (524,97) width 5: &quot; &quot;
</span><span class="cx">       RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">       RenderMathMLMath {math} at (0,179) size 190x76 [padding: 0 1 0 1]
</span><del>-        RenderMathMLRoot {msqrt} at (1,0) size 188x76
</del><ins>+        RenderMathMLRoot {msqrt} at (1,0) size 185x76
</ins><span class="cx">           RenderMathMLOperator {mo} at (17,2) size 14x74
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;(&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (31,2) size 14x74
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;)&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (45,2) size 14x74
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 8x106
</span><span class="cx">                   text run at (0,-45) width 8: &quot;{&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (59,2) size 14x74
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 14x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 8x106
</span><span class="cx">                   text run at (0,-45) width 8: &quot;}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (73,2) size 11x74
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;[&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (84,2) size 11x74
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;]&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (95,2) size 11x74
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{2308}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (106,2) size 11x74
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{2309}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (117,2) size 11x74
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{230A}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (128,2) size 11x74
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x16
-              RenderBlock (anonymous) at (0,0) size 7x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 7x106
</span><span class="cx">                   text run at (0,-45) width 7: &quot;\x{230B}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (139,20) size 17x37
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 16x18
-              RenderBlock (anonymous) at (0,0) size 11x18
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x18
+              RenderBlock (anonymous) at (0,0) size 0x18
</ins><span class="cx">                 RenderText at (0,-44) size 11x106
</span><span class="cx">                   text run at (0,-44) width 11: &quot;\x{222B}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (155,2) size 9x74
</span><del>-            RenderMathMLBlock (anonymous, flex) at (1,0) size 5x16
-              RenderBlock (anonymous) at (0,0) size 4x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 4x106
</span><span class="cx">                   text run at (0,-45) width 4: &quot;|&quot;
</span><del>-          RenderMathMLOperator {mo} at (163,17) size 8x43
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x16
-              RenderBlock (anonymous) at (0,0) size 6x16
</del><ins>+          RenderMathMLOperator {mo} at (163,17) size 7x43
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 6x106
</span><span class="cx">                   text run at (0,-45) width 6: &quot;\x{2016}&quot;
</span><del>-          RenderMathMLOperator {mo} at (170,17) size 18x43
-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (169,17) size 16x43
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-45) size 8x106
</span><span class="cx">                   text run at (0,-45) width 8: &quot;\x{2225}&quot;
</span><del>-          RenderMathMLSpace {mspace} at (187,2) size 0x42
</del><ins>+          RenderMathMLSpace {mspace} at (184,2) size 0x42
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatormathmlopentypehorizontalmunderoverexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/mathml/opentype/horizontal-munderover-expected.txt (202283 => 202284)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/mathml/opentype/horizontal-munderover-expected.txt        2016-06-21 18:26:53 UTC (rev 202283)
+++ trunk/LayoutTests/platform/ios-simulator/mathml/opentype/horizontal-munderover-expected.txt        2016-06-21 18:34:35 UTC (rev 202284)
</span><span class="lines">@@ -8,8 +8,8 @@
</span><span class="cx">           RenderMathMLRow {mstyle} at (1,0) size 48x2
</span><span class="cx">             RenderMathMLUnderOver {mover} at (0,0) size 48x2
</span><span class="cx">               RenderMathMLOperator {mo} at (24,2) size 0x0
</span><del>-                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x0
-                  RenderBlock (anonymous) at (0,0) size 0x0
</del><ins>+                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x1
+                  RenderBlock (anonymous) at (0,0) size 0x1
</ins><span class="cx">                     RenderText at (0,-12) size 0x17
</span><span class="cx">                       text run at (0,-12) width 0: &quot;\x{23DE}&quot;
</span><span class="cx">               RenderMathMLSpace {mspace} at (0,0) size 48x2 [bgcolor=#FF0000]
</span><span class="lines">@@ -20,8 +20,8 @@
</span><span class="cx">             RenderMathMLUnderOver {mover} at (0,0) size 64x2
</span><span class="cx">               RenderMathMLSpace {mspace} at (0,0) size 64x2 [bgcolor=#FF0000]
</span><span class="cx">               RenderMathMLOperator {mo} at (32,0) size 0x0
</span><del>-                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x0
-                  RenderBlock (anonymous) at (0,0) size 0x0
</del><ins>+                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x1
+                  RenderBlock (anonymous) at (0,0) size 0x1
</ins><span class="cx">                     RenderText at (0,-9) size 0x13
</span><span class="cx">                       text run at (0,-9) width 0: &quot;\x{23DE}&quot;
</span><span class="cx">         RenderText {#text} at (120,0) size 4x19
</span><span class="lines">@@ -30,8 +30,8 @@
</span><span class="cx">           RenderMathMLRow {mstyle} at (1,0) size 48x2
</span><span class="cx">             RenderMathMLUnderOver {munder} at (0,0) size 48x2
</span><span class="cx">               RenderMathMLOperator {mo} at (24,0) size 0x0
</span><del>-                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x0
-                  RenderBlock (anonymous) at (0,0) size 0x0
</del><ins>+                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x1
+                  RenderBlock (anonymous) at (0,0) size 0x1
</ins><span class="cx">                     RenderText at (0,-12) size 0x17
</span><span class="cx">                       text run at (0,-12) width 0: &quot;\x{23DE}&quot;
</span><span class="cx">               RenderMathMLSpace {mspace} at (0,0) size 48x2 [bgcolor=#FF0000]
</span><span class="lines">@@ -42,13 +42,13 @@
</span><span class="cx">             RenderMathMLUnderOver {munderover} at (0,0) size 64x2
</span><span class="cx">               RenderMathMLSpace {mspace} at (0,0) size 64x2 [bgcolor=#FF0000]
</span><span class="cx">               RenderMathMLOperator {mo} at (32,2) size 0x0
</span><del>-                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x0
-                  RenderBlock (anonymous) at (0,0) size 0x0
</del><ins>+                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x1
+                  RenderBlock (anonymous) at (0,0) size 0x1
</ins><span class="cx">                     RenderText at (0,-9) size 0x13
</span><span class="cx">                       text run at (0,-9) width 0: &quot;\x{23DE}&quot;
</span><span class="cx">               RenderMathMLOperator {mo} at (32,0) size 0x0
</span><del>-                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x0
-                  RenderBlock (anonymous) at (0,0) size 0x0
</del><ins>+                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x1
+                  RenderBlock (anonymous) at (0,0) size 0x1
</ins><span class="cx">                     RenderText at (0,-9) size 0x13
</span><span class="cx">                       text run at (0,-9) width 0: &quot;\x{23DE}&quot;
</span><span class="cx">         RenderText {#text} at (244,0) size 4x19
</span><span class="lines">@@ -57,14 +57,14 @@
</span><span class="cx">           RenderMathMLRow {mstyle} at (1,0) size 48x2
</span><span class="cx">             RenderMathMLUnderOver {munderover} at (0,0) size 48x2
</span><span class="cx">               RenderMathMLOperator {mo} at (24,0) size 0x0
</span><del>-                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x0
-                  RenderBlock (anonymous) at (0,0) size 0x0
</del><ins>+                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x1
+                  RenderBlock (anonymous) at (0,0) size 0x1
</ins><span class="cx">                     RenderText at (0,-12) size 0x17
</span><span class="cx">                       text run at (0,-12) width 0: &quot;\x{23DE}&quot;
</span><span class="cx">               RenderMathMLSpace {mspace} at (0,0) size 48x2 [bgcolor=#FF0000]
</span><span class="cx">               RenderMathMLOperator {mo} at (24,0) size 0x0
</span><del>-                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x0
-                  RenderBlock (anonymous) at (0,0) size 0x0
</del><ins>+                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x1
+                  RenderBlock (anonymous) at (0,0) size 0x1
</ins><span class="cx">                     RenderText at (0,-9) size 0x13
</span><span class="cx">                       text run at (0,-9) width 0: &quot;\x{23DE}&quot;
</span><span class="cx">         RenderText {#text} at (298,0) size 4x19
</span><span class="lines">@@ -73,13 +73,13 @@
</span><span class="cx">           RenderMathMLRow {mstyle} at (1,0) size 48x2
</span><span class="cx">             RenderMathMLUnderOver {munderover} at (0,0) size 48x2
</span><span class="cx">               RenderMathMLOperator {mo} at (24,2) size 0x0
</span><del>-                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x0
-                  RenderBlock (anonymous) at (0,0) size 0x0
</del><ins>+                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x1
+                  RenderBlock (anonymous) at (0,0) size 0x1
</ins><span class="cx">                     RenderText at (0,-12) size 0x17
</span><span class="cx">                       text run at (0,-12) width 0: &quot;\x{23DE}&quot;
</span><span class="cx">               RenderMathMLOperator {mo} at (24,2) size 0x0
</span><del>-                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x0
-                  RenderBlock (anonymous) at (0,0) size 0x0
</del><ins>+                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x1
+                  RenderBlock (anonymous) at (0,0) size 0x1
</ins><span class="cx">                     RenderText at (0,-9) size 0x13
</span><span class="cx">                       text run at (0,-9) width 0: &quot;\x{23DE}&quot;
</span><span class="cx">               RenderMathMLSpace {mspace} at (0,0) size 48x2 [bgcolor=#FF0000]
</span><span class="lines">@@ -90,14 +90,14 @@
</span><span class="cx">             RenderMathMLUnderOver {munder} at (0,0) size 48x2
</span><span class="cx">               RenderMathMLUnderOver {mover} at (0,0) size 48x2
</span><span class="cx">                 RenderMathMLOperator {mo} at (24,2) size 0x0
</span><del>-                  RenderMathMLBlock (anonymous, flex) at (0,0) size 0x0
-                    RenderBlock (anonymous) at (0,0) size 0x0
</del><ins>+                  RenderMathMLBlock (anonymous, flex) at (0,0) size 0x1
+                    RenderBlock (anonymous) at (0,0) size 0x1
</ins><span class="cx">                       RenderText at (0,-12) size 0x17
</span><span class="cx">                         text run at (0,-12) width 0: &quot;\x{23DE}&quot;
</span><span class="cx">                 RenderMathMLSpace {mspace} at (0,0) size 48x2 [bgcolor=#FF0000]
</span><span class="cx">               RenderMathMLOperator {mo} at (24,2) size 0x0
</span><del>-                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x0
-                  RenderBlock (anonymous) at (0,0) size 0x0
</del><ins>+                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x1
+                  RenderBlock (anonymous) at (0,0) size 0x1
</ins><span class="cx">                     RenderText at (0,-9) size 0x13
</span><span class="cx">                       text run at (0,-9) width 0: &quot;\x{23DE}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatormathmlopentypeopentypestretchyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/mathml/opentype/opentype-stretchy-expected.txt (202283 => 202284)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/mathml/opentype/opentype-stretchy-expected.txt        2016-06-21 18:26:53 UTC (rev 202283)
+++ trunk/LayoutTests/platform/ios-simulator/mathml/opentype/opentype-stretchy-expected.txt        2016-06-21 18:34:35 UTC (rev 202284)
</span><span class="lines">@@ -5,28 +5,28 @@
</span><span class="cx">     RenderBody {BODY} at (8,16) size 784x310
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x36
</span><span class="cx">         RenderMathMLMath {math} at (0,21) size 49x11 [padding: 0 1 0 1]
</span><del>-          RenderMathMLRow {mrow} at (1,0) size 47x11
-            RenderMathMLOperator {mo} at (0,0) size 47x11
-              RenderMathMLBlock (anonymous, flex) at (2,0) size 42x3
-                RenderBlock (anonymous) at (0,0) size 3x3
</del><ins>+          RenderMathMLRow {mrow} at (1,0) size 26x11
+            RenderMathMLOperator {mo} at (0,0) size 26x11
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x3
+                RenderBlock (anonymous) at (0,0) size 0x3
</ins><span class="cx">                   RenderText at (0,-3) size 3x0
</span><span class="cx">                     text run at (0,-3) width 3: &quot;\x{219F}&quot;
</span><span class="cx">         RenderText {#text} at (48,16) size 5x19
</span><span class="cx">           text run at (48,16) width 5: &quot; &quot;
</span><span class="cx">         RenderMathMLMath {math} at (52,11) size 49x21 [padding: 0 1 0 1]
</span><del>-          RenderMathMLRow {mrow} at (1,0) size 47x21
-            RenderMathMLOperator {mo} at (0,0) size 47x21
-              RenderMathMLBlock (anonymous, flex) at (2,0) size 42x3
-                RenderBlock (anonymous) at (0,0) size 3x3
</del><ins>+          RenderMathMLRow {mrow} at (1,0) size 26x21
+            RenderMathMLOperator {mo} at (0,0) size 26x21
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x3
+                RenderBlock (anonymous) at (0,0) size 0x3
</ins><span class="cx">                   RenderText at (0,-3) size 3x0
</span><span class="cx">                     text run at (0,-3) width 3: &quot;\x{219F}&quot;
</span><span class="cx">         RenderText {#text} at (100,16) size 5x19
</span><span class="cx">           text run at (100,16) width 5: &quot; &quot;
</span><span class="cx">         RenderMathMLMath {math} at (104,0) size 50x31 [padding: 0 1 0 1]
</span><del>-          RenderMathMLRow {mrow} at (1,0) size 47x31
-            RenderMathMLOperator {mo} at (0,0) size 47x31
-              RenderMathMLBlock (anonymous, flex) at (2,0) size 42x3
-                RenderBlock (anonymous) at (0,0) size 3x3
</del><ins>+          RenderMathMLRow {mrow} at (1,0) size 26x31
+            RenderMathMLOperator {mo} at (0,0) size 26x31
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x3
+                RenderBlock (anonymous) at (0,0) size 0x3
</ins><span class="cx">                   RenderText at (0,-3) size 3x0
</span><span class="cx">                     text run at (0,-3) width 3: &quot;\x{219F}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="lines">@@ -34,8 +34,8 @@
</span><span class="cx">         RenderMathMLMath {math} at (0,0) size 49x150 [padding: 0 1 0 1]
</span><span class="cx">           RenderMathMLRow {mrow} at (1,0) size 47x150
</span><span class="cx">             RenderMathMLOperator {mo} at (0,0) size 47x150
</span><del>-              RenderMathMLBlock (anonymous, flex) at (2,0) size 42x3
-                RenderBlock (anonymous) at (0,0) size 3x3
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x3
+                RenderBlock (anonymous) at (0,0) size 0x3
</ins><span class="cx">                   RenderText at (0,-3) size 3x0
</span><span class="cx">                     text run at (0,-3) width 3: &quot;\x{219F}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="lines">@@ -43,8 +43,8 @@
</span><span class="cx">         RenderMathMLMath {math} at (0,0) size 86x82 [padding: 0 1 0 1]
</span><span class="cx">           RenderMathMLRow {mrow} at (1,0) size 84x82
</span><span class="cx">             RenderMathMLOperator {mo} at (0,0) size 84x82
</span><del>-              RenderMathMLBlock (anonymous, flex) at (0,0) size 83x12
-                RenderBlock (anonymous) at (0,0) size 11x12
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x12
+                RenderBlock (anonymous) at (0,0) size 0x12
</ins><span class="cx">                   RenderText at (0,6) size 11x0
</span><span class="cx">                     text run at (0,6) width 11: &quot;\x{2A1B}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacmathmlopentypelargeoperatorsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/mathml/opentype/large-operators-expected.txt (202283 => 202284)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/mathml/opentype/large-operators-expected.txt        2016-06-21 18:26:53 UTC (rev 202283)
+++ trunk/LayoutTests/platform/mac/mathml/opentype/large-operators-expected.txt        2016-06-21 18:34:35 UTC (rev 202284)
</span><span class="lines">@@ -5,82 +5,82 @@
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x19
</span><span class="cx">       RenderMathMLMath {math} at (0,0) size 784x19 [padding: 0 1 0 1]
</span><span class="cx">         RenderMathMLOperator {mo} at (262,1) size 18x17
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 16x17
-            RenderBlock (anonymous) at (0,0) size 15x17
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x18
+            RenderBlock (anonymous) at (0,0) size 0x18
</ins><span class="cx">               RenderText at (0,-4) size 15x24
</span><span class="cx">                 text run at (0,-4) width 15: &quot;\x{2211}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (279,0) size 9x19
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 8x19
-            RenderBlock (anonymous) at (0,0) size 8x19
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x20
+            RenderBlock (anonymous) at (0,0) size 0x20
</ins><span class="cx">               RenderText at (0,-3) size 8x24
</span><span class="cx">                 text run at (0,-3) width 8: &quot;\x{222B}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (287,0) size 13x19
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 12x19
-            RenderBlock (anonymous) at (0,0) size 12x19
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x20
+            RenderBlock (anonymous) at (0,0) size 0x20
</ins><span class="cx">               RenderText at (0,-3) size 12x24
</span><span class="cx">                 text run at (0,-3) width 12: &quot;\x{222C}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (299,0) size 17x19
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 16x19
-            RenderBlock (anonymous) at (0,0) size 16x19
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x20
+            RenderBlock (anonymous) at (0,0) size 0x20
</ins><span class="cx">               RenderText at (0,-3) size 16x24
</span><span class="cx">                 text run at (0,-3) width 16: &quot;\x{222D}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (315,0) size 21x19
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 19x19
-            RenderBlock (anonymous) at (0,0) size 19x19
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x20
+            RenderBlock (anonymous) at (0,0) size 0x20
</ins><span class="cx">               RenderText at (0,-3) size 19x24
</span><span class="cx">                 text run at (0,-3) width 19: &quot;\x{2A0C}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (335,1) size 22x17
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 19x17
-            RenderBlock (anonymous) at (0,0) size 19x17
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x18
+            RenderBlock (anonymous) at (0,0) size 0x18
</ins><span class="cx">               RenderText at (0,-4) size 19x24
</span><span class="cx">                 text run at (0,-4) width 19: &quot;\x{2A01}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (356,0) size 9x19
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 8x19
-            RenderBlock (anonymous) at (0,0) size 8x19
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x20
+            RenderBlock (anonymous) at (0,0) size 0x20
</ins><span class="cx">               RenderText at (0,-3) size 8x24
</span><span class="cx">                 text run at (0,-3) width 8: &quot;\x{222E}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (364,0) size 14x19
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 12x19
-            RenderBlock (anonymous) at (0,0) size 12x19
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x20
+            RenderBlock (anonymous) at (0,0) size 0x20
</ins><span class="cx">               RenderText at (0,-3) size 12x24
</span><span class="cx">                 text run at (0,-3) width 12: &quot;\x{222F}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (377,0) size 18x19
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 16x19
-            RenderBlock (anonymous) at (0,0) size 16x19
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x20
+            RenderBlock (anonymous) at (0,0) size 0x20
</ins><span class="cx">               RenderText at (0,-3) size 16x24
</span><span class="cx">                 text run at (0,-3) width 16: &quot;\x{2230}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (394,1) size 18x17
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 16x17
-            RenderBlock (anonymous) at (0,0) size 15x17
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x18
+            RenderBlock (anonymous) at (0,0) size 0x18
</ins><span class="cx">               RenderText at (0,-4) size 15x24
</span><span class="cx">                 text run at (0,-4) width 15: &quot;\x{22C3}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (411,1) size 19x17
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 16x17
-            RenderBlock (anonymous) at (0,0) size 15x17
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x18
+            RenderBlock (anonymous) at (0,0) size 0x18
</ins><span class="cx">               RenderText at (0,-4) size 15x24
</span><span class="cx">                 text run at (0,-4) width 15: &quot;\x{22C0}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (429,1) size 18x17
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 16x17
-            RenderBlock (anonymous) at (0,0) size 15x17
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x18
+            RenderBlock (anonymous) at (0,0) size 0x18
</ins><span class="cx">               RenderText at (0,-4) size 15x24
</span><span class="cx">                 text run at (0,-4) width 15: &quot;\x{22C1}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (446,1) size 18x17
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 16x17
-            RenderBlock (anonymous) at (0,0) size 15x17
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x18
+            RenderBlock (anonymous) at (0,0) size 0x18
</ins><span class="cx">               RenderText at (0,-4) size 15x24
</span><span class="cx">                 text run at (0,-4) width 15: &quot;\x{22C2}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (463,1) size 22x17
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 19x17
-            RenderBlock (anonymous) at (0,0) size 19x17
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x18
+            RenderBlock (anonymous) at (0,0) size 0x18
</ins><span class="cx">               RenderText at (0,-4) size 19x24
</span><span class="cx">                 text run at (0,-4) width 19: &quot;\x{2A02}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (484,1) size 20x17
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 17x17
-            RenderBlock (anonymous) at (0,0) size 16x17
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x18
+            RenderBlock (anonymous) at (0,0) size 0x18
</ins><span class="cx">               RenderText at (0,-4) size 16x24
</span><span class="cx">                 text run at (0,-4) width 16: &quot;\x{220F}&quot;
</span><span class="cx">         RenderMathMLOperator {mo} at (503,1) size 19x17
</span><del>-          RenderMathMLBlock (anonymous, flex) at (0,0) size 17x17
-            RenderBlock (anonymous) at (0,0) size 16x17
</del><ins>+          RenderMathMLBlock (anonymous, flex) at (0,0) size 0x18
+            RenderBlock (anonymous) at (0,0) size 0x18
</ins><span class="cx">               RenderText at (0,-4) size 16x24
</span><span class="cx">                 text run at (0,-4) width 16: &quot;\x{2210}&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacmathmlopentypeopentypestretchyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/mathml/opentype/opentype-stretchy-expected.txt (202283 => 202284)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/mathml/opentype/opentype-stretchy-expected.txt        2016-06-21 18:26:53 UTC (rev 202283)
+++ trunk/LayoutTests/platform/mac/mathml/opentype/opentype-stretchy-expected.txt        2016-06-21 18:34:35 UTC (rev 202284)
</span><span class="lines">@@ -5,28 +5,28 @@
</span><span class="cx">     RenderBody {BODY} at (8,16) size 784x307
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x35
</span><span class="cx">         RenderMathMLMath {math} at (0,21) size 49x11 [padding: 0 1 0 1]
</span><del>-          RenderMathMLRow {mrow} at (1,0) size 47x11
-            RenderMathMLOperator {mo} at (0,0) size 47x11
-              RenderMathMLBlock (anonymous, flex) at (2,0) size 42x3
-                RenderBlock (anonymous) at (0,0) size 3x3
</del><ins>+          RenderMathMLRow {mrow} at (1,0) size 26x11
+            RenderMathMLOperator {mo} at (0,0) size 26x11
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x3
+                RenderBlock (anonymous) at (0,0) size 0x3
</ins><span class="cx">                   RenderText at (0,-3) size 3x0
</span><span class="cx">                     text run at (0,-3) width 3: &quot;\x{219F}&quot;
</span><span class="cx">         RenderText {#text} at (48,17) size 5x18
</span><span class="cx">           text run at (48,17) width 5: &quot; &quot;
</span><span class="cx">         RenderMathMLMath {math} at (52,11) size 49x21 [padding: 0 1 0 1]
</span><del>-          RenderMathMLRow {mrow} at (1,0) size 47x21
-            RenderMathMLOperator {mo} at (0,0) size 47x21
-              RenderMathMLBlock (anonymous, flex) at (2,0) size 42x3
-                RenderBlock (anonymous) at (0,0) size 3x3
</del><ins>+          RenderMathMLRow {mrow} at (1,0) size 26x21
+            RenderMathMLOperator {mo} at (0,0) size 26x21
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x3
+                RenderBlock (anonymous) at (0,0) size 0x3
</ins><span class="cx">                   RenderText at (0,-3) size 3x0
</span><span class="cx">                     text run at (0,-3) width 3: &quot;\x{219F}&quot;
</span><span class="cx">         RenderText {#text} at (100,17) size 5x18
</span><span class="cx">           text run at (100,17) width 5: &quot; &quot;
</span><span class="cx">         RenderMathMLMath {math} at (104,0) size 50x31 [padding: 0 1 0 1]
</span><del>-          RenderMathMLRow {mrow} at (1,0) size 47x31
-            RenderMathMLOperator {mo} at (0,0) size 47x31
-              RenderMathMLBlock (anonymous, flex) at (2,0) size 42x3
-                RenderBlock (anonymous) at (0,0) size 3x3
</del><ins>+          RenderMathMLRow {mrow} at (1,0) size 26x31
+            RenderMathMLOperator {mo} at (0,0) size 26x31
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x3
+                RenderBlock (anonymous) at (0,0) size 0x3
</ins><span class="cx">                   RenderText at (0,-3) size 3x0
</span><span class="cx">                     text run at (0,-3) width 3: &quot;\x{219F}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="lines">@@ -34,8 +34,8 @@
</span><span class="cx">         RenderMathMLMath {math} at (0,0) size 49x150 [padding: 0 1 0 1]
</span><span class="cx">           RenderMathMLRow {mrow} at (1,0) size 47x150
</span><span class="cx">             RenderMathMLOperator {mo} at (0,0) size 47x150
</span><del>-              RenderMathMLBlock (anonymous, flex) at (2,0) size 42x3
-                RenderBlock (anonymous) at (0,0) size 3x3
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x3
+                RenderBlock (anonymous) at (0,0) size 0x3
</ins><span class="cx">                   RenderText at (0,-3) size 3x0
</span><span class="cx">                     text run at (0,-3) width 3: &quot;\x{219F}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="lines">@@ -43,8 +43,8 @@
</span><span class="cx">         RenderMathMLMath {math} at (0,0) size 86x82 [padding: 0 1 0 1]
</span><span class="cx">           RenderMathMLRow {mrow} at (1,0) size 84x82
</span><span class="cx">             RenderMathMLOperator {mo} at (0,0) size 84x82
</span><del>-              RenderMathMLBlock (anonymous, flex) at (0,0) size 83x12
-                RenderBlock (anonymous) at (0,0) size 11x12
</del><ins>+              RenderMathMLBlock (anonymous, flex) at (0,0) size 0x12
+                RenderBlock (anonymous) at (0,0) size 0x12
</ins><span class="cx">                   RenderText at (0,6) size 11x0
</span><span class="cx">                     text run at (0,6) width 11: &quot;\x{2A1B}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacmathmlopentypeopentypestretchyhorizontalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt (202283 => 202284)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt        2016-06-21 18:26:53 UTC (rev 202283)
+++ trunk/LayoutTests/platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt        2016-06-21 18:34:35 UTC (rev 202284)
</span><span class="lines">@@ -8,8 +8,8 @@
</span><span class="cx">           RenderMathMLRow {mstyle} at (1,0) size 8x22
</span><span class="cx">             RenderMathMLUnderOver {mover} at (0,0) size 8x22
</span><span class="cx">               RenderMathMLOperator {mo} at (0,1) size 8x21
</span><del>-                RenderMathMLBlock (anonymous, flex) at (2,0) size 2x4
-                  RenderBlock (anonymous) at (0,0) size 1x4
</del><ins>+                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x4
+                  RenderBlock (anonymous) at (0,0) size 0x4
</ins><span class="cx">                     RenderText at (0,-3) size 2x0
</span><span class="cx">                       text run at (0,-3) width 2: &quot;\x{219C}&quot;
</span><span class="cx">               RenderMathMLSpace {mspace} at (0,0) size 8x1
</span><span class="lines">@@ -19,8 +19,8 @@
</span><span class="cx">           RenderMathMLRow {mstyle} at (1,0) size 15x22
</span><span class="cx">             RenderMathMLUnderOver {mover} at (0,0) size 15x22
</span><span class="cx">               RenderMathMLOperator {mo} at (4,1) size 7x21
</span><del>-                RenderMathMLBlock (anonymous, flex) at (2,0) size 2x4
-                  RenderBlock (anonymous) at (0,0) size 1x4
</del><ins>+                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x4
+                  RenderBlock (anonymous) at (0,0) size 0x4
</ins><span class="cx">                     RenderText at (0,-3) size 2x0
</span><span class="cx">                       text run at (0,-3) width 2: &quot;\x{219C}&quot;
</span><span class="cx">               RenderMathMLSpace {mspace} at (0,0) size 15x1
</span><span class="lines">@@ -30,8 +30,8 @@
</span><span class="cx">           RenderMathMLRow {mstyle} at (1,0) size 150x42
</span><span class="cx">             RenderMathMLUnderOver {mover} at (0,0) size 150x42
</span><span class="cx">               RenderMathMLOperator {mo} at (71,1) size 8x41
</span><del>-                RenderMathMLBlock (anonymous, flex) at (2,0) size 2x4
-                  RenderBlock (anonymous) at (0,0) size 1x4
</del><ins>+                RenderMathMLBlock (anonymous, flex) at (0,0) size 0x4
+                  RenderBlock (anonymous) at (0,0) size 0x4
</ins><span class="cx">                     RenderText at (0,-3) size 2x0
</span><span class="cx">                       text run at (0,-3) width 2: &quot;\x{219C}&quot;
</span><span class="cx">               RenderMathMLSpace {mspace} at (0,0) size 150x1
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacmathmlopentypeverticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/mathml/opentype/vertical-expected.txt (202283 => 202284)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/mathml/opentype/vertical-expected.txt        2016-06-21 18:26:53 UTC (rev 202283)
+++ trunk/LayoutTests/platform/mac/mathml/opentype/vertical-expected.txt        2016-06-21 18:34:35 UTC (rev 202284)
</span><span class="lines">@@ -5,222 +5,222 @@
</span><span class="cx">     RenderBody {BODY} at (8,16) size 784x322
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderMathMLMath {math} at (0,3) size 117x15 [padding: 0 1 0 1]
</span><del>-          RenderMathMLOperator {mo} at (1,0) size 8x14
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x14
-              RenderBlock (anonymous) at (0,0) size 6x14
</del><ins>+          RenderMathMLOperator {mo} at (1,0) size 6x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 6x24
</span><span class="cx">                   text run at (0,-6) width 6: &quot;[&quot;
</span><del>-          RenderMathMLOperator {mo} at (8,0) size 8x14
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x14
-              RenderBlock (anonymous) at (0,0) size 6x14
</del><ins>+          RenderMathMLOperator {mo} at (6,0) size 6x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 6x24
</span><span class="cx">                   text run at (0,-6) width 6: &quot;]&quot;
</span><del>-          RenderMathMLOperator {mo} at (15,0) size 11x14
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x14
-              RenderBlock (anonymous) at (0,0) size 8x14
</del><ins>+          RenderMathMLOperator {mo} at (11,0) size 9x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 8x24
</span><span class="cx">                   text run at (0,-6) width 8: &quot;{&quot;
</span><del>-          RenderMathMLOperator {mo} at (25,0) size 11x14
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x14
-              RenderBlock (anonymous) at (0,0) size 8x14
</del><ins>+          RenderMathMLOperator {mo} at (19,0) size 8x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 8x24
</span><span class="cx">                   text run at (0,-6) width 8: &quot;}&quot;
</span><del>-          RenderMathMLOperator {mo} at (35,0) size 9x14
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x14
-              RenderBlock (anonymous) at (0,0) size 6x14
</del><ins>+          RenderMathMLOperator {mo} at (26,0) size 7x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 6x24
</span><span class="cx">                   text run at (0,-6) width 6: &quot;(&quot;
</span><del>-          RenderMathMLOperator {mo} at (43,0) size 8x14
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x14
-              RenderBlock (anonymous) at (0,0) size 6x14
</del><ins>+          RenderMathMLOperator {mo} at (32,0) size 6x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 6x24
</span><span class="cx">                   text run at (0,-6) width 6: &quot;)&quot;
</span><del>-          RenderMathMLOperator {mo} at (50,0) size 7x12
-            RenderMathMLBlock (anonymous, flex) at (1,0) size 4x12
-              RenderBlock (anonymous) at (0,0) size 4x12
</del><ins>+          RenderMathMLOperator {mo} at (37,0) size 8x12
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x12
+              RenderBlock (anonymous) at (0,0) size 0x12
</ins><span class="cx">                 RenderText at (0,-6) size 4x24
</span><span class="cx">                   text run at (0,-6) width 4: &quot;|&quot;
</span><del>-          RenderMathMLOperator {mo} at (56,0) size 9x15
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x15
-              RenderBlock (anonymous) at (0,0) size 8x15
</del><ins>+          RenderMathMLOperator {mo} at (44,0) size 8x15
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 8x24
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{2308}&quot;
</span><del>-          RenderMathMLOperator {mo} at (64,0) size 8x15
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x15
-              RenderBlock (anonymous) at (0,0) size 8x15
</del><ins>+          RenderMathMLOperator {mo} at (51,0) size 9x15
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 8x24
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{2309}&quot;
</span><del>-          RenderMathMLOperator {mo} at (71,0) size 9x15
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x15
-              RenderBlock (anonymous) at (0,0) size 8x15
</del><ins>+          RenderMathMLOperator {mo} at (59,0) size 8x15
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 8x24
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{230A}&quot;
</span><del>-          RenderMathMLOperator {mo} at (79,0) size 8x15
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x15
-              RenderBlock (anonymous) at (0,0) size 8x15
</del><ins>+          RenderMathMLOperator {mo} at (66,0) size 9x15
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 8x24
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{230B}&quot;
</span><del>-          RenderMathMLOperator {mo} at (86,0) size 9x15
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 9x15
-              RenderBlock (anonymous) at (0,0) size 9x15
</del><ins>+          RenderMathMLOperator {mo} at (74,0) size 9x15
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 9x24
</span><span class="cx">                   text run at (0,-5) width 9: &quot;\x{27E6}&quot;
</span><del>-          RenderMathMLOperator {mo} at (95,0) size 9x15
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 9x15
-              RenderBlock (anonymous) at (0,0) size 9x15
</del><ins>+          RenderMathMLOperator {mo} at (82,0) size 9x15
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 9x24
</span><span class="cx">                   text run at (0,-5) width 9: &quot;\x{27E7}&quot;
</span><del>-          RenderMathMLOperator {mo} at (103,0) size 7x15
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x15
-              RenderBlock (anonymous) at (0,0) size 7x15
</del><ins>+          RenderMathMLOperator {mo} at (90,0) size 7x15
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 7x24
</span><span class="cx">                   text run at (0,-5) width 7: &quot;\x{27E8}&quot;
</span><del>-          RenderMathMLOperator {mo} at (109,0) size 7x15
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x15
-              RenderBlock (anonymous) at (0,0) size 7x15
</del><ins>+          RenderMathMLOperator {mo} at (96,0) size 8x15
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 7x24
</span><span class="cx">                   text run at (0,-5) width 7: &quot;\x{27E9}&quot;
</span><del>-          RenderMathMLSpace {mspace} at (115,3) size 0x8
</del><ins>+          RenderMathMLSpace {mspace} at (103,3) size 0x8
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,34) size 784x24
</span><span class="cx">         RenderMathMLMath {math} at (0,0) size 117x25 [padding: 0 1 0 1]
</span><del>-          RenderMathMLOperator {mo} at (1,5) size 8x14
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x14
-              RenderBlock (anonymous) at (0,0) size 6x14
</del><ins>+          RenderMathMLOperator {mo} at (1,5) size 6x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 6x24
</span><span class="cx">                   text run at (0,-6) width 6: &quot;[&quot;
</span><del>-          RenderMathMLOperator {mo} at (8,5) size 8x14
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x14
-              RenderBlock (anonymous) at (0,0) size 6x14
</del><ins>+          RenderMathMLOperator {mo} at (6,5) size 6x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 6x24
</span><span class="cx">                   text run at (0,-6) width 6: &quot;]&quot;
</span><del>-          RenderMathMLOperator {mo} at (15,5) size 11x14
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x14
-              RenderBlock (anonymous) at (0,0) size 8x14
</del><ins>+          RenderMathMLOperator {mo} at (11,5) size 9x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 8x24
</span><span class="cx">                   text run at (0,-6) width 8: &quot;{&quot;
</span><del>-          RenderMathMLOperator {mo} at (25,5) size 11x14
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x14
-              RenderBlock (anonymous) at (0,0) size 8x14
</del><ins>+          RenderMathMLOperator {mo} at (19,5) size 8x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 8x24
</span><span class="cx">                   text run at (0,-6) width 8: &quot;}&quot;
</span><del>-          RenderMathMLOperator {mo} at (35,5) size 9x14
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x14
-              RenderBlock (anonymous) at (0,0) size 6x14
</del><ins>+          RenderMathMLOperator {mo} at (26,5) size 7x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 6x24
</span><span class="cx">                   text run at (0,-6) width 6: &quot;(&quot;
</span><del>-          RenderMathMLOperator {mo} at (43,5) size 8x14
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x14
-              RenderBlock (anonymous) at (0,0) size 6x14
</del><ins>+          RenderMathMLOperator {mo} at (32,5) size 6x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 6x24
</span><span class="cx">                   text run at (0,-6) width 6: &quot;)&quot;
</span><del>-          RenderMathMLOperator {mo} at (50,0) size 7x25
-            RenderMathMLBlock (anonymous, flex) at (1,0) size 4x12
-              RenderBlock (anonymous) at (0,0) size 4x12
</del><ins>+          RenderMathMLOperator {mo} at (37,0) size 8x25
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x12
+              RenderBlock (anonymous) at (0,0) size 0x12
</ins><span class="cx">                 RenderText at (0,-6) size 4x24
</span><span class="cx">                   text run at (0,-6) width 4: &quot;|&quot;
</span><del>-          RenderMathMLOperator {mo} at (56,5) size 9x15
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x15
-              RenderBlock (anonymous) at (0,0) size 8x15
</del><ins>+          RenderMathMLOperator {mo} at (44,5) size 8x15
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 8x24
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{2308}&quot;
</span><del>-          RenderMathMLOperator {mo} at (64,5) size 8x15
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x15
-              RenderBlock (anonymous) at (0,0) size 8x15
</del><ins>+          RenderMathMLOperator {mo} at (51,5) size 9x15
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 8x24
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{2309}&quot;
</span><del>-          RenderMathMLOperator {mo} at (71,5) size 9x15
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x15
-              RenderBlock (anonymous) at (0,0) size 8x15
</del><ins>+          RenderMathMLOperator {mo} at (59,5) size 8x15
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 8x24
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{230A}&quot;
</span><del>-          RenderMathMLOperator {mo} at (79,5) size 8x15
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x15
-              RenderBlock (anonymous) at (0,0) size 8x15
</del><ins>+          RenderMathMLOperator {mo} at (66,5) size 9x15
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 8x24
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{230B}&quot;
</span><del>-          RenderMathMLOperator {mo} at (86,5) size 9x15
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 9x15
-              RenderBlock (anonymous) at (0,0) size 9x15
</del><ins>+          RenderMathMLOperator {mo} at (74,5) size 9x15
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 9x24
</span><span class="cx">                   text run at (0,-5) width 9: &quot;\x{27E6}&quot;
</span><del>-          RenderMathMLOperator {mo} at (95,5) size 9x15
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 9x15
-              RenderBlock (anonymous) at (0,0) size 9x15
</del><ins>+          RenderMathMLOperator {mo} at (82,5) size 9x15
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 9x24
</span><span class="cx">                   text run at (0,-5) width 9: &quot;\x{27E7}&quot;
</span><del>-          RenderMathMLOperator {mo} at (103,5) size 7x15
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x15
-              RenderBlock (anonymous) at (0,0) size 7x15
</del><ins>+          RenderMathMLOperator {mo} at (90,5) size 7x15
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 7x24
</span><span class="cx">                   text run at (0,-5) width 7: &quot;\x{27E8}&quot;
</span><del>-          RenderMathMLOperator {mo} at (109,5) size 7x15
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x15
-              RenderBlock (anonymous) at (0,0) size 7x15
</del><ins>+          RenderMathMLOperator {mo} at (96,5) size 8x15
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 7x24
</span><span class="cx">                   text run at (0,-5) width 7: &quot;\x{27E9}&quot;
</span><del>-          RenderMathMLSpace {mspace} at (115,0) size 0x16
</del><ins>+          RenderMathMLSpace {mspace} at (103,0) size 0x16
</ins><span class="cx">         RenderText {#text} at (116,2) size 5x18
</span><span class="cx">           text run at (116,2) width 5: &quot; &quot;
</span><span class="cx">         RenderMathMLMath {math} at (120,0) size 216x20 [padding: 0 1 0 1]
</span><span class="cx">           RenderMathMLOperator {mo} at (1,5) size 18x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x14
-              RenderBlock (anonymous) at (0,0) size 9x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 9x24
</span><span class="cx">                   text run at (0,-6) width 9: &quot;\x{2191}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (18,5) size 18x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x14
-              RenderBlock (anonymous) at (0,0) size 9x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 9x24
</span><span class="cx">                   text run at (0,-6) width 9: &quot;\x{2193}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (35,4) size 18x16
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x16
-              RenderBlock (anonymous) at (0,0) size 9x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 9x24
</span><span class="cx">                   text run at (0,-5) width 9: &quot;\x{2195}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (52,5) size 18x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x14
-              RenderBlock (anonymous) at (0,0) size 9x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 9x24
</span><span class="cx">                   text run at (0,-6) width 9: &quot;\x{21A5}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (69,5) size 18x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x14
-              RenderBlock (anonymous) at (0,0) size 9x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 9x24
</span><span class="cx">                   text run at (0,-6) width 9: &quot;\x{21A7}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (86,5) size 18x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x14
-              RenderBlock (anonymous) at (0,0) size 9x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 9x24
</span><span class="cx">                   text run at (0,-6) width 9: &quot;\x{21BE}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (103,5) size 18x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x14
-              RenderBlock (anonymous) at (0,0) size 9x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 9x24
</span><span class="cx">                   text run at (0,-6) width 9: &quot;\x{21C2}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (120,5) size 18x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x14
-              RenderBlock (anonymous) at (0,0) size 9x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 9x24
</span><span class="cx">                   text run at (0,-6) width 9: &quot;\x{21BF}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (137,5) size 18x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x14
-              RenderBlock (anonymous) at (0,0) size 9x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 9x24
</span><span class="cx">                   text run at (0,-6) width 9: &quot;\x{21C3}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (154,5) size 21x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 12x14
-              RenderBlock (anonymous) at (0,0) size 11x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 11x24
</span><span class="cx">                   text run at (0,-6) width 11: &quot;\x{21D1}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (174,5) size 21x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 12x14
-              RenderBlock (anonymous) at (0,0) size 11x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 11x24
</span><span class="cx">                   text run at (0,-6) width 11: &quot;\x{21D3}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (194,4) size 20x16
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 12x16
-              RenderBlock (anonymous) at (0,0) size 11x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 11x24
</span><span class="cx">                   text run at (0,-5) width 11: &quot;\x{21D5}&quot;
</span><span class="cx">           RenderMathMLSpace {mspace} at (213,0) size 0x16
</span><span class="lines">@@ -228,221 +228,221 @@
</span><span class="cx">       RenderBlock {P} at (0,74) size 784x40
</span><span class="cx">         RenderMathMLMath {math} at (0,0) size 117x41 [padding: 0 1 0 1]
</span><span class="cx">           RenderMathMLOperator {mo} at (1,0) size 8x41
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x14
-              RenderBlock (anonymous) at (0,0) size 6x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 6x24
</span><span class="cx">                   text run at (0,-6) width 6: &quot;[&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (8,0) size 8x41
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x14
-              RenderBlock (anonymous) at (0,0) size 6x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 6x24
</span><span class="cx">                   text run at (0,-6) width 6: &quot;]&quot;
</span><del>-          RenderMathMLOperator {mo} at (15,13) size 11x14
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x14
-              RenderBlock (anonymous) at (0,0) size 8x14
</del><ins>+          RenderMathMLOperator {mo} at (15,13) size 9x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 8x24
</span><span class="cx">                   text run at (0,-6) width 8: &quot;{&quot;
</span><del>-          RenderMathMLOperator {mo} at (25,13) size 11x14
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x14
-              RenderBlock (anonymous) at (0,0) size 8x14
</del><ins>+          RenderMathMLOperator {mo} at (23,13) size 8x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 8x24
</span><span class="cx">                   text run at (0,-6) width 8: &quot;}&quot;
</span><del>-          RenderMathMLOperator {mo} at (35,0) size 9x41
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x14
-              RenderBlock (anonymous) at (0,0) size 6x14
</del><ins>+          RenderMathMLOperator {mo} at (30,0) size 8x41
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 6x24
</span><span class="cx">                   text run at (0,-6) width 6: &quot;(&quot;
</span><del>-          RenderMathMLOperator {mo} at (43,0) size 8x41
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x14
-              RenderBlock (anonymous) at (0,0) size 6x14
</del><ins>+          RenderMathMLOperator {mo} at (37,0) size 9x41
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 6x24
</span><span class="cx">                   text run at (0,-6) width 6: &quot;)&quot;
</span><del>-          RenderMathMLOperator {mo} at (50,0) size 7x41
-            RenderMathMLBlock (anonymous, flex) at (1,0) size 4x12
-              RenderBlock (anonymous) at (0,0) size 4x12
</del><ins>+          RenderMathMLOperator {mo} at (45,0) size 7x41
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x12
+              RenderBlock (anonymous) at (0,0) size 0x12
</ins><span class="cx">                 RenderText at (0,-6) size 4x24
</span><span class="cx">                   text run at (0,-6) width 4: &quot;|&quot;
</span><del>-          RenderMathMLOperator {mo} at (56,0) size 9x41
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (51,0) size 8x41
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 8x24
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{2308}&quot;
</span><del>-          RenderMathMLOperator {mo} at (64,0) size 8x41
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (59,0) size 8x41
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 8x24
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{2309}&quot;
</span><del>-          RenderMathMLOperator {mo} at (71,0) size 9x41
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (66,0) size 8x41
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 8x24
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{230A}&quot;
</span><del>-          RenderMathMLOperator {mo} at (79,0) size 8x41
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (73,0) size 8x41
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 8x24
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{230B}&quot;
</span><del>-          RenderMathMLOperator {mo} at (86,13) size 9x15
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 9x15
-              RenderBlock (anonymous) at (0,0) size 9x15
</del><ins>+          RenderMathMLOperator {mo} at (80,13) size 9x15
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 9x24
</span><span class="cx">                   text run at (0,-5) width 9: &quot;\x{27E6}&quot;
</span><del>-          RenderMathMLOperator {mo} at (95,13) size 9x15
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 9x15
-              RenderBlock (anonymous) at (0,0) size 9x15
</del><ins>+          RenderMathMLOperator {mo} at (88,13) size 9x15
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 9x24
</span><span class="cx">                   text run at (0,-5) width 9: &quot;\x{27E7}&quot;
</span><del>-          RenderMathMLOperator {mo} at (103,13) size 7x15
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x15
-              RenderBlock (anonymous) at (0,0) size 7x15
</del><ins>+          RenderMathMLOperator {mo} at (96,13) size 8x15
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 7x24
</span><span class="cx">                   text run at (0,-5) width 7: &quot;\x{27E8}&quot;
</span><del>-          RenderMathMLOperator {mo} at (109,13) size 7x15
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x15
-              RenderBlock (anonymous) at (0,0) size 7x15
</del><ins>+          RenderMathMLOperator {mo} at (103,13) size 7x15
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 7x24
</span><span class="cx">                   text run at (0,-5) width 7: &quot;\x{27E9}&quot;
</span><del>-          RenderMathMLSpace {mspace} at (115,0) size 0x24
</del><ins>+          RenderMathMLSpace {mspace} at (109,0) size 0x24
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,130) size 784x56
</span><span class="cx">         RenderMathMLMath {math} at (0,0) size 117x57 [padding: 0 1 0 1]
</span><span class="cx">           RenderMathMLOperator {mo} at (1,0) size 8x57
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x14
-              RenderBlock (anonymous) at (0,0) size 6x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 6x24
</span><span class="cx">                   text run at (0,-6) width 6: &quot;[&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (8,0) size 8x57
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x14
-              RenderBlock (anonymous) at (0,0) size 6x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 6x24
</span><span class="cx">                   text run at (0,-6) width 6: &quot;]&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (15,0) size 11x57
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x14
-              RenderBlock (anonymous) at (0,0) size 8x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 8x24
</span><span class="cx">                   text run at (0,-6) width 8: &quot;{&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (25,0) size 11x57
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x14
-              RenderBlock (anonymous) at (0,0) size 8x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 8x24
</span><span class="cx">                   text run at (0,-6) width 8: &quot;}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (35,0) size 9x57
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x14
-              RenderBlock (anonymous) at (0,0) size 6x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 6x24
</span><span class="cx">                   text run at (0,-6) width 6: &quot;(&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (43,0) size 8x57
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x14
-              RenderBlock (anonymous) at (0,0) size 6x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 6x24
</span><span class="cx">                   text run at (0,-6) width 6: &quot;)&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (50,0) size 7x57
</span><del>-            RenderMathMLBlock (anonymous, flex) at (1,0) size 4x12
-              RenderBlock (anonymous) at (0,0) size 4x12
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x12
+              RenderBlock (anonymous) at (0,0) size 0x12
</ins><span class="cx">                 RenderText at (0,-6) size 4x24
</span><span class="cx">                   text run at (0,-6) width 4: &quot;|&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (56,0) size 9x57
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 8x24
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{2308}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (64,0) size 8x57
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 8x24
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{2309}&quot;
</span><del>-          RenderMathMLOperator {mo} at (71,0) size 9x57
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (71,0) size 8x57
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 8x24
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{230A}&quot;
</span><del>-          RenderMathMLOperator {mo} at (79,0) size 8x57
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (78,0) size 8x57
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 8x24
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{230B}&quot;
</span><del>-          RenderMathMLOperator {mo} at (86,21) size 9x15
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 9x15
-              RenderBlock (anonymous) at (0,0) size 9x15
</del><ins>+          RenderMathMLOperator {mo} at (85,21) size 9x15
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 9x24
</span><span class="cx">                   text run at (0,-5) width 9: &quot;\x{27E6}&quot;
</span><del>-          RenderMathMLOperator {mo} at (95,21) size 9x15
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 9x15
-              RenderBlock (anonymous) at (0,0) size 9x15
</del><ins>+          RenderMathMLOperator {mo} at (93,21) size 9x15
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 9x24
</span><span class="cx">                   text run at (0,-5) width 9: &quot;\x{27E7}&quot;
</span><del>-          RenderMathMLOperator {mo} at (103,21) size 7x15
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x15
-              RenderBlock (anonymous) at (0,0) size 7x15
</del><ins>+          RenderMathMLOperator {mo} at (101,21) size 8x15
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 7x24
</span><span class="cx">                   text run at (0,-5) width 7: &quot;\x{27E8}&quot;
</span><del>-          RenderMathMLOperator {mo} at (109,21) size 7x15
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x15
-              RenderBlock (anonymous) at (0,0) size 7x15
</del><ins>+          RenderMathMLOperator {mo} at (108,21) size 7x15
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 7x24
</span><span class="cx">                   text run at (0,-5) width 7: &quot;\x{27E9}&quot;
</span><del>-          RenderMathMLSpace {mspace} at (115,0) size 0x32
</del><ins>+          RenderMathMLSpace {mspace} at (114,0) size 0x32
</ins><span class="cx">         RenderText {#text} at (116,18) size 5x18
</span><span class="cx">           text run at (116,18) width 5: &quot; &quot;
</span><span class="cx">         RenderMathMLMath {math} at (120,0) size 216x36 [padding: 0 1 0 1]
</span><span class="cx">           RenderMathMLOperator {mo} at (1,21) size 18x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x14
-              RenderBlock (anonymous) at (0,0) size 9x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 9x24
</span><span class="cx">                   text run at (0,-6) width 9: &quot;\x{2191}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (18,21) size 18x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x14
-              RenderBlock (anonymous) at (0,0) size 9x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 9x24
</span><span class="cx">                   text run at (0,-6) width 9: &quot;\x{2193}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (35,20) size 18x16
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x16
-              RenderBlock (anonymous) at (0,0) size 9x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 9x24
</span><span class="cx">                   text run at (0,-5) width 9: &quot;\x{2195}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (52,21) size 18x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x14
-              RenderBlock (anonymous) at (0,0) size 9x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 9x24
</span><span class="cx">                   text run at (0,-6) width 9: &quot;\x{21A5}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (69,21) size 18x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x14
-              RenderBlock (anonymous) at (0,0) size 9x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 9x24
</span><span class="cx">                   text run at (0,-6) width 9: &quot;\x{21A7}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (86,21) size 18x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x14
-              RenderBlock (anonymous) at (0,0) size 9x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 9x24
</span><span class="cx">                   text run at (0,-6) width 9: &quot;\x{21BE}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (103,21) size 18x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x14
-              RenderBlock (anonymous) at (0,0) size 9x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 9x24
</span><span class="cx">                   text run at (0,-6) width 9: &quot;\x{21C2}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (120,21) size 18x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x14
-              RenderBlock (anonymous) at (0,0) size 9x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 9x24
</span><span class="cx">                   text run at (0,-6) width 9: &quot;\x{21BF}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (137,21) size 18x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x14
-              RenderBlock (anonymous) at (0,0) size 9x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 9x24
</span><span class="cx">                   text run at (0,-6) width 9: &quot;\x{21C3}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (154,21) size 21x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 12x14
-              RenderBlock (anonymous) at (0,0) size 11x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 11x24
</span><span class="cx">                   text run at (0,-6) width 11: &quot;\x{21D1}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (174,21) size 21x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 12x14
-              RenderBlock (anonymous) at (0,0) size 11x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 11x24
</span><span class="cx">                   text run at (0,-6) width 11: &quot;\x{21D3}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (194,20) size 20x16
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 12x16
-              RenderBlock (anonymous) at (0,0) size 11x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 11x24
</span><span class="cx">                   text run at (0,-5) width 11: &quot;\x{21D5}&quot;
</span><span class="cx">           RenderMathMLSpace {mspace} at (213,0) size 0x32
</span><span class="lines">@@ -450,142 +450,142 @@
</span><span class="cx">       RenderBlock {P} at (0,202) size 784x120
</span><span class="cx">         RenderMathMLMath {math} at (0,0) size 117x121 [padding: 0 1 0 1]
</span><span class="cx">           RenderMathMLOperator {mo} at (1,0) size 8x121
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x14
-              RenderBlock (anonymous) at (0,0) size 6x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 6x24
</span><span class="cx">                   text run at (0,-6) width 6: &quot;[&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (8,0) size 8x121
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x14
-              RenderBlock (anonymous) at (0,0) size 6x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 6x24
</span><span class="cx">                   text run at (0,-6) width 6: &quot;]&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (15,0) size 11x121
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x14
-              RenderBlock (anonymous) at (0,0) size 8x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 8x24
</span><span class="cx">                   text run at (0,-6) width 8: &quot;{&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (25,0) size 11x121
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x14
-              RenderBlock (anonymous) at (0,0) size 8x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 8x24
</span><span class="cx">                   text run at (0,-6) width 8: &quot;}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (35,0) size 9x121
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x14
-              RenderBlock (anonymous) at (0,0) size 6x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 6x24
</span><span class="cx">                   text run at (0,-6) width 6: &quot;(&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (43,0) size 8x121
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x14
-              RenderBlock (anonymous) at (0,0) size 6x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 6x24
</span><span class="cx">                   text run at (0,-6) width 6: &quot;)&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (50,0) size 7x121
</span><del>-            RenderMathMLBlock (anonymous, flex) at (1,0) size 4x12
-              RenderBlock (anonymous) at (0,0) size 4x12
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x12
+              RenderBlock (anonymous) at (0,0) size 0x12
</ins><span class="cx">                 RenderText at (0,-6) size 4x24
</span><span class="cx">                   text run at (0,-6) width 4: &quot;|&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (56,0) size 9x121
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 8x24
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{2308}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (64,0) size 8x121
</span><del>-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 8x24
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{2309}&quot;
</span><del>-          RenderMathMLOperator {mo} at (71,0) size 9x121
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (71,0) size 8x121
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 8x24
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{230A}&quot;
</span><del>-          RenderMathMLOperator {mo} at (79,0) size 8x121
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
-              RenderBlock (anonymous) at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (78,0) size 8x121
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 8x24
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{230B}&quot;
</span><del>-          RenderMathMLOperator {mo} at (86,53) size 9x15
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 9x15
-              RenderBlock (anonymous) at (0,0) size 9x15
</del><ins>+          RenderMathMLOperator {mo} at (85,53) size 9x15
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 9x24
</span><span class="cx">                   text run at (0,-5) width 9: &quot;\x{27E6}&quot;
</span><del>-          RenderMathMLOperator {mo} at (95,53) size 9x15
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 9x15
-              RenderBlock (anonymous) at (0,0) size 9x15
</del><ins>+          RenderMathMLOperator {mo} at (93,53) size 9x15
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 9x24
</span><span class="cx">                   text run at (0,-5) width 9: &quot;\x{27E7}&quot;
</span><del>-          RenderMathMLOperator {mo} at (103,53) size 7x15
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x15
-              RenderBlock (anonymous) at (0,0) size 7x15
</del><ins>+          RenderMathMLOperator {mo} at (101,53) size 8x15
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 7x24
</span><span class="cx">                   text run at (0,-5) width 7: &quot;\x{27E8}&quot;
</span><del>-          RenderMathMLOperator {mo} at (109,53) size 7x15
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x15
-              RenderBlock (anonymous) at (0,0) size 7x15
</del><ins>+          RenderMathMLOperator {mo} at (108,53) size 7x15
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 7x24
</span><span class="cx">                   text run at (0,-5) width 7: &quot;\x{27E9}&quot;
</span><del>-          RenderMathMLSpace {mspace} at (115,0) size 0x64
</del><ins>+          RenderMathMLSpace {mspace} at (114,0) size 0x64
</ins><span class="cx">         RenderText {#text} at (116,50) size 5x18
</span><span class="cx">           text run at (116,50) width 5: &quot; &quot;
</span><span class="cx">         RenderMathMLMath {math} at (120,0) size 216x68 [padding: 0 1 0 1]
</span><span class="cx">           RenderMathMLOperator {mo} at (1,53) size 18x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x14
-              RenderBlock (anonymous) at (0,0) size 9x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 9x24
</span><span class="cx">                   text run at (0,-6) width 9: &quot;\x{2191}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (18,53) size 18x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x14
-              RenderBlock (anonymous) at (0,0) size 9x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 9x24
</span><span class="cx">                   text run at (0,-6) width 9: &quot;\x{2193}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (35,52) size 18x16
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x16
-              RenderBlock (anonymous) at (0,0) size 9x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 9x24
</span><span class="cx">                   text run at (0,-5) width 9: &quot;\x{2195}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (52,53) size 18x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x14
-              RenderBlock (anonymous) at (0,0) size 9x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 9x24
</span><span class="cx">                   text run at (0,-6) width 9: &quot;\x{21A5}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (69,53) size 18x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x14
-              RenderBlock (anonymous) at (0,0) size 9x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 9x24
</span><span class="cx">                   text run at (0,-6) width 9: &quot;\x{21A7}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (86,53) size 18x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x14
-              RenderBlock (anonymous) at (0,0) size 9x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 9x24
</span><span class="cx">                   text run at (0,-6) width 9: &quot;\x{21BE}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (103,53) size 18x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x14
-              RenderBlock (anonymous) at (0,0) size 9x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 9x24
</span><span class="cx">                   text run at (0,-6) width 9: &quot;\x{21C2}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (120,53) size 18x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x14
-              RenderBlock (anonymous) at (0,0) size 9x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 9x24
</span><span class="cx">                   text run at (0,-6) width 9: &quot;\x{21BF}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (137,53) size 18x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x14
-              RenderBlock (anonymous) at (0,0) size 9x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 9x24
</span><span class="cx">                   text run at (0,-6) width 9: &quot;\x{21C3}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (154,53) size 21x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 12x14
-              RenderBlock (anonymous) at (0,0) size 11x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 11x24
</span><span class="cx">                   text run at (0,-6) width 11: &quot;\x{21D1}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (174,53) size 21x14
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 12x14
-              RenderBlock (anonymous) at (0,0) size 11x14
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x14
+              RenderBlock (anonymous) at (0,0) size 0x14
</ins><span class="cx">                 RenderText at (0,-6) size 11x24
</span><span class="cx">                   text run at (0,-6) width 11: &quot;\x{21D3}&quot;
</span><span class="cx">           RenderMathMLOperator {mo} at (194,52) size 20x16
</span><del>-            RenderMathMLBlock (anonymous, flex) at (4,0) size 12x16
-              RenderBlock (anonymous) at (0,0) size 11x16
</del><ins>+            RenderMathMLBlock (anonymous, flex) at (0,0) size 0x16
+              RenderBlock (anonymous) at (0,0) size 0x16
</ins><span class="cx">                 RenderText at (0,-5) size 11x24
</span><span class="cx">                   text run at (0,-5) width 11: &quot;\x{21D5}&quot;
</span><span class="cx">           RenderMathMLSpace {mspace} at (213,0) size 0x64
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (202283 => 202284)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2016-06-21 18:26:53 UTC (rev 202283)
+++ trunk/Source/WebCore/ChangeLog        2016-06-21 18:34:35 UTC (rev 202284)
</span><span class="lines">@@ -1,3 +1,22 @@
</span><ins>+2016-06-21  Frederic Wang  &lt;fwang@igalia.com&gt;
+
+        Implement RenderMathMLOperator::layoutBlock
+        https://bugs.webkit.org/show_bug.cgi?id=157521
+
+        Reviewed by Brent Fulgham.
+
+        No new tests, already covered by existing tests.
+
+        Add an initial implementation of RenderMathMLOperator::layoutBlock, which will perform
+        special layout when the MathOperator is used. We also improved how the logical height is
+        calculated and avoid updating the style when stretchTo is called.
+
+        * rendering/mathml/RenderMathMLOperator.cpp:
+        (WebCore::RenderMathMLOperator::stretchTo):
+        (WebCore::RenderMathMLOperator::layoutBlock):
+        (WebCore::RenderMathMLOperator::computeLogicalHeight): Deleted.
+        * rendering/mathml/RenderMathMLOperator.h:
+
</ins><span class="cx"> 2016-06-21  Chris Dumez  &lt;cdumez@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Unreviewed, roll out r202268 as it looks like it was a ~50% regression on Dromaeo DOM Core
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLOperatorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLOperator.cpp (202283 => 202284)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLOperator.cpp        2016-06-21 18:26:53 UTC (rev 202283)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLOperator.cpp        2016-06-21 18:34:35 UTC (rev 202284)
</span><span class="lines">@@ -211,7 +211,7 @@
</span><span class="cx"> 
</span><span class="cx">     m_mathOperator.stretchTo(style(), m_stretchHeightAboveBaseline, m_stretchDepthBelowBaseline);
</span><span class="cx"> 
</span><del>-    updateStyle();
</del><ins>+    setLogicalHeight(m_mathOperator.ascent() + m_mathOperator.descent());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void RenderMathMLOperator::stretchTo(LayoutUnit width)
</span><span class="lines">@@ -227,7 +227,7 @@
</span><span class="cx"> 
</span><span class="cx">     setOperatorProperties();
</span><span class="cx"> 
</span><del>-    updateStyle();
</del><ins>+    setLogicalHeight(m_mathOperator.ascent() + m_mathOperator.descent());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void RenderMathMLOperator::resetStretchSize()
</span><span class="lines">@@ -260,6 +260,24 @@
</span><span class="cx">     setPreferredLogicalWidthsDirty(false);
</span><span class="cx"> }
</span><span class="cx"> 
</span><ins>+void RenderMathMLOperator::layoutBlock(bool relayoutChildren, LayoutUnit pageLogicalHeight)
+{
+    ASSERT(needsLayout());
+
+    if (!relayoutChildren &amp;&amp; simplifiedLayout())
+        return;
+
+    if (useMathOperator()) {
+        for (auto child = firstChildBox(); child; child = child-&gt;nextSiblingBox())
+            child-&gt;layoutIfNeeded();
+        setLogicalWidth(m_leadingSpace + m_mathOperator.width() + m_trailingSpace);
+        setLogicalHeight(m_mathOperator.ascent() + m_mathOperator.descent());
+    } else
+        RenderMathMLToken::layoutBlock(relayoutChildren, pageLogicalHeight);
+
+    clearNeedsLayout();
+}
+
</ins><span class="cx"> void RenderMathMLOperator::rebuildTokenContent(const String&amp; operatorString)
</span><span class="cx"> {
</span><span class="cx">     // We collapse the whitespace and replace the hyphens by minus signs.
</span><span class="lines">@@ -364,13 +382,6 @@
</span><span class="cx">     return RenderMathMLToken::firstLineBaseline();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void RenderMathMLOperator::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&amp; computedValues) const
-{
-    if (useMathOperator())
-        logicalHeight = m_mathOperator.ascent() + m_mathOperator.descent();
-    RenderBox::computeLogicalHeight(logicalHeight, logicalTop, computedValues);
-}
-
</del><span class="cx"> void RenderMathMLOperator::paint(PaintInfo&amp; info, const LayoutPoint&amp; paintOffset)
</span><span class="cx"> {
</span><span class="cx">     RenderMathMLToken::paint(info, paintOffset);
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLOperatorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLOperator.h (202283 => 202284)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLOperator.h        2016-06-21 18:26:53 UTC (rev 202283)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLOperator.h        2016-06-21 18:34:35 UTC (rev 202284)
</span><span class="lines">@@ -67,7 +67,7 @@
</span><span class="cx"> protected:
</span><span class="cx">     virtual void setOperatorProperties();
</span><span class="cx">     void computePreferredLogicalWidths() final;
</span><del>-    void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&amp;) const final;
</del><ins>+    void layoutBlock(bool relayoutChildren, LayoutUnit pageLogicalHeight = 0) final;
</ins><span class="cx">     void setLeadingSpace(LayoutUnit leadingSpace) { m_leadingSpace = leadingSpace; }
</span><span class="cx">     void setTrailingSpace(LayoutUnit trailingSpace) { m_trailingSpace = trailingSpace; }
</span><span class="cx">     UChar textContent() const { return m_textContent; }
</span></span></pre>
</div>
</div>

</body>
</html>