<!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>[165475] 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/165475">165475</a></dd>
<dt>Author</dt> <dd>fred.wang@free.fr</dd>
<dt>Date</dt> <dd>2014-03-12 09:46:49 -0700 (Wed, 12 Mar 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>[GTK] Update references for mo-stretch.html.
https://bugs.webkit.org/show_bug.cgi?id=129366.

Reviewed by Chris Fleizach.

The rendering of mo-stretch has changed after the recent improvements
to the &lt;mo&gt; element. This updates the reference for the GTK port.

* platform/gtk/mathml/presentation/mo-stretch-expected.png:
* platform/gtk/mathml/presentation/mo-stretch-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</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>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (165474 => 165475)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-03-12 16:28:56 UTC (rev 165474)
+++ trunk/LayoutTests/ChangeLog        2014-03-12 16:46:49 UTC (rev 165475)
</span><span class="lines">@@ -1,3 +1,16 @@
</span><ins>+2014-03-12  Frédéric Wang  &lt;fred.wang@free.fr&gt;
+
+        [GTK] Update references for mo-stretch.html.
+        https://bugs.webkit.org/show_bug.cgi?id=129366.
+
+        Reviewed by Chris Fleizach.
+
+        The rendering of mo-stretch has changed after the recent improvements
+        to the &lt;mo&gt; element. This updates the reference for the GTK port.
+
+        * platform/gtk/mathml/presentation/mo-stretch-expected.png:
+        * platform/gtk/mathml/presentation/mo-stretch-expected.txt:
+
</ins><span class="cx"> 2014-03-12  Bem Jones-Bey  &lt;bjonesbe@adobe.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [CSS Shapes] Remove deprecated shapes
</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 (165474 => 165475)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/mathml/presentation/mo-stretch-expected.txt        2014-03-12 16:28:56 UTC (rev 165474)
+++ trunk/LayoutTests/platform/gtk/mathml/presentation/mo-stretch-expected.txt        2014-03-12 16:46:49 UTC (rev 165475)
</span><span class="lines">@@ -3,379 +3,379 @@
</span><span class="cx"> layer at (0,0) size 800x256
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x256
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x240
</span><del>-      RenderMathMLMath {math} at (0,0) size 195x20 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 193x20
-          RenderMathMLOperator {mo} at (1,3) size 8x14
-            RenderMathMLBlock (flex) {mo} at (0,0) size 7x14
</del><ins>+      RenderMathMLMath {math} at (0,0) size 126x20 [padding: 0 1 0 1]
+        RenderMathMLRow {mrow} at (1,0) size 124x20
+          RenderMathMLOperator {mo} at (0,3) size 7x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 5x14
</span><span class="cx">                 RenderText at (0,-6) size 5x25
</span><span class="cx">                   text run at (0,-6) width 5: &quot;(&quot;
</span><del>-          RenderMathMLOperator {mo} at (13,3) size 8x14
-            RenderMathMLBlock (flex) {mo} at (0,0) size 7x14
</del><ins>+          RenderMathMLOperator {mo} at (7,3) size 7x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 5x14
</span><span class="cx">                 RenderText at (0,-6) size 5x25
</span><span class="cx">                   text run at (0,-6) width 5: &quot;)&quot;
</span><del>-          RenderMathMLOperator {mo} at (26,3) size 11x14
-            RenderMathMLBlock (flex) {mo} at (0,0) size 10x14
</del><ins>+          RenderMathMLOperator {mo} at (14,3) size 10x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x14
</span><span class="cx">                 RenderText at (0,-6) size 8x25
</span><span class="cx">                   text run at (0,-6) width 8: &quot;{&quot;
</span><del>-          RenderMathMLOperator {mo} at (43,3) size 11x14
-            RenderMathMLBlock (flex) {mo} at (0,0) size 10x14
</del><ins>+          RenderMathMLOperator {mo} at (24,3) size 10x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x14
</span><span class="cx">                 RenderText at (0,-6) size 8x25
</span><span class="cx">                   text run at (0,-6) width 8: &quot;}&quot;
</span><del>-          RenderMathMLOperator {mo} at (59,3) size 8x14
-            RenderMathMLBlock (flex) {mo} at (0,0) size 7x14
</del><ins>+          RenderMathMLOperator {mo} at (34,3) size 7x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 5x14
</span><span class="cx">                 RenderText at (0,-6) size 5x25
</span><span class="cx">                   text run at (0,-6) width 5: &quot;[&quot;
</span><del>-          RenderMathMLOperator {mo} at (72,3) size 8x14
-            RenderMathMLBlock (flex) {mo} at (0,0) size 7x14
</del><ins>+          RenderMathMLOperator {mo} at (41,3) size 7x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 5x14
</span><span class="cx">                 RenderText at (0,-6) size 5x25
</span><span class="cx">                   text run at (0,-6) width 5: &quot;]&quot;
</span><del>-          RenderMathMLOperator {mo} at (86,2) size 9x16
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (48,2) size 8x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                 RenderText at (0,-5) size 8x25
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{2308}&quot;
</span><del>-          RenderMathMLOperator {mo} at (100,2) size 9x16
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (56,2) size 8x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                 RenderText at (0,-5) size 8x25
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{2309}&quot;
</span><del>-          RenderMathMLOperator {mo} at (115,2) size 8x16
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (64,2) size 8x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                 RenderText at (0,-5) size 8x25
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{230A}&quot;
</span><del>-          RenderMathMLOperator {mo} at (129,2) size 9x16
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (72,2) size 8x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                 RenderText at (0,-5) size 8x25
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{230B}&quot;
</span><del>-          RenderMathMLOperator {mo} at (143,0) size 12x20
-            RenderMathMLBlock (flex) {mo} at (0,0) size 11x20
</del><ins>+          RenderMathMLOperator {mo} at (80,0) size 12x20
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x20
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 7x20
</span><span class="cx">                 RenderText at (0,-3) size 7x25
</span><span class="cx">                   text run at (0,-3) width 7: &quot;\x{222B}&quot;
</span><del>-          RenderMathMLOperator {mo} at (161,3) size 4x12
-            RenderMathMLBlock (flex) {mo} at (0,0) size 3x12
</del><ins>+          RenderMathMLOperator {mo} at (91,3) size 8x12
+            RenderMathMLBlock (anonymous, flex) at (1,0) size 4x12
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 3x12
</span><span class="cx">                 RenderText at (0,-6) size 3x25
</span><span class="cx">                   text run at (0,-6) width 3: &quot;|&quot;
</span><del>-          RenderMathMLOperator {mo} at (170,2) size 9x16
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (98,2) size 9x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                 RenderText at (0,-5) size 8x25
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{2016}&quot;
</span><del>-          RenderMathMLOperator {mo} at (183,2) size 9x16
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (106,2) size 18x16
+            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x16
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                 RenderText at (0,-5) size 8x25
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{2225}&quot;
</span><del>-      RenderText {#text} at (194,0) size 5x17
-        text run at (194,0) width 5: &quot; &quot;
</del><ins>+      RenderText {#text} at (125,0) size 5x17
+        text run at (125,0) width 5: &quot; &quot;
</ins><span class="cx">       RenderBR {BR} at (0,0) size 0x0
</span><del>-      RenderMathMLMath {math} at (0,20) size 199x142 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 197x142
-          RenderMathMLOperator {mo} at (1,0) size 8x142
-            RenderMathMLBlock (flex) {mo} at (0,0) size 7x14
</del><ins>+      RenderMathMLMath {math} at (0,20) size 126x142 [padding: 0 1 0 1]
+        RenderMathMLRow {mrow} at (1,0) size 124x142
+          RenderMathMLOperator {mo} at (0,0) size 7x142
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 5x14
</span><span class="cx">                 RenderText at (0,-6) size 5x25
</span><span class="cx">                   text run at (0,-6) width 5: &quot;(&quot;
</span><del>-          RenderMathMLOperator {mo} at (13,0) size 8x142
-            RenderMathMLBlock (flex) {mo} at (0,0) size 7x14
</del><ins>+          RenderMathMLOperator {mo} at (7,0) size 7x142
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 5x14
</span><span class="cx">                 RenderText at (0,-6) size 5x25
</span><span class="cx">                   text run at (0,-6) width 5: &quot;)&quot;
</span><del>-          RenderMathMLOperator {mo} at (26,0) size 11x142
-            RenderMathMLBlock (flex) {mo} at (0,0) size 10x14
</del><ins>+          RenderMathMLOperator {mo} at (14,0) size 10x142
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x14
</span><span class="cx">                 RenderText at (0,-6) size 8x25
</span><span class="cx">                   text run at (0,-6) width 8: &quot;{&quot;
</span><del>-          RenderMathMLOperator {mo} at (43,0) size 11x142
-            RenderMathMLBlock (flex) {mo} at (0,0) size 10x14
</del><ins>+          RenderMathMLOperator {mo} at (24,0) size 10x142
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x14
</span><span class="cx">                 RenderText at (0,-6) size 8x25
</span><span class="cx">                   text run at (0,-6) width 8: &quot;}&quot;
</span><del>-          RenderMathMLOperator {mo} at (59,0) size 8x142
-            RenderMathMLBlock (flex) {mo} at (0,0) size 7x14
</del><ins>+          RenderMathMLOperator {mo} at (34,0) size 7x142
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 5x14
</span><span class="cx">                 RenderText at (0,-6) size 5x25
</span><span class="cx">                   text run at (0,-6) width 5: &quot;[&quot;
</span><del>-          RenderMathMLOperator {mo} at (72,0) size 8x142
-            RenderMathMLBlock (flex) {mo} at (0,0) size 7x14
</del><ins>+          RenderMathMLOperator {mo} at (41,0) size 7x142
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 5x14
</span><span class="cx">                 RenderText at (0,-6) size 5x25
</span><span class="cx">                   text run at (0,-6) width 5: &quot;]&quot;
</span><del>-          RenderMathMLOperator {mo} at (86,0) size 9x142
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (48,0) size 8x142
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                 RenderText at (0,-5) size 8x25
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{2308}&quot;
</span><del>-          RenderMathMLOperator {mo} at (100,0) size 9x142
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (56,0) size 8x142
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                 RenderText at (0,-5) size 8x25
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{2309}&quot;
</span><del>-          RenderMathMLOperator {mo} at (115,0) size 8x142
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (64,0) size 8x142
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                 RenderText at (0,-5) size 8x25
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{230A}&quot;
</span><del>-          RenderMathMLOperator {mo} at (129,0) size 9x142
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (72,0) size 8x142
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                 RenderText at (0,-5) size 8x25
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{230B}&quot;
</span><del>-          RenderMathMLOperator {mo} at (143,0) size 12x142
-            RenderMathMLBlock (flex) {mo} at (0,0) size 11x20
</del><ins>+          RenderMathMLOperator {mo} at (80,0) size 12x142
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x20
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 7x20
</span><span class="cx">                 RenderText at (0,-3) size 7x25
</span><span class="cx">                   text run at (0,-3) width 7: &quot;\x{222B}&quot;
</span><del>-          RenderMathMLOperator {mo} at (161,0) size 4x142
-            RenderMathMLBlock (flex) {mo} at (0,0) size 3x12
</del><ins>+          RenderMathMLOperator {mo} at (91,0) size 8x142
+            RenderMathMLBlock (anonymous, flex) at (1,0) size 4x12
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 3x12
</span><span class="cx">                 RenderText at (0,-6) size 3x25
</span><span class="cx">                   text run at (0,-6) width 3: &quot;|&quot;
</span><del>-          RenderMathMLOperator {mo} at (170,0) size 9x76
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (98,0) size 9x76
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                 RenderText at (0,-5) size 8x25
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{2016}&quot;
</span><del>-          RenderMathMLOperator {mo} at (184,0) size 9x76
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (106,0) size 18x76
+            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x16
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                 RenderText at (0,-5) size 8x25
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{2225}&quot;
</span><del>-          RenderMathMLSpace {mspace} at (196,0) size 1x76
-      RenderText {#text} at (198,81) size 5x17
-        text run at (198,81) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (202,45) size 199x92 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 197x92
-          RenderMathMLOperator {mo} at (1,0) size 8x92
-            RenderMathMLBlock (flex) {mo} at (0,0) size 7x14
</del><ins>+          RenderMathMLSpace {mspace} at (123,0) size 1x76
+      RenderText {#text} at (125,81) size 5x17
+        text run at (125,81) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (129,45) size 126x92 [padding: 0 1 0 1]
+        RenderMathMLRow {mrow} at (1,0) size 124x92
+          RenderMathMLOperator {mo} at (0,0) size 7x92
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 5x14
</span><span class="cx">                 RenderText at (0,-6) size 5x25
</span><span class="cx">                   text run at (0,-6) width 5: &quot;(&quot;
</span><del>-          RenderMathMLOperator {mo} at (13,0) size 8x92
-            RenderMathMLBlock (flex) {mo} at (0,0) size 7x14
</del><ins>+          RenderMathMLOperator {mo} at (7,0) size 7x92
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 5x14
</span><span class="cx">                 RenderText at (0,-6) size 5x25
</span><span class="cx">                   text run at (0,-6) width 5: &quot;)&quot;
</span><del>-          RenderMathMLOperator {mo} at (26,0) size 11x92
-            RenderMathMLBlock (flex) {mo} at (0,0) size 10x14
</del><ins>+          RenderMathMLOperator {mo} at (14,0) size 10x92
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x14
</span><span class="cx">                 RenderText at (0,-6) size 8x25
</span><span class="cx">                   text run at (0,-6) width 8: &quot;{&quot;
</span><del>-          RenderMathMLOperator {mo} at (43,0) size 11x92
-            RenderMathMLBlock (flex) {mo} at (0,0) size 10x14
</del><ins>+          RenderMathMLOperator {mo} at (24,0) size 10x92
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x14
</span><span class="cx">                 RenderText at (0,-6) size 8x25
</span><span class="cx">                   text run at (0,-6) width 8: &quot;}&quot;
</span><del>-          RenderMathMLOperator {mo} at (59,0) size 8x92
-            RenderMathMLBlock (flex) {mo} at (0,0) size 7x14
</del><ins>+          RenderMathMLOperator {mo} at (34,0) size 7x92
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 5x14
</span><span class="cx">                 RenderText at (0,-6) size 5x25
</span><span class="cx">                   text run at (0,-6) width 5: &quot;[&quot;
</span><del>-          RenderMathMLOperator {mo} at (72,0) size 8x92
-            RenderMathMLBlock (flex) {mo} at (0,0) size 7x14
</del><ins>+          RenderMathMLOperator {mo} at (41,0) size 7x92
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 5x14
</span><span class="cx">                 RenderText at (0,-6) size 5x25
</span><span class="cx">                   text run at (0,-6) width 5: &quot;]&quot;
</span><del>-          RenderMathMLOperator {mo} at (86,0) size 9x92
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (48,0) size 8x92
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                 RenderText at (0,-5) size 8x25
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{2308}&quot;
</span><del>-          RenderMathMLOperator {mo} at (100,0) size 9x92
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (56,0) size 8x92
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                 RenderText at (0,-5) size 8x25
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{2309}&quot;
</span><del>-          RenderMathMLOperator {mo} at (115,0) size 8x92
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (64,0) size 8x92
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                 RenderText at (0,-5) size 8x25
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{230A}&quot;
</span><del>-          RenderMathMLOperator {mo} at (129,0) size 9x92
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (72,0) size 8x92
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                 RenderText at (0,-5) size 8x25
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{230B}&quot;
</span><del>-          RenderMathMLOperator {mo} at (143,0) size 12x92
-            RenderMathMLBlock (flex) {mo} at (0,0) size 11x20
</del><ins>+          RenderMathMLOperator {mo} at (80,0) size 12x92
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x20
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 7x20
</span><span class="cx">                 RenderText at (0,-3) size 7x25
</span><span class="cx">                   text run at (0,-3) width 7: &quot;\x{222B}&quot;
</span><del>-          RenderMathMLOperator {mo} at (161,0) size 4x92
-            RenderMathMLBlock (flex) {mo} at (0,0) size 3x12
</del><ins>+          RenderMathMLOperator {mo} at (91,0) size 8x92
+            RenderMathMLBlock (anonymous, flex) at (1,0) size 4x12
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 3x12
</span><span class="cx">                 RenderText at (0,-6) size 3x25
</span><span class="cx">                   text run at (0,-6) width 3: &quot;|&quot;
</span><del>-          RenderMathMLOperator {mo} at (170,0) size 9x51
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (98,0) size 9x51
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                 RenderText at (0,-5) size 8x25
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{2016}&quot;
</span><del>-          RenderMathMLOperator {mo} at (184,0) size 9x51
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (106,0) size 18x51
+            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x16
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                 RenderText at (0,-5) size 8x25
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{2225}&quot;
</span><del>-          RenderMathMLSpace {mspace} at (196,0) size 1x51
-      RenderText {#text} at (400,81) size 5x17
-        text run at (400,81) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (404,75) size 199x32 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 197x32
-          RenderMathMLOperator {mo} at (1,9) size 8x14
-            RenderMathMLBlock (flex) {mo} at (0,0) size 7x14
</del><ins>+          RenderMathMLSpace {mspace} at (123,0) size 1x51
+      RenderText {#text} at (254,81) size 5x17
+        text run at (254,81) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (258,75) size 126x32 [padding: 0 1 0 1]
+        RenderMathMLRow {mrow} at (1,0) size 124x32
+          RenderMathMLOperator {mo} at (0,9) size 7x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 5x14
</span><span class="cx">                 RenderText at (0,-6) size 5x25
</span><span class="cx">                   text run at (0,-6) width 5: &quot;(&quot;
</span><del>-          RenderMathMLOperator {mo} at (13,9) size 8x14
-            RenderMathMLBlock (flex) {mo} at (0,0) size 7x14
</del><ins>+          RenderMathMLOperator {mo} at (7,9) size 7x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 5x14
</span><span class="cx">                 RenderText at (0,-6) size 5x25
</span><span class="cx">                   text run at (0,-6) width 5: &quot;)&quot;
</span><del>-          RenderMathMLOperator {mo} at (26,9) size 11x14
-            RenderMathMLBlock (flex) {mo} at (0,0) size 10x14
</del><ins>+          RenderMathMLOperator {mo} at (14,9) size 10x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x14
</span><span class="cx">                 RenderText at (0,-6) size 8x25
</span><span class="cx">                   text run at (0,-6) width 8: &quot;{&quot;
</span><del>-          RenderMathMLOperator {mo} at (43,9) size 11x14
-            RenderMathMLBlock (flex) {mo} at (0,0) size 10x14
</del><ins>+          RenderMathMLOperator {mo} at (24,9) size 10x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x14
</span><span class="cx">                 RenderText at (0,-6) size 8x25
</span><span class="cx">                   text run at (0,-6) width 8: &quot;}&quot;
</span><del>-          RenderMathMLOperator {mo} at (59,9) size 8x14
-            RenderMathMLBlock (flex) {mo} at (0,0) size 7x14
</del><ins>+          RenderMathMLOperator {mo} at (34,9) size 7x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 5x14
</span><span class="cx">                 RenderText at (0,-6) size 5x25
</span><span class="cx">                   text run at (0,-6) width 5: &quot;[&quot;
</span><del>-          RenderMathMLOperator {mo} at (72,9) size 8x14
-            RenderMathMLBlock (flex) {mo} at (0,0) size 7x14
</del><ins>+          RenderMathMLOperator {mo} at (41,9) size 7x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 5x14
</span><span class="cx">                 RenderText at (0,-6) size 5x25
</span><span class="cx">                   text run at (0,-6) width 5: &quot;]&quot;
</span><del>-          RenderMathMLOperator {mo} at (86,8) size 9x16
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (48,8) size 8x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                 RenderText at (0,-5) size 8x25
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{2308}&quot;
</span><del>-          RenderMathMLOperator {mo} at (100,8) size 9x16
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (56,8) size 8x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                 RenderText at (0,-5) size 8x25
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{2309}&quot;
</span><del>-          RenderMathMLOperator {mo} at (115,8) size 8x16
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (64,8) size 8x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                 RenderText at (0,-5) size 8x25
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{230A}&quot;
</span><del>-          RenderMathMLOperator {mo} at (129,8) size 9x16
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (72,8) size 8x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                 RenderText at (0,-5) size 8x25
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{230B}&quot;
</span><del>-          RenderMathMLOperator {mo} at (143,6) size 12x20
-            RenderMathMLBlock (flex) {mo} at (0,0) size 11x20
</del><ins>+          RenderMathMLOperator {mo} at (80,6) size 12x20
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x20
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 7x20
</span><span class="cx">                 RenderText at (0,-3) size 7x25
</span><span class="cx">                   text run at (0,-3) width 7: &quot;\x{222B}&quot;
</span><del>-          RenderMathMLOperator {mo} at (161,0) size 4x32
-            RenderMathMLBlock (flex) {mo} at (0,0) size 3x12
</del><ins>+          RenderMathMLOperator {mo} at (91,0) size 8x32
+            RenderMathMLBlock (anonymous, flex) at (1,0) size 4x12
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 3x12
</span><span class="cx">                 RenderText at (0,-6) size 3x25
</span><span class="cx">                   text run at (0,-6) width 3: &quot;|&quot;
</span><del>-          RenderMathMLOperator {mo} at (170,8) size 9x16
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (98,8) size 9x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                 RenderText at (0,-5) size 8x25
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{2016}&quot;
</span><del>-          RenderMathMLOperator {mo} at (184,8) size 9x16
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (106,8) size 18x16
+            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x16
</ins><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                 RenderText at (0,-5) size 8x25
</span><span class="cx">                   text run at (0,-5) width 8: &quot;\x{2225}&quot;
</span><del>-          RenderMathMLSpace {mspace} at (196,0) size 1x21
-      RenderText {#text} at (602,81) size 5x17
-        text run at (602,81) width 5: &quot; &quot;
</del><ins>+          RenderMathMLSpace {mspace} at (123,0) size 1x21
+      RenderText {#text} at (383,81) size 5x17
+        text run at (383,81) width 5: &quot; &quot;
</ins><span class="cx">       RenderBR {BR} at (0,0) size 0x0
</span><del>-      RenderMathMLMath {math} at (0,162) size 211x78 [padding: 0 1 0 1]
-        RenderMathMLSquareRoot {msqrt} at (1,0) size 209x78 [intrinsic padding: 3 0 3 12]
-          RenderMathMLRow (anonymous) at (12,3) size 197x72
-            RenderMathMLOperator {mo} at (1,0) size 8x72
-              RenderMathMLBlock (flex) {mo} at (0,0) size 7x14
</del><ins>+      RenderMathMLMath {math} at (0,162) size 138x78 [padding: 0 1 0 1]
+        RenderMathMLSquareRoot {msqrt} at (1,0) size 136x78 [intrinsic padding: 3 0 3 12]
+          RenderMathMLRow (anonymous) at (12,3) size 124x72
+            RenderMathMLOperator {mo} at (0,0) size 7x72
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
</ins><span class="cx">                 RenderBlock (anonymous) at (0,0) size 5x14
</span><span class="cx">                   RenderText at (0,-6) size 5x25
</span><span class="cx">                     text run at (0,-6) width 5: &quot;(&quot;
</span><del>-            RenderMathMLOperator {mo} at (13,0) size 8x72
-              RenderMathMLBlock (flex) {mo} at (0,0) size 7x14
</del><ins>+            RenderMathMLOperator {mo} at (7,0) size 7x72
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
</ins><span class="cx">                 RenderBlock (anonymous) at (0,0) size 5x14
</span><span class="cx">                   RenderText at (0,-6) size 5x25
</span><span class="cx">                     text run at (0,-6) width 5: &quot;)&quot;
</span><del>-            RenderMathMLOperator {mo} at (26,0) size 11x72
-              RenderMathMLBlock (flex) {mo} at (0,0) size 10x14
</del><ins>+            RenderMathMLOperator {mo} at (14,0) size 10x72
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
</ins><span class="cx">                 RenderBlock (anonymous) at (0,0) size 8x14
</span><span class="cx">                   RenderText at (0,-6) size 8x25
</span><span class="cx">                     text run at (0,-6) width 8: &quot;{&quot;
</span><del>-            RenderMathMLOperator {mo} at (43,0) size 11x72
-              RenderMathMLBlock (flex) {mo} at (0,0) size 10x14
</del><ins>+            RenderMathMLOperator {mo} at (24,0) size 10x72
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
</ins><span class="cx">                 RenderBlock (anonymous) at (0,0) size 8x14
</span><span class="cx">                   RenderText at (0,-6) size 8x25
</span><span class="cx">                     text run at (0,-6) width 8: &quot;}&quot;
</span><del>-            RenderMathMLOperator {mo} at (59,0) size 8x72
-              RenderMathMLBlock (flex) {mo} at (0,0) size 7x14
</del><ins>+            RenderMathMLOperator {mo} at (34,0) size 7x72
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
</ins><span class="cx">                 RenderBlock (anonymous) at (0,0) size 5x14
</span><span class="cx">                   RenderText at (0,-6) size 5x25
</span><span class="cx">                     text run at (0,-6) width 5: &quot;[&quot;
</span><del>-            RenderMathMLOperator {mo} at (72,0) size 8x72
-              RenderMathMLBlock (flex) {mo} at (0,0) size 7x14
</del><ins>+            RenderMathMLOperator {mo} at (41,0) size 7x72
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
</ins><span class="cx">                 RenderBlock (anonymous) at (0,0) size 5x14
</span><span class="cx">                   RenderText at (0,-6) size 5x25
</span><span class="cx">                     text run at (0,-6) width 5: &quot;]&quot;
</span><del>-            RenderMathMLOperator {mo} at (86,0) size 9x72
-              RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+            RenderMathMLOperator {mo} at (48,0) size 8x72
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
</ins><span class="cx">                 RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                   RenderText at (0,-5) size 8x25
</span><span class="cx">                     text run at (0,-5) width 8: &quot;\x{2308}&quot;
</span><del>-            RenderMathMLOperator {mo} at (100,0) size 9x72
-              RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+            RenderMathMLOperator {mo} at (56,0) size 8x72
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
</ins><span class="cx">                 RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                   RenderText at (0,-5) size 8x25
</span><span class="cx">                     text run at (0,-5) width 8: &quot;\x{2309}&quot;
</span><del>-            RenderMathMLOperator {mo} at (115,0) size 8x72
-              RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+            RenderMathMLOperator {mo} at (64,0) size 8x72
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
</ins><span class="cx">                 RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                   RenderText at (0,-5) size 8x25
</span><span class="cx">                     text run at (0,-5) width 8: &quot;\x{230A}&quot;
</span><del>-            RenderMathMLOperator {mo} at (129,0) size 9x72
-              RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+            RenderMathMLOperator {mo} at (72,0) size 8x72
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
</ins><span class="cx">                 RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                   RenderText at (0,-5) size 8x25
</span><span class="cx">                     text run at (0,-5) width 8: &quot;\x{230B}&quot;
</span><del>-            RenderMathMLOperator {mo} at (143,0) size 12x72
-              RenderMathMLBlock (flex) {mo} at (0,0) size 11x20
</del><ins>+            RenderMathMLOperator {mo} at (80,0) size 12x72
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 11x20
</ins><span class="cx">                 RenderBlock (anonymous) at (0,0) size 7x20
</span><span class="cx">                   RenderText at (0,-3) size 7x25
</span><span class="cx">                     text run at (0,-3) width 7: &quot;\x{222B}&quot;
</span><del>-            RenderMathMLOperator {mo} at (161,0) size 4x72
-              RenderMathMLBlock (flex) {mo} at (0,0) size 3x12
</del><ins>+            RenderMathMLOperator {mo} at (91,0) size 8x72
+              RenderMathMLBlock (anonymous, flex) at (1,0) size 4x12
</ins><span class="cx">                 RenderBlock (anonymous) at (0,0) size 3x12
</span><span class="cx">                   RenderText at (0,-6) size 3x25
</span><span class="cx">                     text run at (0,-6) width 3: &quot;|&quot;
</span><del>-            RenderMathMLOperator {mo} at (170,0) size 9x41
-              RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+            RenderMathMLOperator {mo} at (98,0) size 9x41
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
</ins><span class="cx">                 RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                   RenderText at (0,-5) size 8x25
</span><span class="cx">                     text run at (0,-5) width 8: &quot;\x{2016}&quot;
</span><del>-            RenderMathMLOperator {mo} at (184,0) size 9x41
-              RenderMathMLBlock (flex) {mo} at (0,0) size 8x16
</del><ins>+            RenderMathMLOperator {mo} at (106,0) size 18x41
+              RenderMathMLBlock (anonymous, flex) at (4,0) size 9x16
</ins><span class="cx">                 RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">                   RenderText at (0,-5) size 8x25
</span><span class="cx">                     text run at (0,-5) width 8: &quot;\x{2225}&quot;
</span><del>-            RenderMathMLSpace {mspace} at (196,0) size 1x41
</del><ins>+            RenderMathMLSpace {mspace} at (123,0) size 1x41
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre>
</div>
</div>

</body>
</html>