<!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>[202787] trunk/LayoutTests</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/202787">202787</a></dd>
<dt>Author</dt> <dd>fred.wang@free.fr</dd>
<dt>Date</dt> <dd>2016-07-03 09:18:03 -0700 (Sun, 03 Jul 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Update windows test expectations for some MathML tests.

Unreviewed test gardening.

* platform/win/TestExpectations:
* platform/win/mathml/opentype/horizontal-expected.txt:
* platform/win/mathml/opentype/horizontal-munderover-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformwinTestExpectations">trunk/LayoutTests/platform/win/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformwinmathmlopentypehorizontalexpectedtxt">trunk/LayoutTests/platform/win/mathml/opentype/horizontal-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinmathmlopentypehorizontalmunderoverexpectedtxt">trunk/LayoutTests/platform/win/mathml/opentype/horizontal-munderover-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (202786 => 202787)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-07-03 11:59:58 UTC (rev 202786)
+++ trunk/LayoutTests/ChangeLog        2016-07-03 16:18:03 UTC (rev 202787)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2016-07-03  Frederic Wang  &lt;fred.wang@free.fr&gt;
+
+        Update windows test expectations for some MathML tests.
+
+        Unreviewed test gardening.
+
+        * platform/win/TestExpectations:
+        * platform/win/mathml/opentype/horizontal-expected.txt:
+        * platform/win/mathml/opentype/horizontal-munderover-expected.txt:
+
</ins><span class="cx"> 2016-07-03  David Kilzer  &lt;ddkilzer@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         fast/css/image-set-unprefixed.html fails on iOS Simulator
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/TestExpectations (202786 => 202787)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/TestExpectations        2016-07-03 11:59:58 UTC (rev 202786)
+++ trunk/LayoutTests/platform/win/TestExpectations        2016-07-03 16:18:03 UTC (rev 202787)
</span><span class="lines">@@ -1955,6 +1955,15 @@
</span><span class="cx"> mathml/opentype/opentype-stretchy-horizontal.html [ Skip ]  # Crashing
</span><span class="cx"> mathml/presentation/style-changed.html [ Crash Pass ]
</span><span class="cx"> webkit.org/b/140522 mathml/opentype/munderover-layout-resize.html [ Skip ]  # Crashing
</span><ins>+mathml/opentype/large-operators-munderover.html [ ImageOnlyFailure ]
+mathml/presentation/attributes-mathvariant.html [ ImageOnlyFailure ]
+webkit.org/b/159202 mathml/presentation/scripts-subsup.html [ ImageOnlyFailure ]
+mathml/presentation/tokenElements-mathvariant.html [ ImageOnlyFailure ]
+
+# These tests require the Latin Modern Math font.
+mathml/opentype/fraction-line.html [ Skip ]
+mathml/opentype/large-operators-italic-correction.html [ Skip ]
+mathml/presentation/fractions-linethickness.html [ Skip ]
</ins><span class="cx"> ################################################################################
</span><span class="cx"> #################          End MathML Issues                ####################
</span><span class="cx"> ################################################################################
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinmathmlopentypehorizontalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/mathml/opentype/horizontal-expected.txt (202786 => 202787)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/mathml/opentype/horizontal-expected.txt        2016-07-03 11:59:58 UTC (rev 202786)
+++ trunk/LayoutTests/platform/win/mathml/opentype/horizontal-expected.txt        2016-07-03 16:18:03 UTC (rev 202787)
</span><span class="lines">@@ -1,572 +1,515 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x574
-  RenderBlock {HTML} at (0,0) size 800x574
-    RenderBody {BODY} at (8,16) size 784x542
-      RenderBlock {P} at (0,0) size 784x85
-        RenderMathMLMath {math} at (0,0) size 31x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 29x82
-            RenderMathMLSpace {mspace} at (3,79) size 23x3 [bgcolor=#0000FF]
-            RenderMathMLOperator {mo} at (-4,0) size 36x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 29x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{2190}&quot;
-        RenderText {#text} at (30,67) size 5x18
-          text run at (30,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (34,0) size 32x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 29x82
-            RenderMathMLSpace {mspace} at (3,79) size 23x3 [bgcolor=#0000FF]
-            RenderMathMLOperator {mo} at (-4,0) size 36x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 29x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{2192}&quot;
-        RenderText {#text} at (65,67) size 5x18
-          text run at (65,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (69,0) size 31x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 29x82
-            RenderMathMLSpace {mspace} at (3,79) size 23x3 [bgcolor=#0000FF]
-            RenderMathMLOperator {mo} at (-4,0) size 36x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 29x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{2194}&quot;
-        RenderText {#text} at (99,67) size 5x18
-          text run at (99,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (103,0) size 32x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 29x82
-            RenderMathMLSpace {mspace} at (3,79) size 23x3 [bgcolor=#0000FF]
-            RenderMathMLOperator {mo} at (-4,0) size 36x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 29x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21A4}&quot;
-        RenderText {#text} at (134,67) size 5x18
-          text run at (134,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (138,0) size 32x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 29x82
-            RenderMathMLSpace {mspace} at (3,79) size 23x3 [bgcolor=#0000FF]
-            RenderMathMLOperator {mo} at (-4,0) size 36x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 29x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21A6}&quot;
-        RenderText {#text} at (169,67) size 5x18
-          text run at (169,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (173,0) size 31x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 29x82
-            RenderMathMLSpace {mspace} at (3,79) size 23x3 [bgcolor=#0000FF]
-            RenderMathMLOperator {mo} at (-4,0) size 36x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 29x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21BC}&quot;
-        RenderText {#text} at (203,67) size 5x18
-          text run at (203,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (207,0) size 32x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 29x82
-            RenderMathMLSpace {mspace} at (3,79) size 23x3 [bgcolor=#0000FF]
-            RenderMathMLOperator {mo} at (-4,0) size 36x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 29x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21BD}&quot;
-        RenderText {#text} at (238,67) size 5x18
-          text run at (238,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (242,0) size 32x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 29x82
-            RenderMathMLSpace {mspace} at (3,79) size 23x3 [bgcolor=#0000FF]
-            RenderMathMLOperator {mo} at (-4,0) size 36x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 29x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21C0}&quot;
-        RenderText {#text} at (273,67) size 5x18
-          text run at (273,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (277,0) size 31x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 29x82
-            RenderMathMLSpace {mspace} at (3,79) size 23x3 [bgcolor=#0000FF]
-            RenderMathMLOperator {mo} at (-4,0) size 36x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 29x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21D0}&quot;
-        RenderText {#text} at (307,67) size 5x18
-          text run at (307,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (311,0) size 32x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 29x82
-            RenderMathMLSpace {mspace} at (3,79) size 23x3 [bgcolor=#0000FF]
-            RenderMathMLOperator {mo} at (-4,0) size 36x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 29x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21D2}&quot;
-        RenderText {#text} at (342,67) size 5x18
-          text run at (342,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (346,0) size 32x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 29x82
-            RenderMathMLSpace {mspace} at (3,79) size 23x3 [bgcolor=#0000FF]
-            RenderMathMLOperator {mo} at (-4,0) size 36x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 29x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21D4}&quot;
-        RenderText {#text} at (377,67) size 5x18
-          text run at (377,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (381,0) size 31x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 29x82
-            RenderMathMLSpace {mspace} at (3,79) size 23x3 [bgcolor=#0000FF]
-            RenderMathMLOperator {mo} at (-4,0) size 36x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 29x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21DA}&quot;
-        RenderText {#text} at (411,67) size 5x18
-          text run at (411,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (415,0) size 32x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 29x82
-            RenderMathMLSpace {mspace} at (3,79) size 23x3 [bgcolor=#0000FF]
-            RenderMathMLOperator {mo} at (-4,0) size 36x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 29x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21DB}&quot;
-        RenderText {#text} at (446,67) size 5x18
-          text run at (446,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (450,0) size 25x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 22x82
-            RenderMathMLSpace {mspace} at (0,79) size 22x3 [bgcolor=#0000FF]
-            RenderMathMLOperator {mo} at (0,0) size 22x80
-              RenderMathMLBlock (anonymous, flex) at (0,0) size 22x80
-                RenderBlock (anonymous) at (0,0) size 4x80
-                  RenderText at (0,0) size 4x80
-                    text run at (0,0) width 4: &quot;\x{23B4}&quot;
-        RenderText {#text} at (474,67) size 5x18
-          text run at (474,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (478,0) size 25x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 22x82
-            RenderMathMLSpace {mspace} at (0,79) size 22x3 [bgcolor=#0000FF]
-            RenderMathMLOperator {mo} at (0,0) size 22x80
-              RenderMathMLBlock (anonymous, flex) at (0,0) size 22x80
-                RenderBlock (anonymous) at (0,0) size 4x80
-                  RenderText at (0,0) size 4x80
-                    text run at (0,0) width 4: &quot;\x{23B5}&quot;
-        RenderText {#text} at (502,67) size 5x18
-          text run at (502,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (506,0) size 27x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 24x82
-            RenderMathMLSpace {mspace} at (1,79) size 22x3 [bgcolor=#0000FF]
-            RenderMathMLOperator {mo} at (0,0) size 24x80
-              RenderMathMLBlock (anonymous, flex) at (0,0) size 24x80
-                RenderBlock (anonymous) at (0,0) size 6x80
-                  RenderText at (0,0) size 6x80
-                    text run at (0,0) width 6: &quot;\x{23DC}&quot;
-        RenderText {#text} at (532,67) size 5x18
-          text run at (532,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (536,0) size 27x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 24x82
-            RenderMathMLSpace {mspace} at (1,79) size 22x3 [bgcolor=#0000FF]
-            RenderMathMLOperator {mo} at (0,0) size 24x80
-              RenderMathMLBlock (anonymous, flex) at (0,0) size 24x80
-                RenderBlock (anonymous) at (0,0) size 6x80
-                  RenderText at (0,0) size 6x80
-                    text run at (0,0) width 6: &quot;\x{23DD}&quot;
-        RenderText {#text} at (562,67) size 5x18
-          text run at (562,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (566,0) size 27x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 24x82
-            RenderMathMLSpace {mspace} at (1,79) size 22x3 [bgcolor=#0000FF]
-            RenderMathMLOperator {mo} at (0,0) size 24x80
-              RenderMathMLBlock (anonymous, flex) at (0,0) size 24x80
-                RenderBlock (anonymous) at (0,0) size 6x80
-                  RenderText at (0,0) size 6x80
-                    text run at (0,0) width 6: &quot;\x{23DE}&quot;
-        RenderText {#text} at (592,67) size 5x18
-          text run at (592,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (596,0) size 27x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 24x82
-            RenderMathMLSpace {mspace} at (1,79) size 22x3 [bgcolor=#0000FF]
-            RenderMathMLOperator {mo} at (0,0) size 24x80
-              RenderMathMLBlock (anonymous, flex) at (0,0) size 24x80
-                RenderBlock (anonymous) at (0,0) size 6x80
-                  RenderText at (0,0) size 6x80
-                    text run at (0,0) width 6: &quot;\x{23DF}&quot;
</del><ins>+layer at (0,0) size 800x172
+  RenderBlock {HTML} at (0,0) size 800x172
+    RenderBody {BODY} at (8,16) size 784x140
+      RenderBlock {P} at (0,0) size 784x18
+        RenderMathMLMath {math} at (0,6) size 24x8 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 22x8
+            RenderMathMLSpace {mspace} at (0,5) size 22x3 [bgcolor=#0000FF]
+            RenderMathMLOperator {mo} at (2,0) size 18x6
+              RenderBlock (anonymous) at (0,0) size 10x7
+                RenderText {#text} at (0,-3) size 10x12
+                  text run at (0,-3) width 10: &quot;\x{2190}&quot;
+        RenderText {#text} at (24,0) size 4x18
+          text run at (24,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (28,6) size 24x8 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 22x8
+            RenderMathMLSpace {mspace} at (0,5) size 22x3 [bgcolor=#0000FF]
+            RenderMathMLOperator {mo} at (2,0) size 18x6
+              RenderBlock (anonymous) at (0,0) size 10x7
+                RenderText {#text} at (0,-3) size 10x12
+                  text run at (0,-3) width 10: &quot;\x{2192}&quot;
+        RenderText {#text} at (52,0) size 4x18
+          text run at (52,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (56,6) size 24x8 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 22x8
+            RenderMathMLSpace {mspace} at (0,5) size 22x3 [bgcolor=#0000FF]
+            RenderMathMLOperator {mo} at (2,0) size 18x6
+              RenderBlock (anonymous) at (0,0) size 11x7
+                RenderText {#text} at (0,-3) size 11x12
+                  text run at (0,-3) width 11: &quot;\x{2194}&quot;
+        RenderText {#text} at (80,0) size 4x18
+          text run at (80,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (84,6) size 24x8 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 22x8
+            RenderMathMLSpace {mspace} at (0,5) size 22x3 [bgcolor=#0000FF]
+            RenderMathMLOperator {mo} at (2,0) size 18x6
+              RenderBlock (anonymous) at (0,0) size 10x7
+                RenderText {#text} at (0,-3) size 10x12
+                  text run at (0,-3) width 10: &quot;\x{21A4}&quot;
+        RenderText {#text} at (108,0) size 4x18
+          text run at (108,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (112,6) size 24x8 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 22x8
+            RenderMathMLSpace {mspace} at (0,5) size 22x3 [bgcolor=#0000FF]
+            RenderMathMLOperator {mo} at (2,0) size 18x6
+              RenderBlock (anonymous) at (0,0) size 10x7
+                RenderText {#text} at (0,-3) size 10x12
+                  text run at (0,-3) width 10: &quot;\x{21A6}&quot;
+        RenderText {#text} at (136,0) size 4x18
+          text run at (136,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (140,9) size 24x5 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 22x5
+            RenderMathMLSpace {mspace} at (0,2) size 22x3 [bgcolor=#0000FF]
+            RenderMathMLOperator {mo} at (2,0) size 18x3
+              RenderBlock (anonymous) at (0,0) size 10x7
+                RenderText {#text} at (0,-3) size 10x12
+                  text run at (0,-3) width 10: &quot;\x{21BC}&quot;
+        RenderText {#text} at (164,0) size 4x18
+          text run at (164,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (168,9) size 24x5 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 22x5
+            RenderMathMLSpace {mspace} at (0,2) size 22x3 [bgcolor=#0000FF]
+            RenderMathMLOperator {mo} at (2,0) size 18x3
+              RenderBlock (anonymous) at (0,0) size 10x5
+                RenderText {#text} at (0,-5) size 10x12
+                  text run at (0,-5) width 10: &quot;\x{21BD}&quot;
+        RenderText {#text} at (192,0) size 4x18
+          text run at (192,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (196,9) size 24x5 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 22x5
+            RenderMathMLSpace {mspace} at (0,2) size 22x3 [bgcolor=#0000FF]
+            RenderMathMLOperator {mo} at (2,0) size 18x3
+              RenderBlock (anonymous) at (0,0) size 10x7
+                RenderText {#text} at (0,-3) size 10x12
+                  text run at (0,-3) width 10: &quot;\x{21C0}&quot;
+        RenderText {#text} at (220,0) size 4x18
+          text run at (220,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (224,6) size 24x9 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 22x9
+            RenderMathMLSpace {mspace} at (0,6) size 22x3 [bgcolor=#0000FF]
+            RenderMathMLOperator {mo} at (2,0) size 18x7
+              RenderBlock (anonymous) at (0,0) size 10x8
+                RenderText {#text} at (0,-2) size 10x12
+                  text run at (0,-2) width 10: &quot;\x{21D0}&quot;
+        RenderText {#text} at (248,0) size 4x18
+          text run at (248,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (252,6) size 24x9 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 22x9
+            RenderMathMLSpace {mspace} at (0,6) size 22x3 [bgcolor=#0000FF]
+            RenderMathMLOperator {mo} at (2,0) size 18x7
+              RenderBlock (anonymous) at (0,0) size 10x8
+                RenderText {#text} at (0,-2) size 10x12
+                  text run at (0,-2) width 10: &quot;\x{21D2}&quot;
+        RenderText {#text} at (276,0) size 4x18
+          text run at (276,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (280,6) size 24x9 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 22x9
+            RenderMathMLSpace {mspace} at (0,6) size 22x3 [bgcolor=#0000FF]
+            RenderMathMLOperator {mo} at (1,0) size 20x7
+              RenderBlock (anonymous) at (0,0) size 12x8
+                RenderText {#text} at (0,-2) size 12x12
+                  text run at (0,-2) width 12: &quot;\x{21D4}&quot;
+        RenderText {#text} at (304,0) size 4x18
+          text run at (304,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (308,5) size 24x9 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 22x9
+            RenderMathMLSpace {mspace} at (0,6) size 22x3 [bgcolor=#0000FF]
+            RenderMathMLOperator {mo} at (2,0) size 18x7
+              RenderBlock (anonymous) at (0,0) size 11x8
+                RenderText {#text} at (0,-2) size 11x12
+                  text run at (0,-2) width 11: &quot;\x{21DA}&quot;
+        RenderText {#text} at (332,0) size 4x18
+          text run at (332,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (336,5) size 24x9 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 22x9
+            RenderMathMLSpace {mspace} at (0,6) size 22x3 [bgcolor=#0000FF]
+            RenderMathMLOperator {mo} at (2,0) size 18x7
+              RenderBlock (anonymous) at (0,0) size 11x8
+                RenderText {#text} at (0,-2) size 11x12
+                  text run at (0,-2) width 11: &quot;\x{21DB}&quot;
+        RenderText {#text} at (360,0) size 4x18
+          text run at (360,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (364,9) size 24x5 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 22x5
+            RenderMathMLSpace {mspace} at (0,2) size 22x3 [bgcolor=#0000FF]
+            RenderMathMLOperator {mo} at (7,0) size 8x3
+              RenderBlock (anonymous) at (0,0) size 7x10
+                RenderText {#text} at (0,0) size 7x12
+                  text run at (0,0) width 7: &quot;\x{23B4}&quot;
+        RenderText {#text} at (388,0) size 4x18
+          text run at (388,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (392,9) size 24x5 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 22x5
+            RenderMathMLSpace {mspace} at (0,2) size 22x3 [bgcolor=#0000FF]
+            RenderMathMLOperator {mo} at (7,0) size 8x3
+              RenderBlock (anonymous) at (0,0) size 7x4
+                RenderText {#text} at (0,-9) size 7x12
+                  text run at (0,-9) width 7: &quot;\x{23B5}&quot;
+        RenderText {#text} at (416,0) size 4x18
+          text run at (416,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (420,8) size 24x6 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 22x6
+            RenderMathMLSpace {mspace} at (0,3) size 22x3 [bgcolor=#0000FF]
+            RenderMathMLOperator {mo} at (7,0) size 8x4
+              RenderBlock (anonymous) at (0,0) size 7x11
+                RenderText {#text} at (0,1) size 7x12
+                  text run at (0,1) width 7: &quot;\x{23DC}&quot;
+        RenderText {#text} at (444,0) size 4x18
+          text run at (444,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (448,8) size 24x6 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 22x6
+            RenderMathMLSpace {mspace} at (0,3) size 22x3 [bgcolor=#0000FF]
+            RenderMathMLOperator {mo} at (7,0) size 8x4
+              RenderBlock (anonymous) at (0,0) size 7x6
+                RenderText {#text} at (0,-9) size 7x12
+                  text run at (0,-9) width 7: &quot;\x{23DD}&quot;
+        RenderText {#text} at (472,0) size 4x18
+          text run at (472,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (476,8) size 24x6 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 22x6
+            RenderMathMLSpace {mspace} at (0,3) size 22x3 [bgcolor=#0000FF]
+            RenderMathMLOperator {mo} at (7,0) size 8x4
+              RenderBlock (anonymous) at (0,0) size 7x12
+                RenderText {#text} at (0,2) size 7x12
+                  text run at (0,2) width 7: &quot;\x{23DE}&quot;
+        RenderText {#text} at (500,0) size 4x18
+          text run at (500,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (504,8) size 24x6 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 22x6
+            RenderMathMLSpace {mspace} at (0,3) size 22x3 [bgcolor=#0000FF]
+            RenderMathMLOperator {mo} at (7,0) size 8x4
+              RenderBlock (anonymous) at (0,0) size 7x6
+                RenderText {#text} at (0,-9) size 7x12
+                  text run at (0,-9) width 7: &quot;\x{23DF}&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {P} at (0,101) size 784x170
-        RenderMathMLMath {math} at (0,0) size 59x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 57x82
-            RenderMathMLSpace {mspace} at (3,79) size 51x3 [bgcolor=#008000]
-            RenderMathMLOperator {mo} at (-4,0) size 64x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 57x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{2190}&quot;
-        RenderText {#text} at (58,67) size 5x18
-          text run at (58,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (62,0) size 60x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 57x82
-            RenderMathMLSpace {mspace} at (3,79) size 51x3 [bgcolor=#008000]
-            RenderMathMLOperator {mo} at (-4,0) size 64x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 57x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{2192}&quot;
-        RenderText {#text} at (121,67) size 5x18
-          text run at (121,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (125,0) size 59x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 57x82
-            RenderMathMLSpace {mspace} at (3,79) size 51x3 [bgcolor=#008000]
-            RenderMathMLOperator {mo} at (-4,0) size 64x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 57x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{2194}&quot;
-        RenderText {#text} at (183,67) size 5x18
-          text run at (183,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (187,0) size 60x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 57x82
-            RenderMathMLSpace {mspace} at (3,79) size 51x3 [bgcolor=#008000]
-            RenderMathMLOperator {mo} at (-4,0) size 64x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 57x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21A4}&quot;
-        RenderText {#text} at (246,67) size 5x18
-          text run at (246,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (250,0) size 60x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 57x82
-            RenderMathMLSpace {mspace} at (3,79) size 51x3 [bgcolor=#008000]
-            RenderMathMLOperator {mo} at (-4,0) size 64x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 57x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21A6}&quot;
-        RenderText {#text} at (309,67) size 5x18
-          text run at (309,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (313,0) size 59x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 57x82
-            RenderMathMLSpace {mspace} at (3,79) size 51x3 [bgcolor=#008000]
-            RenderMathMLOperator {mo} at (-4,0) size 64x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 57x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21BC}&quot;
-        RenderText {#text} at (371,67) size 5x18
-          text run at (371,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (375,0) size 60x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 57x82
-            RenderMathMLSpace {mspace} at (3,79) size 51x3 [bgcolor=#008000]
-            RenderMathMLOperator {mo} at (-4,0) size 64x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 57x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21BD}&quot;
-        RenderText {#text} at (434,67) size 5x18
-          text run at (434,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (438,0) size 60x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 57x82
-            RenderMathMLSpace {mspace} at (3,79) size 51x3 [bgcolor=#008000]
-            RenderMathMLOperator {mo} at (-4,0) size 64x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 57x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21C0}&quot;
-        RenderText {#text} at (497,67) size 5x18
-          text run at (497,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (501,0) size 59x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 57x82
-            RenderMathMLSpace {mspace} at (3,79) size 51x3 [bgcolor=#008000]
-            RenderMathMLOperator {mo} at (-4,0) size 64x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 57x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21D0}&quot;
-        RenderText {#text} at (559,67) size 5x18
-          text run at (559,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (563,0) size 60x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 57x82
-            RenderMathMLSpace {mspace} at (3,79) size 51x3 [bgcolor=#008000]
-            RenderMathMLOperator {mo} at (-4,0) size 64x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 57x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21D2}&quot;
-        RenderText {#text} at (622,67) size 5x18
-          text run at (622,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (626,0) size 60x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 57x82
-            RenderMathMLSpace {mspace} at (3,79) size 51x3 [bgcolor=#008000]
-            RenderMathMLOperator {mo} at (-4,0) size 64x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 57x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21D4}&quot;
-        RenderText {#text} at (685,67) size 5x18
-          text run at (685,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (689,0) size 59x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 57x82
-            RenderMathMLSpace {mspace} at (3,79) size 51x3 [bgcolor=#008000]
-            RenderMathMLOperator {mo} at (-4,0) size 64x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 57x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21DA}&quot;
</del><ins>+      RenderBlock {P} at (0,34) size 784x36
+        RenderMathMLMath {math} at (0,6) size 52x8 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 50x8
+            RenderMathMLSpace {mspace} at (0,5) size 50x3 [bgcolor=#008000]
+            RenderMathMLOperator {mo} at (16,0) size 18x6
+              RenderBlock (anonymous) at (0,0) size 10x7
+                RenderText {#text} at (0,-3) size 10x12
+                  text run at (0,-3) width 10: &quot;\x{2190}&quot;
+        RenderText {#text} at (52,0) size 4x18
+          text run at (52,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (56,6) size 52x8 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 50x8
+            RenderMathMLSpace {mspace} at (0,5) size 50x3 [bgcolor=#008000]
+            RenderMathMLOperator {mo} at (16,0) size 18x6
+              RenderBlock (anonymous) at (0,0) size 10x7
+                RenderText {#text} at (0,-3) size 10x12
+                  text run at (0,-3) width 10: &quot;\x{2192}&quot;
+        RenderText {#text} at (108,0) size 4x18
+          text run at (108,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (112,6) size 52x8 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 50x8
+            RenderMathMLSpace {mspace} at (0,5) size 50x3 [bgcolor=#008000]
+            RenderMathMLOperator {mo} at (16,0) size 18x6
+              RenderBlock (anonymous) at (0,0) size 11x7
+                RenderText {#text} at (0,-3) size 11x12
+                  text run at (0,-3) width 11: &quot;\x{2194}&quot;
+        RenderText {#text} at (164,0) size 4x18
+          text run at (164,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (168,6) size 52x8 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 50x8
+            RenderMathMLSpace {mspace} at (0,5) size 50x3 [bgcolor=#008000]
+            RenderMathMLOperator {mo} at (16,0) size 18x6
+              RenderBlock (anonymous) at (0,0) size 10x7
+                RenderText {#text} at (0,-3) size 10x12
+                  text run at (0,-3) width 10: &quot;\x{21A4}&quot;
+        RenderText {#text} at (220,0) size 4x18
+          text run at (220,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (224,6) size 52x8 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 50x8
+            RenderMathMLSpace {mspace} at (0,5) size 50x3 [bgcolor=#008000]
+            RenderMathMLOperator {mo} at (16,0) size 18x6
+              RenderBlock (anonymous) at (0,0) size 10x7
+                RenderText {#text} at (0,-3) size 10x12
+                  text run at (0,-3) width 10: &quot;\x{21A6}&quot;
+        RenderText {#text} at (276,0) size 4x18
+          text run at (276,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (280,9) size 52x5 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 50x5
+            RenderMathMLSpace {mspace} at (0,2) size 50x3 [bgcolor=#008000]
+            RenderMathMLOperator {mo} at (16,0) size 18x3
+              RenderBlock (anonymous) at (0,0) size 10x7
+                RenderText {#text} at (0,-3) size 10x12
+                  text run at (0,-3) width 10: &quot;\x{21BC}&quot;
+        RenderText {#text} at (332,0) size 4x18
+          text run at (332,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (336,9) size 52x5 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 50x5
+            RenderMathMLSpace {mspace} at (0,2) size 50x3 [bgcolor=#008000]
+            RenderMathMLOperator {mo} at (16,0) size 18x3
+              RenderBlock (anonymous) at (0,0) size 10x5
+                RenderText {#text} at (0,-5) size 10x12
+                  text run at (0,-5) width 10: &quot;\x{21BD}&quot;
+        RenderText {#text} at (388,0) size 4x18
+          text run at (388,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (392,9) size 52x5 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 50x5
+            RenderMathMLSpace {mspace} at (0,2) size 50x3 [bgcolor=#008000]
+            RenderMathMLOperator {mo} at (16,0) size 18x3
+              RenderBlock (anonymous) at (0,0) size 10x7
+                RenderText {#text} at (0,-3) size 10x12
+                  text run at (0,-3) width 10: &quot;\x{21C0}&quot;
+        RenderText {#text} at (444,0) size 4x18
+          text run at (444,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (448,6) size 52x9 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 50x9
+            RenderMathMLSpace {mspace} at (0,6) size 50x3 [bgcolor=#008000]
+            RenderMathMLOperator {mo} at (16,0) size 18x7
+              RenderBlock (anonymous) at (0,0) size 10x8
+                RenderText {#text} at (0,-2) size 10x12
+                  text run at (0,-2) width 10: &quot;\x{21D0}&quot;
+        RenderText {#text} at (500,0) size 4x18
+          text run at (500,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (504,6) size 52x9 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 50x9
+            RenderMathMLSpace {mspace} at (0,6) size 50x3 [bgcolor=#008000]
+            RenderMathMLOperator {mo} at (16,0) size 18x7
+              RenderBlock (anonymous) at (0,0) size 10x8
+                RenderText {#text} at (0,-2) size 10x12
+                  text run at (0,-2) width 10: &quot;\x{21D2}&quot;
+        RenderText {#text} at (556,0) size 4x18
+          text run at (556,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (560,6) size 52x9 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 50x9
+            RenderMathMLSpace {mspace} at (0,6) size 50x3 [bgcolor=#008000]
+            RenderMathMLOperator {mo} at (15,0) size 20x7
+              RenderBlock (anonymous) at (0,0) size 12x8
+                RenderText {#text} at (0,-2) size 12x12
+                  text run at (0,-2) width 12: &quot;\x{21D4}&quot;
+        RenderText {#text} at (612,0) size 4x18
+          text run at (612,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (616,5) size 52x9 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 50x9
+            RenderMathMLSpace {mspace} at (0,6) size 50x3 [bgcolor=#008000]
+            RenderMathMLOperator {mo} at (16,0) size 18x7
+              RenderBlock (anonymous) at (0,0) size 11x8
+                RenderText {#text} at (0,-2) size 11x12
+                  text run at (0,-2) width 11: &quot;\x{21DA}&quot;
+        RenderText {#text} at (668,0) size 4x18
+          text run at (668,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (672,5) size 52x9 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 50x9
+            RenderMathMLSpace {mspace} at (0,6) size 50x3 [bgcolor=#008000]
+            RenderMathMLOperator {mo} at (16,0) size 18x7
+              RenderBlock (anonymous) at (0,0) size 11x8
+                RenderText {#text} at (0,-2) size 11x12
+                  text run at (0,-2) width 11: &quot;\x{21DB}&quot;
+        RenderText {#text} at (724,0) size 4x18
+          text run at (724,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (728,3) size 52x11 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 50x11
+            RenderMathMLSpace {mspace} at (0,8) size 50x3 [bgcolor=#008000]
+            RenderMathMLOperator {mo} at (21,0) size 8x9
+              RenderBlock (anonymous) at (0,0) size 7x10
+                RenderText {#text} at (0,0) size 7x12
+                  text run at (0,0) width 7: &quot;\x{23B4}&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-        RenderMathMLMath {math} at (0,85) size 59x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 57x82
-            RenderMathMLSpace {mspace} at (3,79) size 51x3 [bgcolor=#008000]
-            RenderMathMLOperator {mo} at (-4,0) size 64x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 57x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21DB}&quot;
-        RenderText {#text} at (58,152) size 5x18
-          text run at (58,152) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (62,85) size 53x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 50x82
-            RenderMathMLSpace {mspace} at (0,79) size 50x3 [bgcolor=#008000]
-            RenderMathMLOperator {mo} at (0,0) size 50x80
-              RenderMathMLBlock (anonymous, flex) at (0,0) size 50x80
-                RenderBlock (anonymous) at (0,0) size 4x80
-                  RenderText at (0,0) size 4x80
-                    text run at (0,0) width 4: &quot;\x{23B4}&quot;
-        RenderText {#text} at (114,152) size 5x18
-          text run at (114,152) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (118,85) size 53x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 50x82
-            RenderMathMLSpace {mspace} at (0,79) size 50x3 [bgcolor=#008000]
-            RenderMathMLOperator {mo} at (0,0) size 50x80
-              RenderMathMLBlock (anonymous, flex) at (0,0) size 50x80
-                RenderBlock (anonymous) at (0,0) size 4x80
-                  RenderText at (0,0) size 4x80
-                    text run at (0,0) width 4: &quot;\x{23B5}&quot;
-        RenderText {#text} at (170,152) size 5x18
-          text run at (170,152) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (174,85) size 53x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 50x82
-            RenderMathMLSpace {mspace} at (0,79) size 50x3 [bgcolor=#008000]
-            RenderMathMLOperator {mo} at (0,0) size 50x80
-              RenderMathMLBlock (anonymous, flex) at (0,0) size 50x80
-                RenderBlock (anonymous) at (0,0) size 6x80
-                  RenderText at (0,0) size 6x80
-                    text run at (0,0) width 6: &quot;\x{23DC}&quot;
-        RenderText {#text} at (226,152) size 5x18
-          text run at (226,152) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (230,85) size 53x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 50x82
-            RenderMathMLSpace {mspace} at (0,79) size 50x3 [bgcolor=#008000]
-            RenderMathMLOperator {mo} at (0,0) size 50x80
-              RenderMathMLBlock (anonymous, flex) at (0,0) size 50x80
-                RenderBlock (anonymous) at (0,0) size 6x80
-                  RenderText at (0,0) size 6x80
-                    text run at (0,0) width 6: &quot;\x{23DD}&quot;
-        RenderText {#text} at (282,152) size 5x18
-          text run at (282,152) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (286,85) size 53x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 50x82
-            RenderMathMLSpace {mspace} at (0,79) size 50x3 [bgcolor=#008000]
-            RenderMathMLOperator {mo} at (0,0) size 50x80
-              RenderMathMLBlock (anonymous, flex) at (0,0) size 50x80
-                RenderBlock (anonymous) at (0,0) size 6x80
-                  RenderText at (0,0) size 6x80
-                    text run at (0,0) width 6: &quot;\x{23DE}&quot;
-        RenderText {#text} at (338,152) size 5x18
-          text run at (338,152) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (342,85) size 53x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 50x82
-            RenderMathMLSpace {mspace} at (0,79) size 50x3 [bgcolor=#008000]
-            RenderMathMLOperator {mo} at (0,0) size 50x80
-              RenderMathMLBlock (anonymous, flex) at (0,0) size 50x80
-                RenderBlock (anonymous) at (0,0) size 6x80
-                  RenderText at (0,0) size 6x80
-                    text run at (0,0) width 6: &quot;\x{23DF}&quot;
</del><ins>+        RenderMathMLMath {math} at (0,25) size 52x7 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 50x7
+            RenderMathMLSpace {mspace} at (0,4) size 50x3 [bgcolor=#008000]
+            RenderMathMLOperator {mo} at (21,0) size 8x5
+              RenderBlock (anonymous) at (0,0) size 7x4
+                RenderText {#text} at (0,-9) size 7x12
+                  text run at (0,-9) width 7: &quot;\x{23B5}&quot;
+        RenderText {#text} at (52,18) size 4x18
+          text run at (52,18) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (56,21) size 52x11 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 50x11
+            RenderMathMLSpace {mspace} at (0,8) size 50x3 [bgcolor=#008000]
+            RenderMathMLOperator {mo} at (21,0) size 8x9
+              RenderBlock (anonymous) at (0,0) size 7x11
+                RenderText {#text} at (0,1) size 7x12
+                  text run at (0,1) width 7: &quot;\x{23DC}&quot;
+        RenderText {#text} at (108,18) size 4x18
+          text run at (108,18) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (112,25) size 52x7 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 50x7
+            RenderMathMLSpace {mspace} at (0,4) size 50x3 [bgcolor=#008000]
+            RenderMathMLOperator {mo} at (21,0) size 8x5
+              RenderBlock (anonymous) at (0,0) size 7x6
+                RenderText {#text} at (0,-9) size 7x12
+                  text run at (0,-9) width 7: &quot;\x{23DD}&quot;
+        RenderText {#text} at (164,18) size 4x18
+          text run at (164,18) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (168,20) size 52x12 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 50x12
+            RenderMathMLSpace {mspace} at (0,9) size 50x3 [bgcolor=#008000]
+            RenderMathMLOperator {mo} at (21,0) size 8x10
+              RenderBlock (anonymous) at (0,0) size 7x12
+                RenderText {#text} at (0,2) size 7x12
+                  text run at (0,2) width 7: &quot;\x{23DE}&quot;
+        RenderText {#text} at (220,18) size 4x18
+          text run at (220,18) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (224,24) size 52x8 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 50x8
+            RenderMathMLSpace {mspace} at (0,5) size 50x3 [bgcolor=#008000]
+            RenderMathMLOperator {mo} at (21,0) size 8x6
+              RenderBlock (anonymous) at (0,0) size 7x6
+                RenderText {#text} at (0,-9) size 7x12
+                  text run at (0,-9) width 7: &quot;\x{23DF}&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {P} at (0,287) size 784x255
-        RenderMathMLMath {math} at (0,0) size 109x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 107x82
-            RenderMathMLSpace {mspace} at (3,79) size 101x3 [bgcolor=#FF0000]
-            RenderMathMLOperator {mo} at (-4,0) size 114x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 107x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{2190}&quot;
-        RenderText {#text} at (108,67) size 5x18
-          text run at (108,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (112,0) size 110x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 107x82
-            RenderMathMLSpace {mspace} at (3,79) size 101x3 [bgcolor=#FF0000]
-            RenderMathMLOperator {mo} at (-4,0) size 114x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 107x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{2192}&quot;
-        RenderText {#text} at (221,67) size 5x18
-          text run at (221,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (225,0) size 109x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 107x82
-            RenderMathMLSpace {mspace} at (3,79) size 101x3 [bgcolor=#FF0000]
-            RenderMathMLOperator {mo} at (-4,0) size 114x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 107x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{2194}&quot;
-        RenderText {#text} at (333,67) size 5x18
-          text run at (333,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (337,0) size 110x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 107x82
-            RenderMathMLSpace {mspace} at (3,79) size 101x3 [bgcolor=#FF0000]
-            RenderMathMLOperator {mo} at (-4,0) size 114x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 107x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21A4}&quot;
-        RenderText {#text} at (446,67) size 5x18
-          text run at (446,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (450,0) size 110x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 107x82
-            RenderMathMLSpace {mspace} at (3,79) size 101x3 [bgcolor=#FF0000]
-            RenderMathMLOperator {mo} at (-4,0) size 114x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 107x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21A6}&quot;
-        RenderText {#text} at (559,67) size 5x18
-          text run at (559,67) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (563,0) size 109x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 107x82
-            RenderMathMLSpace {mspace} at (3,79) size 101x3 [bgcolor=#FF0000]
-            RenderMathMLOperator {mo} at (-4,0) size 114x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 107x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21BC}&quot;
</del><ins>+      RenderBlock {P} at (0,86) size 784x54
+        RenderMathMLMath {math} at (0,6) size 102x8 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 100x8
+            RenderMathMLSpace {mspace} at (0,5) size 100x3 [bgcolor=#FF0000]
+            RenderMathMLOperator {mo} at (41,0) size 18x6
+              RenderBlock (anonymous) at (0,0) size 10x7
+                RenderText {#text} at (0,-3) size 10x12
+                  text run at (0,-3) width 10: &quot;\x{2190}&quot;
+        RenderText {#text} at (102,0) size 4x18
+          text run at (102,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (106,6) size 102x8 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 100x8
+            RenderMathMLSpace {mspace} at (0,5) size 100x3 [bgcolor=#FF0000]
+            RenderMathMLOperator {mo} at (41,0) size 18x6
+              RenderBlock (anonymous) at (0,0) size 10x7
+                RenderText {#text} at (0,-3) size 10x12
+                  text run at (0,-3) width 10: &quot;\x{2192}&quot;
+        RenderText {#text} at (208,0) size 4x18
+          text run at (208,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (212,6) size 102x8 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 100x8
+            RenderMathMLSpace {mspace} at (0,5) size 100x3 [bgcolor=#FF0000]
+            RenderMathMLOperator {mo} at (41,0) size 18x6
+              RenderBlock (anonymous) at (0,0) size 11x7
+                RenderText {#text} at (0,-3) size 11x12
+                  text run at (0,-3) width 11: &quot;\x{2194}&quot;
+        RenderText {#text} at (314,0) size 4x18
+          text run at (314,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (318,6) size 102x8 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 100x8
+            RenderMathMLSpace {mspace} at (0,5) size 100x3 [bgcolor=#FF0000]
+            RenderMathMLOperator {mo} at (41,0) size 18x6
+              RenderBlock (anonymous) at (0,0) size 10x7
+                RenderText {#text} at (0,-3) size 10x12
+                  text run at (0,-3) width 10: &quot;\x{21A4}&quot;
+        RenderText {#text} at (420,0) size 4x18
+          text run at (420,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (424,6) size 102x8 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 100x8
+            RenderMathMLSpace {mspace} at (0,5) size 100x3 [bgcolor=#FF0000]
+            RenderMathMLOperator {mo} at (41,0) size 18x6
+              RenderBlock (anonymous) at (0,0) size 10x7
+                RenderText {#text} at (0,-3) size 10x12
+                  text run at (0,-3) width 10: &quot;\x{21A6}&quot;
+        RenderText {#text} at (526,0) size 4x18
+          text run at (526,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (530,9) size 102x5 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 100x5
+            RenderMathMLSpace {mspace} at (0,2) size 100x3 [bgcolor=#FF0000]
+            RenderMathMLOperator {mo} at (41,0) size 18x3
+              RenderBlock (anonymous) at (0,0) size 10x7
+                RenderText {#text} at (0,-3) size 10x12
+                  text run at (0,-3) width 10: &quot;\x{21BC}&quot;
+        RenderText {#text} at (632,0) size 4x18
+          text run at (632,0) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (636,9) size 102x5 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 100x5
+            RenderMathMLSpace {mspace} at (0,2) size 100x3 [bgcolor=#FF0000]
+            RenderMathMLOperator {mo} at (41,0) size 18x3
+              RenderBlock (anonymous) at (0,0) size 10x5
+                RenderText {#text} at (0,-5) size 10x12
+                  text run at (0,-5) width 10: &quot;\x{21BD}&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-        RenderMathMLMath {math} at (0,85) size 109x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 107x82
-            RenderMathMLSpace {mspace} at (3,79) size 101x3 [bgcolor=#FF0000]
-            RenderMathMLOperator {mo} at (-4,0) size 114x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 107x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21BD}&quot;
-        RenderText {#text} at (108,152) size 5x18
-          text run at (108,152) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (112,85) size 110x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 107x82
-            RenderMathMLSpace {mspace} at (3,79) size 101x3 [bgcolor=#FF0000]
-            RenderMathMLOperator {mo} at (-4,0) size 114x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 107x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21C0}&quot;
-        RenderText {#text} at (221,152) size 5x18
-          text run at (221,152) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (225,85) size 109x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 107x82
-            RenderMathMLSpace {mspace} at (3,79) size 101x3 [bgcolor=#FF0000]
-            RenderMathMLOperator {mo} at (-4,0) size 114x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 107x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21D0}&quot;
-        RenderText {#text} at (333,152) size 5x18
-          text run at (333,152) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (337,85) size 110x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 107x82
-            RenderMathMLSpace {mspace} at (3,79) size 101x3 [bgcolor=#FF0000]
-            RenderMathMLOperator {mo} at (-4,0) size 114x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 107x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21D2}&quot;
-        RenderText {#text} at (446,152) size 5x18
-          text run at (446,152) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (450,85) size 110x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 107x82
-            RenderMathMLSpace {mspace} at (3,79) size 101x3 [bgcolor=#FF0000]
-            RenderMathMLOperator {mo} at (-4,0) size 114x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 107x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21D4}&quot;
-        RenderText {#text} at (559,152) size 5x18
-          text run at (559,152) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (563,85) size 109x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 107x82
-            RenderMathMLSpace {mspace} at (3,79) size 101x3 [bgcolor=#FF0000]
-            RenderMathMLOperator {mo} at (-4,0) size 114x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 107x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21DA}&quot;
</del><ins>+        RenderMathMLMath {math} at (0,27) size 102x5 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 100x5
+            RenderMathMLSpace {mspace} at (0,2) size 100x3 [bgcolor=#FF0000]
+            RenderMathMLOperator {mo} at (41,0) size 18x3
+              RenderBlock (anonymous) at (0,0) size 10x7
+                RenderText {#text} at (0,-3) size 10x12
+                  text run at (0,-3) width 10: &quot;\x{21C0}&quot;
+        RenderText {#text} at (102,18) size 4x18
+          text run at (102,18) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (106,24) size 102x9 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 100x9
+            RenderMathMLSpace {mspace} at (0,6) size 100x3 [bgcolor=#FF0000]
+            RenderMathMLOperator {mo} at (41,0) size 18x7
+              RenderBlock (anonymous) at (0,0) size 10x8
+                RenderText {#text} at (0,-2) size 10x12
+                  text run at (0,-2) width 10: &quot;\x{21D0}&quot;
+        RenderText {#text} at (208,18) size 4x18
+          text run at (208,18) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (212,24) size 102x9 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 100x9
+            RenderMathMLSpace {mspace} at (0,6) size 100x3 [bgcolor=#FF0000]
+            RenderMathMLOperator {mo} at (41,0) size 18x7
+              RenderBlock (anonymous) at (0,0) size 10x8
+                RenderText {#text} at (0,-2) size 10x12
+                  text run at (0,-2) width 10: &quot;\x{21D2}&quot;
+        RenderText {#text} at (314,18) size 4x18
+          text run at (314,18) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (318,24) size 102x9 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 100x9
+            RenderMathMLSpace {mspace} at (0,6) size 100x3 [bgcolor=#FF0000]
+            RenderMathMLOperator {mo} at (40,0) size 20x7
+              RenderBlock (anonymous) at (0,0) size 12x8
+                RenderText {#text} at (0,-2) size 12x12
+                  text run at (0,-2) width 12: &quot;\x{21D4}&quot;
+        RenderText {#text} at (420,18) size 4x18
+          text run at (420,18) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (424,23) size 102x9 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 100x9
+            RenderMathMLSpace {mspace} at (0,6) size 100x3 [bgcolor=#FF0000]
+            RenderMathMLOperator {mo} at (41,0) size 18x7
+              RenderBlock (anonymous) at (0,0) size 11x8
+                RenderText {#text} at (0,-2) size 11x12
+                  text run at (0,-2) width 11: &quot;\x{21DA}&quot;
+        RenderText {#text} at (526,18) size 4x18
+          text run at (526,18) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (530,23) size 102x9 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 100x9
+            RenderMathMLSpace {mspace} at (0,6) size 100x3 [bgcolor=#FF0000]
+            RenderMathMLOperator {mo} at (41,0) size 18x7
+              RenderBlock (anonymous) at (0,0) size 11x8
+                RenderText {#text} at (0,-2) size 11x12
+                  text run at (0,-2) width 11: &quot;\x{21DB}&quot;
+        RenderText {#text} at (632,18) size 4x18
+          text run at (632,18) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (636,21) size 102x11 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 100x11
+            RenderMathMLSpace {mspace} at (0,8) size 100x3 [bgcolor=#FF0000]
+            RenderMathMLOperator {mo} at (46,0) size 8x9
+              RenderBlock (anonymous) at (0,0) size 7x10
+                RenderText {#text} at (0,0) size 7x12
+                  text run at (0,0) width 7: &quot;\x{23B4}&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-        RenderMathMLMath {math} at (0,170) size 109x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 107x82
-            RenderMathMLSpace {mspace} at (3,79) size 101x3 [bgcolor=#FF0000]
-            RenderMathMLOperator {mo} at (-4,0) size 114x80
-              RenderMathMLBlock (anonymous, flex) at (3,0) size 107x80
-                RenderBlock (anonymous) at (0,0) size 12x80
-                  RenderText at (0,0) size 12x80
-                    text run at (0,0) width 12: &quot;\x{21DB}&quot;
-        RenderText {#text} at (108,237) size 5x18
-          text run at (108,237) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (112,170) size 103x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 100x82
-            RenderMathMLSpace {mspace} at (0,79) size 100x3 [bgcolor=#FF0000]
-            RenderMathMLOperator {mo} at (0,0) size 100x80
-              RenderMathMLBlock (anonymous, flex) at (0,0) size 100x80
-                RenderBlock (anonymous) at (0,0) size 4x80
-                  RenderText at (0,0) size 4x80
-                    text run at (0,0) width 4: &quot;\x{23B4}&quot;
-        RenderText {#text} at (214,237) size 5x18
-          text run at (214,237) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (218,170) size 103x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 100x82
-            RenderMathMLSpace {mspace} at (0,79) size 100x3 [bgcolor=#FF0000]
-            RenderMathMLOperator {mo} at (0,0) size 100x80
-              RenderMathMLBlock (anonymous, flex) at (0,0) size 100x80
-                RenderBlock (anonymous) at (0,0) size 4x80
-                  RenderText at (0,0) size 4x80
-                    text run at (0,0) width 4: &quot;\x{23B5}&quot;
-        RenderText {#text} at (320,237) size 5x18
-          text run at (320,237) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (324,170) size 103x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 100x82
-            RenderMathMLSpace {mspace} at (0,79) size 100x3 [bgcolor=#FF0000]
-            RenderMathMLOperator {mo} at (0,0) size 100x80
-              RenderMathMLBlock (anonymous, flex) at (0,0) size 100x80
-                RenderBlock (anonymous) at (0,0) size 6x80
-                  RenderText at (0,0) size 6x80
-                    text run at (0,0) width 6: &quot;\x{23DC}&quot;
-        RenderText {#text} at (426,237) size 5x18
-          text run at (426,237) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (430,170) size 103x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 100x82
-            RenderMathMLSpace {mspace} at (0,79) size 100x3 [bgcolor=#FF0000]
-            RenderMathMLOperator {mo} at (0,0) size 100x80
-              RenderMathMLBlock (anonymous, flex) at (0,0) size 100x80
-                RenderBlock (anonymous) at (0,0) size 6x80
-                  RenderText at (0,0) size 6x80
-                    text run at (0,0) width 6: &quot;\x{23DD}&quot;
-        RenderText {#text} at (532,237) size 5x18
-          text run at (532,237) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (536,170) size 103x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 100x82
-            RenderMathMLSpace {mspace} at (0,79) size 100x3 [bgcolor=#FF0000]
-            RenderMathMLOperator {mo} at (0,0) size 100x80
-              RenderMathMLBlock (anonymous, flex) at (0,0) size 100x80
-                RenderBlock (anonymous) at (0,0) size 6x80
-                  RenderText at (0,0) size 6x80
-                    text run at (0,0) width 6: &quot;\x{23DE}&quot;
-        RenderText {#text} at (638,237) size 5x18
-          text run at (638,237) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (642,170) size 103x82 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 100x82
-            RenderMathMLSpace {mspace} at (0,79) size 100x3 [bgcolor=#FF0000]
-            RenderMathMLOperator {mo} at (0,0) size 100x80
-              RenderMathMLBlock (anonymous, flex) at (0,0) size 100x80
-                RenderBlock (anonymous) at (0,0) size 6x80
-                  RenderText at (0,0) size 6x80
-                    text run at (0,0) width 6: &quot;\x{23DF}&quot;
</del><ins>+        RenderMathMLMath {math} at (0,43) size 102x7 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 100x7
+            RenderMathMLSpace {mspace} at (0,4) size 100x3 [bgcolor=#FF0000]
+            RenderMathMLOperator {mo} at (46,0) size 8x5
+              RenderBlock (anonymous) at (0,0) size 7x4
+                RenderText {#text} at (0,-9) size 7x12
+                  text run at (0,-9) width 7: &quot;\x{23B5}&quot;
+        RenderText {#text} at (102,36) size 4x18
+          text run at (102,36) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (106,39) size 102x11 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 100x11
+            RenderMathMLSpace {mspace} at (0,8) size 100x3 [bgcolor=#FF0000]
+            RenderMathMLOperator {mo} at (46,0) size 8x9
+              RenderBlock (anonymous) at (0,0) size 7x11
+                RenderText {#text} at (0,1) size 7x12
+                  text run at (0,1) width 7: &quot;\x{23DC}&quot;
+        RenderText {#text} at (208,36) size 4x18
+          text run at (208,36) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (212,43) size 102x7 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 100x7
+            RenderMathMLSpace {mspace} at (0,4) size 100x3 [bgcolor=#FF0000]
+            RenderMathMLOperator {mo} at (46,0) size 8x5
+              RenderBlock (anonymous) at (0,0) size 7x6
+                RenderText {#text} at (0,-9) size 7x12
+                  text run at (0,-9) width 7: &quot;\x{23DD}&quot;
+        RenderText {#text} at (314,36) size 4x18
+          text run at (314,36) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (318,38) size 102x12 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 100x12
+            RenderMathMLSpace {mspace} at (0,9) size 100x3 [bgcolor=#FF0000]
+            RenderMathMLOperator {mo} at (46,0) size 8x10
+              RenderBlock (anonymous) at (0,0) size 7x12
+                RenderText {#text} at (0,2) size 7x12
+                  text run at (0,2) width 7: &quot;\x{23DE}&quot;
+        RenderText {#text} at (420,36) size 4x18
+          text run at (420,36) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (424,42) size 102x8 [padding: 0 1 0 1]
+          RenderMathMLUnderOver {mover} at (1,0) size 100x8
+            RenderMathMLSpace {mspace} at (0,5) size 100x3 [bgcolor=#FF0000]
+            RenderMathMLOperator {mo} at (46,0) size 8x6
+              RenderBlock (anonymous) at (0,0) size 7x6
+                RenderText {#text} at (0,-9) size 7x12
+                  text run at (0,-9) width 7: &quot;\x{23DF}&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinmathmlopentypehorizontalmunderoverexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/mathml/opentype/horizontal-munderover-expected.txt (202786 => 202787)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/mathml/opentype/horizontal-munderover-expected.txt        2016-07-03 11:59:58 UTC (rev 202786)
+++ trunk/LayoutTests/platform/win/mathml/opentype/horizontal-munderover-expected.txt        2016-07-03 16:18:03 UTC (rev 202787)
</span><span class="lines">@@ -1,103 +1,92 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x296
-  RenderBlock {HTML} at (0,0) size 800x296
-    RenderBody {BODY} at (8,16) size 784x264
-      RenderBlock {P} at (0,0) size 784x264
-        RenderMathMLMath {math} at (0,77) size 50x108 [padding: 0 1 0 1]
-          RenderMathMLRow {mstyle} at (1,0) size 48x108
-            RenderMathMLUnderOver {mover} at (0,0) size 48x108
-              RenderMathMLOperator {mo} at (0,2) size 48x106
-                RenderMathMLBlock (anonymous, flex) at (0,0) size 48x106
-                  RenderBlock (anonymous) at (0,0) size 8x106
-                    RenderText at (0,0) size 8x106
-                      text run at (0,0) width 8: &quot;\x{23DE}&quot;
</del><ins>+layer at (0,0) size 800x65
+  RenderBlock {HTML} at (0,0) size 800x65
+    RenderBody {BODY} at (8,16) size 784x33
+      RenderBlock {P} at (0,0) size 784x33
+        RenderMathMLMath {math} at (0,8) size 50x16 [padding: 0 1 0 1]
+          RenderMathMLRow {mstyle} at (1,0) size 48x16
+            RenderMathMLUnderOver {mover} at (0,0) size 48x16
+              RenderMathMLOperator {mo} at (19,2) size 10x14
+                RenderBlock (anonymous) at (0,0) size 10x15
+                  RenderText {#text} at (0,2) size 10x16
+                    text run at (0,2) width 10: &quot;\x{23DE}&quot;
</ins><span class="cx">               RenderMathMLSpace {mspace} at (0,0) size 48x2 [bgcolor=#FF0000]
</span><del>-        RenderText {#text} at (50,121) size 4x18
-          text run at (50,121) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (54,54) size 66x82 [padding: 0 1 0 1]
-          RenderMathMLRow {mstyle} at (1,0) size 64x82
-            RenderMathMLUnderOver {mover} at (0,0) size 64x82
-              RenderMathMLSpace {mspace} at (0,79) size 64x3 [bgcolor=#FF0000]
-              RenderMathMLOperator {mo} at (0,0) size 64x80
-                RenderMathMLBlock (anonymous, flex) at (0,0) size 64x80
-                  RenderBlock (anonymous) at (0,0) size 6x80
-                    RenderText at (0,0) size 6x80
-                      text run at (0,0) width 6: &quot;\x{23DE}&quot;
-        RenderText {#text} at (120,121) size 4x18
-          text run at (120,121) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (124,79) size 50x108 [padding: 0 1 0 1]
-          RenderMathMLRow {mstyle} at (1,0) size 48x108
-            RenderMathMLUnderOver {munder} at (0,0) size 48x108
-              RenderMathMLOperator {mo} at (0,0) size 48x106
-                RenderMathMLBlock (anonymous, flex) at (0,0) size 48x106
-                  RenderBlock (anonymous) at (0,0) size 8x106
-                    RenderText at (0,0) size 8x106
-                      text run at (0,0) width 8: &quot;\x{23DE}&quot;
-              RenderMathMLSpace {mspace} at (0,105) size 48x3 [bgcolor=#FF0000]
-        RenderText {#text} at (174,121) size 4x18
-          text run at (174,121) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (178,54) size 66x161 [padding: 0 1 0 1]
-          RenderMathMLRow {mstyle} at (1,0) size 64x161
-            RenderMathMLUnderOver {munderover} at (0,0) size 64x161
-              RenderMathMLSpace {mspace} at (0,79) size 64x3 [bgcolor=#FF0000]
-              RenderMathMLOperator {mo} at (0,81) size 64x80
-                RenderMathMLBlock (anonymous, flex) at (0,0) size 64x80
-                  RenderBlock (anonymous) at (0,0) size 6x80
-                    RenderText at (0,0) size 6x80
-                      text run at (0,0) width 6: &quot;\x{23DE}&quot;
-              RenderMathMLOperator {mo} at (0,0) size 64x80
-                RenderMathMLBlock (anonymous, flex) at (0,0) size 64x80
-                  RenderBlock (anonymous) at (0,0) size 6x80
-                    RenderText at (0,0) size 6x80
-                      text run at (0,0) width 6: &quot;\x{23DE}&quot;
-        RenderText {#text} at (244,121) size 4x18
-          text run at (244,121) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (248,0) size 50x188 [padding: 0 1 0 1]
-          RenderMathMLRow {mstyle} at (1,0) size 48x188
-            RenderMathMLUnderOver {munderover} at (0,0) size 48x188
-              RenderMathMLOperator {mo} at (0,79) size 48x107
-                RenderMathMLBlock (anonymous, flex) at (0,0) size 48x106
-                  RenderBlock (anonymous) at (0,0) size 8x106
-                    RenderText at (0,0) size 8x106
-                      text run at (0,0) width 8: &quot;\x{23DE}&quot;
-              RenderMathMLSpace {mspace} at (0,185) size 48x3 [bgcolor=#FF0000]
-              RenderMathMLOperator {mo} at (0,0) size 48x80
-                RenderMathMLBlock (anonymous, flex) at (0,0) size 48x80
-                  RenderBlock (anonymous) at (0,0) size 6x80
-                    RenderText at (0,0) size 6x80
-                      text run at (0,0) width 6: &quot;\x{23DE}&quot;
-        RenderText {#text} at (298,121) size 4x18
-          text run at (298,121) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (302,77) size 50x188 [padding: 0 1 0 1]
-          RenderMathMLRow {mstyle} at (1,0) size 48x188
-            RenderMathMLUnderOver {munderover} at (0,0) size 48x188
-              RenderMathMLOperator {mo} at (0,2) size 48x106
-                RenderMathMLBlock (anonymous, flex) at (0,0) size 48x106
-                  RenderBlock (anonymous) at (0,0) size 8x106
-                    RenderText at (0,0) size 8x106
-                      text run at (0,0) width 8: &quot;\x{23DE}&quot;
-              RenderMathMLOperator {mo} at (0,107) size 48x81
-                RenderMathMLBlock (anonymous, flex) at (0,0) size 48x80
-                  RenderBlock (anonymous) at (0,0) size 6x80
-                    RenderText at (0,0) size 6x80
-                      text run at (0,0) width 6: &quot;\x{23DE}&quot;
</del><ins>+        RenderText {#text} at (50,9) size 4x18
+          text run at (50,9) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (54,11) size 66x12 [padding: 0 1 0 1]
+          RenderMathMLRow {mstyle} at (1,0) size 64x12
+            RenderMathMLUnderOver {mover} at (0,0) size 64x12
+              RenderMathMLSpace {mspace} at (0,9) size 64x3 [bgcolor=#FF0000]
+              RenderMathMLOperator {mo} at (28,0) size 8x10
+                RenderBlock (anonymous) at (0,0) size 7x12
+                  RenderText {#text} at (0,2) size 7x12
+                    text run at (0,2) width 7: &quot;\x{23DE}&quot;
+        RenderText {#text} at (120,9) size 4x18
+          text run at (120,9) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (124,10) size 50x16 [padding: 0 1 0 1]
+          RenderMathMLRow {mstyle} at (1,0) size 48x16
+            RenderMathMLUnderOver {munder} at (0,0) size 48x16
+              RenderMathMLOperator {mo} at (19,0) size 10x14
+                RenderBlock (anonymous) at (0,0) size 10x15
+                  RenderText {#text} at (0,2) size 10x16
+                    text run at (0,2) width 10: &quot;\x{23DE}&quot;
+              RenderMathMLSpace {mspace} at (0,13) size 48x3 [bgcolor=#FF0000]
+        RenderText {#text} at (174,9) size 4x18
+          text run at (174,9) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (178,11) size 66x22 [padding: 0 1 0 1]
+          RenderMathMLRow {mstyle} at (1,0) size 64x22
+            RenderMathMLUnderOver {munderover} at (0,0) size 64x22
+              RenderMathMLSpace {mspace} at (0,9) size 64x3 [bgcolor=#FF0000]
+              RenderMathMLOperator {mo} at (28,11) size 8x11
+                RenderBlock (anonymous) at (0,0) size 7x12
+                  RenderText {#text} at (0,2) size 7x12
+                    text run at (0,2) width 7: &quot;\x{23DE}&quot;
+              RenderMathMLOperator {mo} at (28,0) size 8x10
+                RenderBlock (anonymous) at (0,0) size 7x12
+                  RenderText {#text} at (0,2) size 7x12
+                    text run at (0,2) width 7: &quot;\x{23DE}&quot;
+        RenderText {#text} at (244,9) size 4x18
+          text run at (244,9) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (248,0) size 50x26 [padding: 0 1 0 1]
+          RenderMathMLRow {mstyle} at (1,0) size 48x26
+            RenderMathMLUnderOver {munderover} at (0,0) size 48x26
+              RenderMathMLOperator {mo} at (19,9) size 10x15
+                RenderBlock (anonymous) at (0,0) size 10x15
+                  RenderText {#text} at (0,2) size 10x16
+                    text run at (0,2) width 10: &quot;\x{23DE}&quot;
+              RenderMathMLSpace {mspace} at (0,23) size 48x3 [bgcolor=#FF0000]
+              RenderMathMLOperator {mo} at (20,0) size 8x10
+                RenderBlock (anonymous) at (0,0) size 7x12
+                  RenderText {#text} at (0,2) size 7x12
+                    text run at (0,2) width 7: &quot;\x{23DE}&quot;
+        RenderText {#text} at (298,9) size 4x18
+          text run at (298,9) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (302,8) size 50x26 [padding: 0 1 0 1]
+          RenderMathMLRow {mstyle} at (1,0) size 48x26
+            RenderMathMLUnderOver {munderover} at (0,0) size 48x26
+              RenderMathMLOperator {mo} at (19,2) size 10x14
+                RenderBlock (anonymous) at (0,0) size 10x15
+                  RenderText {#text} at (0,2) size 10x16
+                    text run at (0,2) width 10: &quot;\x{23DE}&quot;
+              RenderMathMLOperator {mo} at (20,15) size 8x11
+                RenderBlock (anonymous) at (0,0) size 7x12
+                  RenderText {#text} at (0,2) size 7x12
+                    text run at (0,2) width 7: &quot;\x{23DE}&quot;
</ins><span class="cx">               RenderMathMLSpace {mspace} at (0,0) size 48x2 [bgcolor=#FF0000]
</span><del>-        RenderText {#text} at (352,121) size 4x18
-          text run at (352,121) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (356,77) size 50x188 [padding: 0 1 0 1]
-          RenderMathMLRow {mstyle} at (1,0) size 48x188
-            RenderMathMLUnderOver {munder} at (0,0) size 48x188
-              RenderMathMLUnderOver {mover} at (0,0) size 48x108
-                RenderMathMLOperator {mo} at (0,2) size 48x106
-                  RenderMathMLBlock (anonymous, flex) at (0,0) size 48x106
-                    RenderBlock (anonymous) at (0,0) size 8x106
-                      RenderText at (0,0) size 8x106
-                        text run at (0,0) width 8: &quot;\x{23DE}&quot;
</del><ins>+        RenderText {#text} at (352,9) size 4x18
+          text run at (352,9) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (356,8) size 50x26 [padding: 0 1 0 1]
+          RenderMathMLRow {mstyle} at (1,0) size 48x26
+            RenderMathMLUnderOver {munder} at (0,0) size 48x26
+              RenderMathMLUnderOver {mover} at (0,0) size 48x16
+                RenderMathMLOperator {mo} at (19,2) size 10x14
+                  RenderBlock (anonymous) at (0,0) size 10x15
+                    RenderText {#text} at (0,2) size 10x16
+                      text run at (0,2) width 10: &quot;\x{23DE}&quot;
</ins><span class="cx">                 RenderMathMLSpace {mspace} at (0,0) size 48x2 [bgcolor=#FF0000]
</span><del>-              RenderMathMLOperator {mo} at (0,107) size 48x81
-                RenderMathMLBlock (anonymous, flex) at (0,0) size 48x80
-                  RenderBlock (anonymous) at (0,0) size 6x80
-                    RenderText at (0,0) size 6x80
-                      text run at (0,0) width 6: &quot;\x{23DE}&quot;
</del><ins>+              RenderMathMLOperator {mo} at (20,15) size 8x11
+                RenderBlock (anonymous) at (0,0) size 7x12
+                  RenderText {#text} at (0,2) size 7x12
+                    text run at (0,2) width 7: &quot;\x{23DE}&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre>
</div>
</div>

</body>
</html>