<!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>[166059] 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/166059">166059</a></dd>
<dt>Author</dt> <dd>fred.wang@free.fr</dd>
<dt>Date</dt> <dd>2014-03-21 06:01:56 -0700 (Fri, 21 Mar 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Update some references for MathML pixels tests
https://bugs.webkit.org/show_bug.cgi?id=130455.

Reviewed by Chris Fleizach.

* TestExpectations: Remove failures for MathML pixel tests.
* mathml/presentation/mo.xhtml: Removed.
* mathml/presentation/roots.xhtml: Remove the test that is already covered by bug95015.html.
* mathml/presentation/row.xhtml: Removed.
* platform/efl/TestExpectations: Remove failure for mo-stretch.html
* platform/efl/mathml/presentation/mo-stretch-expected.png: Update reference.
* platform/efl/mathml/presentation/mo-stretch-expected.txt: Update reference.
* platform/efl/mathml/presentation/roots-expected.png: Update reference.
* platform/efl/mathml/presentation/roots-expected.txt: Update reference.
* platform/gtk/mathml/presentation/mo-expected.png: Removed.
* platform/gtk/mathml/presentation/mo-expected.txt: Removed.
* platform/gtk/mathml/presentation/roots-expected.png: Update reference.
* platform/gtk/mathml/presentation/roots-expected.txt: Update reference.
* platform/gtk/mathml/presentation/row-expected.png: Removed.
* platform/gtk/mathml/presentation/row-expected.txt: Removed.
* platform/mac/mathml/presentation/mo-expected.png: Removed.
* platform/mac/mathml/presentation/mo-expected.txt: Removed.
* platform/mac/mathml/presentation/roots-expected.txt: Update reference.
* platform/mac/mathml/presentation/row-expected.txt: Removed.
* platform/mac/mathml/presentation/row-expected.txt: Removed.
* platform/win/TestExpectations: Remove failure for mo-stretch.html and mspace-children.html</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsTestExpectations">trunk/LayoutTests/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsmathmlpresentationrootsxhtml">trunk/LayoutTests/mathml/presentation/roots.xhtml</a></li>
<li><a href="#trunkLayoutTestsplatformeflTestExpectations">trunk/LayoutTests/platform/efl/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformeflmathmlpresentationmostretchexpectedpng">trunk/LayoutTests/platform/efl/mathml/presentation/mo-stretch-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformeflmathmlpresentationmostretchexpectedtxt">trunk/LayoutTests/platform/efl/mathml/presentation/mo-stretch-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformeflmathmlpresentationrootsexpectedpng">trunk/LayoutTests/platform/efl/mathml/presentation/roots-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformeflmathmlpresentationrootsexpectedtxt">trunk/LayoutTests/platform/efl/mathml/presentation/roots-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlpresentationrootsexpectedpng">trunk/LayoutTests/platform/gtk/mathml/presentation/roots-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlpresentationrootsexpectedtxt">trunk/LayoutTests/platform/gtk/mathml/presentation/roots-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacmathmlpresentationrootsexpectedtxt">trunk/LayoutTests/platform/mac/mathml/presentation/roots-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinTestExpectations">trunk/LayoutTests/platform/win/TestExpectations</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsmathmlpresentationmoxhtml">trunk/LayoutTests/mathml/presentation/mo.xhtml</a></li>
<li><a href="#trunkLayoutTestsmathmlpresentationrowxhtml">trunk/LayoutTests/mathml/presentation/row.xhtml</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlpresentationmoexpectedpng">trunk/LayoutTests/platform/gtk/mathml/presentation/mo-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlpresentationmoexpectedtxt">trunk/LayoutTests/platform/gtk/mathml/presentation/mo-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlpresentationrowexpectedpng">trunk/LayoutTests/platform/gtk/mathml/presentation/row-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlpresentationrowexpectedtxt">trunk/LayoutTests/platform/gtk/mathml/presentation/row-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacmathmlpresentationmoexpectedpng">trunk/LayoutTests/platform/mac/mathml/presentation/mo-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacmathmlpresentationmoexpectedtxt">trunk/LayoutTests/platform/mac/mathml/presentation/mo-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacmathmlpresentationrowexpectedpng">trunk/LayoutTests/platform/mac/mathml/presentation/row-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacmathmlpresentationrowexpectedtxt">trunk/LayoutTests/platform/mac/mathml/presentation/row-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (166058 => 166059)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-03-21 10:36:21 UTC (rev 166058)
+++ trunk/LayoutTests/ChangeLog        2014-03-21 13:01:56 UTC (rev 166059)
</span><span class="lines">@@ -1,3 +1,32 @@
</span><ins>+2014-03-19  Frédéric Wang  &lt;fred.wang@free.fr&gt;
+
+        Update some references for MathML pixels tests
+        https://bugs.webkit.org/show_bug.cgi?id=130455.
+
+        Reviewed by Chris Fleizach.
+
+        * TestExpectations: Remove failures for MathML pixel tests.
+        * mathml/presentation/mo.xhtml: Removed.
+        * mathml/presentation/roots.xhtml: Remove the test that is already covered by bug95015.html.
+        * mathml/presentation/row.xhtml: Removed.
+        * platform/efl/TestExpectations: Remove failure for mo-stretch.html
+        * platform/efl/mathml/presentation/mo-stretch-expected.png: Update reference.
+        * platform/efl/mathml/presentation/mo-stretch-expected.txt: Update reference.
+        * platform/efl/mathml/presentation/roots-expected.png: Update reference.
+        * platform/efl/mathml/presentation/roots-expected.txt: Update reference.
+        * platform/gtk/mathml/presentation/mo-expected.png: Removed.
+        * platform/gtk/mathml/presentation/mo-expected.txt: Removed.
+        * platform/gtk/mathml/presentation/roots-expected.png: Update reference.
+        * platform/gtk/mathml/presentation/roots-expected.txt: Update reference.
+        * platform/gtk/mathml/presentation/row-expected.png: Removed.
+        * platform/gtk/mathml/presentation/row-expected.txt: Removed.
+        * platform/mac/mathml/presentation/mo-expected.png: Removed.
+        * platform/mac/mathml/presentation/mo-expected.txt: Removed.
+        * platform/mac/mathml/presentation/roots-expected.txt: Update reference.
+        * platform/mac/mathml/presentation/row-expected.txt: Removed.
+        * platform/mac/mathml/presentation/row-expected.txt: Removed.
+        * platform/win/TestExpectations: Remove failure for mo-stretch.html and mspace-children.html
+
</ins><span class="cx"> 2014-03-21  Andreas Kling  &lt;akling@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         HTMLFrameOwnerElement should obey the SubframeLoadingDisabler when creating subframes
</span></span></pre></div>
<a id="trunkLayoutTestsTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/TestExpectations (166058 => 166059)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/TestExpectations        2014-03-21 10:36:21 UTC (rev 166058)
+++ trunk/LayoutTests/TestExpectations        2014-03-21 13:01:56 UTC (rev 166059)
</span><span class="lines">@@ -22,11 +22,6 @@
</span><span class="cx"> # media/W3C/video/networkState/networkState_during_progress.html is flaky
</span><span class="cx"> webkit.org/b/76280 media/W3C/video/networkState/networkState_during_progress.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-# MathML pixel tests
-webkit.org/b/99618  mathml/presentation/roots.xhtml [ Failure ]
-webkit.org/b/57700  mathml/presentation/row.xhtml [ Failure ]
-webkit.org/b/57700  mathml/presentation/mo.xhtml [ Failure ]
-
</del><span class="cx"> webkit.org/b/118301 fast/dom/timer-throttling-hidden-page.html [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/119094 fast/forms/color/input-color-onchange-event.html [ Crash Pass ]
</span></span></pre></div>
<a id="trunkLayoutTestsmathmlpresentationmoxhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/mathml/presentation/mo.xhtml (166058 => 166059)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/mathml/presentation/mo.xhtml        2014-03-21 10:36:21 UTC (rev 166058)
+++ trunk/LayoutTests/mathml/presentation/mo.xhtml        2014-03-21 13:01:56 UTC (rev 166059)
</span><span class="lines">@@ -1,92 +0,0 @@
</span><del>-&lt;html xmlns='http://www.w3.org/1999/xhtml'&gt;
-&lt;head&gt;
-&lt;title&gt;Operator&lt;/title&gt;
-&lt;style type='text/css'&gt;
-&lt;/style&gt;
-&lt;/head&gt;
-&lt;body&gt;
-&lt;p id='t1'&gt;operator: 
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mo mathsize='small'&gt;&amp;#x2211;&lt;/mo&gt;
-&lt;/math&gt;
-, operator:
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mo mathsize='small'&gt;B&lt;/mo&gt;
-&lt;/math&gt;
-, minus operator:
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mo mathsize='small'&gt;-&lt;/mo&gt;
-&lt;/math&gt;
-&lt;/p&gt;
-&lt;p id='t2'&gt;operator: 
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mo mathsize='normal'&gt;&amp;#x2211;&lt;/mo&gt;
-&lt;/math&gt;
-, operator:
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mo mathsize='normal'&gt;B&lt;/mo&gt;
-&lt;/math&gt;
-, minus operator:
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mo mathsize='normal'&gt;-&lt;/mo&gt;
-&lt;/math&gt;
-&lt;/p&gt;
-&lt;p id='t3'&gt;operator: 
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mo mathsize='big'&gt;&amp;#x2211;&lt;/mo&gt;
-&lt;/math&gt;
-, operator:
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mo mathsize='big'&gt;B&lt;/mo&gt;
-&lt;/math&gt;
-, minus operator:
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mo mathsize='big'&gt;-&lt;/mo&gt;
-&lt;/math&gt;
-&lt;/p&gt;
-&lt;p id='t4'&gt;operator: 
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mo mathsize='small'&gt;&amp;#x2211;&lt;/mo&gt;
-&lt;mo mathsize='normal'&gt;&amp;#x2211;&lt;/mo&gt;
-&lt;mo mathsize='big'&gt;&amp;#x2211;&lt;/mo&gt;
-&lt;/math&gt;
-, operator:
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mo mathsize='small'&gt;B&lt;/mo&gt;
-&lt;mo mathsize='normal'&gt;B&lt;/mo&gt;
-&lt;mo mathsize='big'&gt;B&lt;/mo&gt;
-&lt;/math&gt;
-, minus operator:
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mo mathsize='small'&gt;-&lt;/mo&gt;
-&lt;mo mathsize='normal'&gt;-&lt;/mo&gt;
-&lt;mo mathsize='big'&gt;-&lt;/mo&gt;
-&lt;/math&gt;
-&lt;/p&gt;
-&lt;p id='t5'&gt;operator: 
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mo&gt;|&lt;/mo&gt;
-&lt;mo&gt;∫&lt;/mo&gt;
-&lt;mo&gt;{&lt;/mo&gt;
-&lt;mo&gt;[&lt;/mo&gt;
-&lt;mtext style='font-size: 50px'&gt;
-&lt;div style=&quot;display: inline-block; height: 50px; width: 50px; vertical-align: -33%; border: 1px solid black; margin-left: 2px; margin-right: 2px;&quot;/&gt;
-&lt;/mtext&gt;
-&lt;mo&gt;]&lt;/mo&gt;
-&lt;mo&gt;}&lt;/mo&gt;
-&lt;/math&gt;
-&lt;/p&gt;
-
-&lt;p id='t6'&gt;
-    &lt;math xmlns='http://www.w3.org/1998/Math/MathML' style='font-size: 3em'&gt;
-        &lt;mo&gt;|&lt;/mo&gt;
-        &lt;mfrac&gt;
-            &lt;mi&gt;f&lt;/mi&gt;
-            &lt;mi&gt;g&lt;/mi&gt;
-        &lt;/mfrac&gt;
-        &lt;mo&gt;|&lt;/mo&gt;
-    &lt;/math&gt;
-&lt;/p&gt;
-
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsmathmlpresentationrootsxhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/mathml/presentation/roots.xhtml (166058 => 166059)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/mathml/presentation/roots.xhtml        2014-03-21 10:36:21 UTC (rev 166058)
+++ trunk/LayoutTests/mathml/presentation/roots.xhtml        2014-03-21 13:01:56 UTC (rev 166059)
</span><span class="lines">@@ -172,14 +172,5 @@
</span><span class="cx"> &lt;/math&gt;
</span><span class="cx"> &lt;/p&gt;
</span><span class="cx"> 
</span><del>-&lt;p id='t10'&gt;Don't wrap this wide line with an implicit mrow:&lt;br /&gt;
-        &lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-                &lt;msqrt&gt;
-                        &lt;mi style=&quot;padding-right: 50vw&quot;&gt;x&lt;/mi&gt;
-                        &lt;mi style=&quot;padding-right: 50vw&quot;&gt;y&lt;/mi&gt;
-                &lt;/msqrt&gt;
-        &lt;/math&gt;
-&lt;/p&gt;
-
</del><span class="cx"> &lt;/body&gt;
</span><del>-&lt;/html&gt;
</del><span class="cx">\ No newline at end of file
</span><ins>+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsmathmlpresentationrowxhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/mathml/presentation/row.xhtml (166058 => 166059)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/mathml/presentation/row.xhtml        2014-03-21 10:36:21 UTC (rev 166058)
+++ trunk/LayoutTests/mathml/presentation/row.xhtml        2014-03-21 13:01:56 UTC (rev 166059)
</span><span class="lines">@@ -1,127 +0,0 @@
</span><del>-&lt;html xmlns='http://www.w3.org/1999/xhtml'&gt;
-&lt;head&gt;
-&lt;title&gt;Rows and Operators&lt;/title&gt;
-&lt;style type=&quot;text/css&quot;&gt;
-mo {
-   background-color: rgb(200,200,200);
-}
-.box {
-   display: inline-block; vertical-align: -33%; height: 1em; width: 1em; background-color: rgb(0,255,0)
-}
-body {
-   overflow: hidden;
-}
-&lt;/style&gt;
-&lt;/head&gt;
-&lt;body&gt;
-&lt;p&gt;
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;mo&gt;+&lt;/mo&gt;&lt;mn&gt;1&lt;/mn&gt;&lt;/math&gt;
-&lt;/p&gt;
-&lt;p id='t1'&gt;
-16px:
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mrow&gt;
-&lt;mo&gt;{&lt;/mo&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;mtext style='font-size: 16px'&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml' class='box'/&gt;&lt;/mtext&gt;&lt;mo&gt;}&lt;/mo&gt;
-&lt;/mrow&gt;
-&lt;/math&gt;
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mrow&gt;&lt;mo&gt;[&lt;/mo&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;mtext style='font-size: 16px'&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml' class='box'/&gt;&lt;/mtext&gt;&lt;mo&gt;]&lt;/mo&gt;&lt;/mrow&gt;
-&lt;/math&gt;
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mrow&gt;&lt;mo&gt;(&lt;/mo&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;mtext style='font-size: 16px'&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml' class='box'/&gt;&lt;/mtext&gt;&lt;mo&gt;)&lt;/mo&gt;&lt;/mrow&gt;
-&lt;/math&gt;
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mrow&gt;&lt;mo&gt;|&lt;/mo&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;mtext style='font-size: 16px'&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml' class='box'/&gt;&lt;/mtext&gt;&lt;mo&gt;|&lt;/mo&gt;&lt;/mrow&gt;
-&lt;/math&gt;
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mrow&gt;&lt;mo&gt;&amp;#x222b;&lt;/mo&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;mtext style='font-size: 16px'&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml' class='box'/&gt;&lt;/mtext&gt;&lt;/mrow&gt;
-&lt;/math&gt;
-&lt;/p&gt;
-&lt;p id='t2'&gt;
-24px:
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mrow&gt;&lt;mo&gt;{&lt;/mo&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;mtext style='font-size: 24px'&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml' class='box'/&gt;&lt;/mtext&gt;&lt;mo&gt;}&lt;/mo&gt;&lt;/mrow&gt;
-&lt;/math&gt;
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mrow&gt;&lt;mo&gt;[&lt;/mo&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;mtext style='font-size: 24px'&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml' class='box'/&gt;&lt;/mtext&gt;&lt;mo&gt;]&lt;/mo&gt;&lt;/mrow&gt;
-&lt;/math&gt;
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mrow&gt;&lt;mo&gt;(&lt;/mo&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;mtext style='font-size: 24px'&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml' class='box'/&gt;&lt;/mtext&gt;&lt;mo&gt;)&lt;/mo&gt;&lt;/mrow&gt;
-&lt;/math&gt;
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mrow&gt;&lt;mo&gt;|&lt;/mo&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;mtext style='font-size: 24px'&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml' class='box'/&gt;&lt;/mtext&gt;&lt;mo&gt;|&lt;/mo&gt;&lt;/mrow&gt;
-&lt;/math&gt;
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mrow&gt;&lt;mo&gt;&amp;#x222b;&lt;/mo&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;mtext style='font-size: 24px'&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml' class='box'/&gt;&lt;/mtext&gt;&lt;/mrow&gt;
-&lt;/math&gt;
-&lt;/p&gt;
-&lt;p id='t3'&gt;
-32px:
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mrow&gt;&lt;mo&gt;{&lt;/mo&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;mtext style='font-size: 32px'&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml' class='box'/&gt;&lt;/mtext&gt;&lt;mo&gt;}&lt;/mo&gt;&lt;/mrow&gt;
-&lt;/math&gt;
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mrow&gt;&lt;mo&gt;[&lt;/mo&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;mtext style='font-size: 32px'&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml' class='box'/&gt;&lt;/mtext&gt;&lt;mo&gt;]&lt;/mo&gt;&lt;/mrow&gt;
-&lt;/math&gt;
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mrow&gt;&lt;mo&gt;(&lt;/mo&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;mtext style='font-size: 32px'&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml' class='box'/&gt;&lt;/mtext&gt;&lt;mo&gt;)&lt;/mo&gt;&lt;/mrow&gt;
-&lt;/math&gt;
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mrow&gt;&lt;mo&gt;|&lt;/mo&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;mtext style='font-size: 32px'&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml' class='box'/&gt;&lt;/mtext&gt;&lt;mo&gt;|&lt;/mo&gt;&lt;/mrow&gt;
-&lt;/math&gt;
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mrow&gt;&lt;mo&gt;&amp;#x222b;&lt;/mo&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;mtext style='font-size: 32px'&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml' class='box'/&gt;&lt;/mtext&gt;&lt;/mrow&gt;
-&lt;/math&gt;
-&lt;/p&gt;
-&lt;p id='t4'&gt;
-48px:
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mrow&gt;&lt;mo&gt;{&lt;/mo&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;mtext style='font-size: 48px'&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml' class='box'/&gt;&lt;/mtext&gt;&lt;mo&gt;}&lt;/mo&gt;&lt;/mrow&gt;
-&lt;/math&gt;
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mrow&gt;&lt;mo&gt;[&lt;/mo&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;mtext style='font-size: 48px'&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml' class='box'/&gt;&lt;/mtext&gt;&lt;mo&gt;]&lt;/mo&gt;&lt;/mrow&gt;
-&lt;/math&gt;
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mrow&gt;&lt;mo&gt;(&lt;/mo&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;mtext style='font-size: 48px'&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml' class='box'/&gt;&lt;/mtext&gt;&lt;mo&gt;)&lt;/mo&gt;&lt;/mrow&gt;
-&lt;/math&gt;
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mrow&gt;&lt;mo&gt;|&lt;/mo&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;mtext style='font-size: 48px'&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml' class='box'/&gt;&lt;/mtext&gt;&lt;mo&gt;|&lt;/mo&gt;&lt;/mrow&gt;
-&lt;/math&gt;
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mrow&gt;&lt;mo&gt;&amp;#x222b;&lt;/mo&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;mtext style='font-size: 48px'&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml' class='box'/&gt;&lt;/mtext&gt;&lt;/mrow&gt;
-&lt;/math&gt;
-&lt;/p&gt;
-&lt;p id='t1'&gt;
-120px:
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mrow&gt;&lt;mo&gt;{&lt;/mo&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;mtext style='font-size: 120px'&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml' class='box' style='width: 48px'/&gt;&lt;/mtext&gt;&lt;mo&gt;}&lt;/mo&gt;&lt;/mrow&gt;
-&lt;/math&gt;
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mrow&gt;&lt;mo&gt;[&lt;/mo&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;mtext style='font-size: 120px'&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml' class='box' style='width: 48px'/&gt;&lt;/mtext&gt;&lt;mo&gt;]&lt;/mo&gt;&lt;/mrow&gt;
-&lt;/math&gt;
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mrow&gt;&lt;mo&gt;(&lt;/mo&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;mtext style='font-size: 120px'&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml' class='box' style='width: 48px'/&gt;&lt;/mtext&gt;&lt;mo&gt;)&lt;/mo&gt;&lt;/mrow&gt;
-&lt;/math&gt;
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mrow&gt;&lt;mo&gt;|&lt;/mo&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;mtext style='font-size: 120px'&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml' class='box' style='width: 48px'/&gt;&lt;/mtext&gt;&lt;mo&gt;|&lt;/mo&gt;&lt;/mrow&gt;
-&lt;/math&gt;
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mrow&gt;&lt;mo&gt;&amp;#x222b;&lt;/mo&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;mtext style='font-size: 120px'&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml' class='box' style='width: 48px'/&gt;&lt;/mtext&gt;&lt;/mrow&gt;
-&lt;/math&gt;
-&lt;/p&gt;
-&lt;p id='t5'&gt;
-40px:
-&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;
-&lt;mrow&gt;
-&lt;mo&gt;(&lt;/mo&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;mo&gt;,&lt;/mo&gt;
-&lt;mtext style='font-size: 40px'&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml' class='box'/&gt;&lt;/mtext&gt;
-&lt;mo&gt;,&lt;/mo&gt;
-&lt;mtext style='font-size: 40px'&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml' class='box'/&gt;&lt;/mtext&gt;
-&lt;mo&gt;,&lt;/mo&gt;
-&lt;mtext style='font-size: 40px'&gt;&lt;div xmlns='http://www.w3.org/1999/xhtml' class='box'/&gt;&lt;/mtext&gt;
-&lt;mo&gt;)&lt;/mo&gt;
-&lt;/mrow&gt;
-&lt;/math&gt;
-&lt;/p&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformeflTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/TestExpectations (166058 => 166059)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/TestExpectations        2014-03-21 10:36:21 UTC (rev 166058)
+++ trunk/LayoutTests/platform/efl/TestExpectations        2014-03-21 13:01:56 UTC (rev 166059)
</span><span class="lines">@@ -1766,8 +1766,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/127477 css2.1/t1604-c542-letter-sp-00-b-a.html [ Missing ]
</span><span class="cx"> 
</span><del>-webkit.org/b/127482 mathml/presentation/mo-stretch.html [ Failure ]
-
</del><span class="cx"> webkit.org/b/127489 http/tests/misc/will-send-request-returns-null-on-redirect.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/126619 http/tests/media/video-auth.html [ Failure ]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflmathmlpresentationmostretchexpectedpng"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/mathml/presentation/mo-stretch-expected.png (166058 => 166059)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/mathml/presentation/mo-stretch-expected.png        2014-03-21 10:36:21 UTC (rev 166058)
+++ trunk/LayoutTests/platform/efl/mathml/presentation/mo-stretch-expected.png        2014-03-21 13:01:56 UTC (rev 166059)
</span><span class="lines">@@ -1,129 +1,4 @@
</span><span class="cx"> \x89PNG
</span><span class="cx"> 
</span><span class="cx">  -IHDR X')tEXtchecksuma80b3824ff74fc00760b8b4cbdd1bd1bB\xB9UbKGD\xFF\xFF\xFF\xA0\xBD\xA7\x93 IDATx\x9C\xEC\xDDi\W\xFB7\xF0\x93\x84A@p\xA7\xEC.\xA0\x80\xA8\x80\xAB\xAC+Tpko\xEAZ\xAB-\xB5֥\xD5\xD6V{W-nպժ\x95\xA2\xB4ڂ
</span><del>-\xAE\xB8!\x88 \xE2\xD6ʾ#\xFBVd\x9E\xF3i\x9E\xDC\xD9H\x80\xFE\xBE\xAF\x92əs\xAE9\x99\xC8\xE5̙sXE`[\xD3\xBCj\x90`0         Ð`0         Ð`0         Ð`t9\xCD\xCD͚\x81\xB4\xB4\xB4`\x92&lt;\x95!\xC1\xE8Zv\xEF\xDE}\xFF\xFE}MGA\xAA\xAA\xAAV\xAF^\xCD\xE7\xF35@\xB7\x84 \xA0 ٵkWff\xA6\x97\x97\x97\xA6!\x83 -Z\xB4h\xAEc\xA8\x80\x85=\xBA\x887n\xBC\xFB\xEE\xBBiii\.WӱBEQ\xFF\xF7\xFF7mڴe˖i:\x80n        @\x97\xC0\xE7\xF3\xDD\xDC\xDC\xDE\xFF\xFD\x95+Wj:\x96\xFF\xEF\xFA\xF5끁\x81ϟ?\xB7\xB4\xB4\xD4t,\xDD        nt        ǎ{\xFE\xFCyhh\xA8\xA6\xF9&gt;&gt;&gt;\xE6\xE6\xE6\x9B7o\xD6t \xDD ,ͣ(j׮]\xE6\xE6暎\xE5\xB0\xD9\xEC 9r\xA4\xA6\xA6Fӱt'H\xB04/++\xEB\xE1Ç~~~\x9AD
-__\xDF\xFA\xFA\xFA\xF8\xF8xMН \xC1м\xABW\xAFB\x86 -\xD6n\xC9\xD6\xD6V\x8A\xA2(\x8AR\xDB
-\xAE\xAE\xAE,\x8B\x8E\x84 @\xF3\xAE^\xBD\xCAb\xB1\]]\xE5\x94)//\xFF\xF4\xD3O\xFE\xF9\xE7\x9D;w\x8E1&quot;..N=\xB1q\xB9\xDCA\x83!\xC1P
-,\xCDKLL\xE4\xF1xFFF\xB2
-dggO\x9C8q޼yaaa#G\x8E|\xF0\xE0\x81\x8F\x8F\x8F\xDA³\xB1\xB1y\xF2\xE4\xC9˗/\xD5\xD6&quot;@w\x87 @\xC3AQQ\x91\xB1\xB1\xB1\xACE\x85\x85\x85͜9\xD3\xC9ɉ\xF2\xE8\xD1#\x97=z\xA8-BBHaa\xA1\xDAZ\xE8\xEE\xB44\xC0뮦\xA6\xA6\xAD\xADMN\x82\xF5\xC7ܹs\xE7\xECٳ\xF4\xDBӧO\x8F;V]\xD1\xF2o\x82\x85+X\x8A\xC3, -\xAB\xA8\xA8 \x84\xE8\xE9\xE9\xC9*p\xE5ʕ#F\xD0ӻ߽{\xF7\xEAիcƌQ_|\xFF\xC6֩        VZZ\x9A\xA5\xA5\xA5\xBD\xBD\xFD\x88}\xFE\xF9\xE7\x9Dל|\x91\x91\x91\xC20\\\,--\x8F=\xAA\xA9`\xA0\x9B\xC2, -kw\x8A\xA9\xAC\xAC,:\xBB***\xCA\xCB\xCB\x8E\x8E\x8E\xC9\xC9\xC9\xEE\xEE\xEEj        \x90\xB0X,BHuuu\xE75\xD1\xDA\xDAZZZ\xBAq\xE3\xC6ŋw^+
-
-                                        \xA1_\xA7\xA4\xA4\xB8\xBB\xBB755i6$\xE8vp @\xC3\xDA]\xAEj֬Y                        3f\xCC8\xFE\xFC\xA0A\x83X,\xD6\xEF\xBF\xFF&gt;b\xC4\xF5\x84'\x84e\xB5\x87+X\xA6\xA3\xA3ckkkee%\xAB\xC0\x9C9s\xFC\xFD\xFD\xF5\xF4\xF4z\xF4\xE8AQTiiiϞ=ۭ\xB6\xBE\xBE&gt;  \xE0ڵk\x8F\x90\xC7\xE3\xD9\xDA\xDAv\x91%\xA8\xBA$X\xD6\xD2Ғ\x9B\x9B+5ea\xFA\xC5b\xB1ɮ!\xAD\xAD\xADׯ_W\xA4\xA4@ ZZ2\xFF5\xA8\xAC\xAC\xCC\xCDͭ\xAB\xABS\xA46 H\xB0^gYYY\xFB\xF7\xEFwuuMMM\xB5\xB3\xB3\xFB\xE0\x834\x91*\xF8|~jjj\xEF޽\x9B\x9A\x9A\xAC\xE9p\xC1,\x80\xD7VNNΤI\x93&gt;\xFA裐\x90\x8F\x97\x9C\x9C\xAC\xE9\x88T\x91\x9E\x9E\xFE\xD9g\x9F -0 &lt;&lt;\xFCƍ\x9AGQ|&gt;_tLEQEEE\x8D\x8D\x8D         \x98\x85+X\xAF\x8E/^DDDЯ\x9B\x9B\x9B        !\xA2\xA5֮]ۻwo\xFA5\x9F\xCF \\xB1b}kr͚5j\x96UUU\xEF\xBE\xFB\xEE͛7 - \xF2\xF2\xF2\xD4&lt;=\x98j***\x96,YR[[\x9B\x97\x97\x97\x9E\x9E\xAE\xAD\xADMIMM\xF5\xF1\xF1),,400\xD0t\x80\xC0 $X]=K\x82,\xA2B\xB4\xB5\xB5\x85c\xB9\xE8\x99D\x87v\x89\x8E\xB2\x8A\x8B\x8B{\xF4\xE8\xD1\xDBo\xBF\xADH]VDD\xC4̙3\xF5\xF5\x{173CB2}\x8A\x8B\x8B\xA8\xE9\x88\xDA\xE2\xE0\xE0\xF0\xCE;\xEF,Z\xB4\xA8\xAE\xAE\x8E\xC7\xE3B\xCC\xCD͝\x9D\x9D\xD59;?t6$X]\x9D\xE2\xF3#\xD8\xD8ج_\xBF\x9E~]]]\xBDy\xF3f\xE1[1\x8F=\xE2\xF1x\xC2 Z\xDDԝ;w\xC2\xC3\xC3\xC1\xF1\xE3ǽ\xBD\xBD+++|@S\xF2\xF2\xF2.]\xBA4eʔ\xE9ӧO\x9B6M\x98\xD7\xC6\xC7\xC7O\x980\xA1\xBA\xBA:''\xC7\xD5յ\x9B\xE6\xBB 
-c\xB0^Gfff\xD5\xD5\xD5UUU\x84\x90\xE6\xE6\xE6 .h:&quot;U\xF8\xF8\xF8\xECٳ\xE7СC\x96\x96\x96\xB5\xB5\xB5\xB5\xB5\xB5\x9A\x8E\xA8\xFD\xF5!\xC4\xCČ\xFC\xEFU\xC3K\x97.\xF5\xEE\xDD;22\xF2\x93O&gt;ٽ{\xB7\xC6\xE2\xE6\xE0
-@7PQQq\xFE\xFC\xF9_\xFD\xD5\xC1\xC1\xA1\xE3Ξ=\xFB\xE0\xC1\x83\xF3\xE6\xCD;v,\x8B\xC5Z\xB6lY\xC7\xEBT\xBF/\xBE\xF8\xA2\xA1\xA1\xC1\xC0\xC0\xA0\xB5\xB5u\xC1\x82\xBA\xBA\xBA\xB2Jfff\xE6\xE7\xE7O\x9C8Q\x9D\xE1I\xA2\xEFۊ -\xB4W\xAE\Y\xB2dɸq\xE3\xC1\x93'O\xE4\xD4@QTqqqsss\xEF޽SSS\xDD\xDD\xDD\xE5̯\x84_&amp;@7гgϑ#G\xFE\xF0\xC3C\x86 Qpmm\xED\xE0\xE0`Y\x9Fr\xB9ܤ\xA4\xA4\x82\x82sss}}}\x86\xC2\xD4CCCB=T\\x8E\xEC\xEC씔\xA9        Vccczz\xBA\x8D\x8D\x8D\xB5\xB5u\xA7\x84(A\xEC\xE0\x83\xAC\xAD\xAD\xE9\xFA7n\xDC - -\x95\xB3oAAA``\xE0'\x9F|RYY\xF9\xE3\x8F?\xEE߿\xDF\xC7ǧs\xC3\x95\xE0!@\xF7p\xF3\xE6\xCD\xF1\xE3\xC7s8\xCBFEE\xC9)\xC0f\xB3mll\xBAuv\xD5q\xB7n\xDDڶm\x9B\xB3\xB3\xF3\xE4ɓ[ZZ4\xB2ХK\x97f͚\xC5b\xB1nݺ\xD5\xD6\xD66e\xCA9\x85\xFB\xF4\xE9\xD3\xD4Ԥ\xA3\xA3\xB3|\xF9r6\x9B\xDD-\xC6\xF5\xBC\x9Ep \xA0{\x88\x8F\x8F_\xB2d        !\xA4\xA5\xA5E[[\xE3\xA0\x91\x96\x96F/D\xDF&quot;ܱc!\xC4\xC1\xC1a„        \x84\x90\x82\x82\x82U\xABV]\xB9rEOO/&amp;&amp;FGGG#AVTT\x98\x9A\x9A^\xBAt)===22R\xFE7\xFB\xFC\xF9\xF3\xEA\xEAj\xFF\xF2\xF2r---9+,\x80f!\xC1\xE8\xCA\xCA\xCA&lt;x\xE0\xED\xED\x9A\x98\x98\xA8\xA3\xA3\x93\x90\x90`gg\xA7\xE9\xB84Lj.&quot;zJ__\x9FQnlll``@\xBF622\xA2?\xFD\xED\xB7\xDF&lt;==\xF5\xF4\xF4! PG\xC4\xD2l۶\xAD\xAA\xAA\x8A\xCB\xE5\xD2i\x9F|\x97.]\x9A3gNϞ=O\x9E&lt;9~\xFC\xF8\xE2\xE2b\xE4X],\x80n\xE0\xF2\xE5˃ -\xBAy\xF3\xE6\xFE\xFD\xFB\xB5\xB5\xB5\xCD\xCC̎=\xBAa\xC3M\xC7\xC5GGnj\x8C e\xA7\x8Dh\xF7\x8Eސ!C\xE8Qk\xA6\xA6\xA6\.wΜ9\xA2\x9F&gt;}\xFA\xB4_\xBF~\x84\x81@P]]MOI\xC5H`\xCAR|\xAC\xF8\xF8xzV\xD8\xE7ϟ\xE7\xE6\xE6\xD2\xD3\xC9@\x841X\xDD@|||[[ی3\x8C\x8C\x8Cttt\x8C\x8C\x8Cz\xF5\xEA\xA5領\x94\x99\x99\xE9\xEC\xEC|\xEA\xD4)u6:k֬\xA8\xA8\xA8\xA3G\x8F\x9E&gt;}\x9A,\xDFE\x93\xE3ܹs\x9E\x9E\x9E\x84\x905k\xD6DFF\xE2*&amp;@\x97\x85+X]EQ\x97.]Z\xBCx1=\x8BffffIIɸq\xE34W\x97@O[`jj\xAA\xAF\xAF/g\xF4Ґ!C\x8C\x8D\x8D\xC56\xFA\xFB\xFBߺuK ovY999/_\xBE\x94_fРA&amp;&amp;&amp;\xEA\x89څ @\xC3tttlmm匤y\xFA\xF4iaa\xE1\xFB\xEF\xBFO\xBFݾ}\xFB… \xDFx\xE3 -uHx&lt;\x9E\xAD\xAD-\x97\xCBU[\x8B\x8A\xAE\xE2'\xFFq\xC8A\x83 -4Hr{wY\xFB\xAF\xB2\xB2\xD2\xCBˋ\xCF\xE7\xF6\xE9\xD3G\xB8] \x94\x96\x96\xD23\xAC\xC6\xC5\xC5i|\xA2/B\x82\xA0uuu\xAC\xAD\xADutt\xECׯ_nn\xAE袁b\xE2\xE3\xE3mll,,,!gϞ}\xFE\xFC\xF9ŋ\xD5,\xA9\xAC\xAC\xCC\xCDͭ\xAB\xABSg\xA3
-zMV\xF16l\xD8\xE6͛W\xADZE9w\xEE\xDC\xE0\xC1\x83E?MHH\x903\xB9Ccc\xE3ٳg\x83\x83\x83\x9F\xE3:c\xB0ԍ\xA2\xA83f\xF8\xFA\xFAzxx&lt;z\xF4H\x91]ttt\xAE]\xBBv\xF0\xE0\xC1\xF4\xF4\xF4k׮u\xFD[Zj#\\xC5/--M#\xB3X\xA9\xCD\xC7&lt;~\xFC\xF8\x86\x86\x86\xE0\xE0\xE0\xFE\xF9G\xF4\xA3\xF1\xE3\xC7˙\x8B?%%%44\xB4\xA0\xA0\xA0\xF3c\x80\xFF        \x80\xBA%$$\xBCx\xF1\xC2\xCD\xCDm\xF2\xE4\xC9_~\xF9e\xBB\xE5?\xFC\xF0\xC3G\x8F\xF5\xEF\xDF?,,lÆ -\xED\xCEZ\xAE\xF5\xF5\xF5v\xE9\xD2%+++ͮ⧞cg\xB3\xD9G\x8F\xEDٳgZZ})KT@@\x80\xAC{\xB8&gt;&gt;&gt;YYY666\x9D!\x88B\x82\xA0nG\x8F -Pj\xA6P]]]\x9B\xAE&lt;\xB9hkk\xEB\xF5\xEB\xD7)\xC9\xE0\x84\xE9\xF4*~o\xBC\xF1\xC6ҥK\xA7N\x9D\xFA\xEC\xD93F\xAAU\x96\xE2\xC7\xDEA\xBD{\xF7\xFE駟!{\xF6쉉\x89\xFDh\xECر\xDE\xDE\xDER\xF7b\xB1X}\xFB\xF6UCx 
-        \x80\xFAܿ\xFD\xFA\xF5\xA7N\x9D\xAA\xA8\xA8ظqcKK\x8B\xA6#R\xAB\xC4\xC4Ġ\xA0\xA0'NL\x9D:uŊW\xAE\Q|_\x8A\xA2\xFD\xBA\xAD\xAD\x8D~!\xB6\x8A\x9F&quot;uvwS\xA6LY\xBAt)!\xE4?\xFF\xF9ONNN\xBB\xE5\x8F9ҷo\xDFo\xBE\xF9\xA6\xD3#\x80\xFF\x85 @}\x86\xC4\xE7\xF3w\xECرq\xE3FM\xAD͢YYY\x93'O^\xB7nݻ\xEF\xBE;~\xFC\xF8\xB8\xB88\xF7\xBDx񢟟\xDF\xE2ŋ        !\xDF}\x{1DD659}Yuu5Qr\xBF\xAE`\xE4ȑ\xF1\xF1\xF1#G\x8E\xECH%۶mspp\xA8\xAE\xAE\x9E={6\x9Fϗ_x\xEAԩ\xFF\xF7\xFFב@x\x8A@\xAD\x92\x93\x93L\xAF\xD9\xD2ݽx\xF1&quot;&quot;&quot;\x82~MO)\xFE\xC1?]\xBBv\xAD\xE8\xE8                        \xBDz\xF5ruu%\x84&lt;{\xF6\xACw\xEFފw›o\xBEY[[\xBBdɒ\xB7\xDEzkڴi˗/\xA7'e\xAE\xE2\xF7\xF0\xE1\xC3'N\xA8\xF3j\xBB\xC7nee%ORRR``\xE0\xF9\xF3\xE7TnZ__\xFF\xD7_\xF5\xF0\xF0(..\xAE\xAF\xAF\x97\xFF\xE5\xB5k׌\x8D\x8D=&lt;&lt;TnT\x83 @\xAD\xEEݻ\xE7\xE5\xE5\xA5xy\xF5\x8F\xBBR|\x80\x94\xB6\xB6\xB6pv\x89\xA6\xA6&amp;B\x88\xE8dZZ\xFF\xF3ϋ\x8B\x8B\xCB?\xFF\xFC\xD3\xD6\xD6\xF6\xE2ŋ3gΈ -!jט1c******D\xA7\xB3\xA2W\xF1322z\xF3\xCD7\x95\xAA\xAD\xE3\x94:v\xC6544hkk\xFF\xF6\xDBo\xED\xCEO\xEF\xEF\xEF\xDF\xD9\xF1\x80$\xFC\xEA\xD4*99\x99\xBEե\xA0\xAE&lt;\x{14034D}\xCD\xFA\xF5\xEB\xE9\xD7\xD5\xD5՛7o\xBE\x954r\xE4Ȑ\x90\x90;v\xE8\xEA\xEA޽{W\xD9a\xD7ffffff\x92\xB3\x89\xEA\xEAꦤ\xA4\xD03\xB5\xAA3U\xEAؙU^^\xB4}\xFB\xF6#F\xB4[8!!\xE1\xE3\x8F?VCT c\xB0ԧ\xA9\xA9)##C\xA9+X\xAF\x8C?\xFF\xFC\xF3\xA7\x9F~\xB2\xB7\xB7_\xB2d\x89
-\xB5&gt;|\xD8\xC5\xC5\xE5\xF6\xEDۢoݺ\xB5m\xDB6''\xA7I\x93&amp;\xBD&amp;O \xB4\xB5\xB5\x85\x86\x86\xFA\xFB\xFB g\x{1978EA}\xAA꯿\xFE7nܥK\x97\xBAr\xA6\xF0JB\x82\xA0&gt;iii\xBDz\xF5rtt\xD4t @QԸq\xE3fϞ=dȐ\xA8\xA8(\xC5\xF7jmmMLL\xB4\xB4\xB4 - -\xBD~\xFDz}}\xFD͛7        !\xABV\xAD\xFA\xF4\xD3O\x8D\x8C\x8Cbbb^\x93'\xBE\xFC\xF2˲\xB2\xB2\xBD{\xF7J^\xAE\x93\\x91\xBA\xB2\xB2\x92r\xF8\xF0\xE1ѣG\xAB)&gt;\xF8,\xF5\xB9y\xF3f```G\xEEd        \x82\xD6\xD6VCb\x8A\xB6\xB6vpp\xB0\xACO8PWW]XX\xB8x\xF1\xE2\xB9s綻t1-::\xDA\xD2\xD2\xF2\xF6\xED\xDBS\xA6L\x99&lt;y\xF2\xB3gϖ-[F?\x85\xF7\xDBo\xBFyzz\xEA\xE9\xE9\xB1X\xAChp\x920\xF9\xC7Π\xB8\xB8\xB8={\xF6DGGK.\xA1\xF8\xE8ѣ'O\x9E\x88m0`@YY\xD9w\xDF}g``Е'Qx%a @\xA7kll|\xF6\xEC\xD9СCcbb\x8E9\xA2Z%YYY\xFB\xF7\xEFwuuMMM\xB5\xB3\xB3}f\xAD+044\x94s]j\xFF\xFE\xFD\xF4\xFA\x89\.\xF7\x93O&gt;9r䈡\xA1\xA1hGGnj\x8C ѧiӧO\xF7\xF6\xF6\xA6W¶\xB4\xB4,..\xEEѣ\x9D+&lt;}\xFA\xD4\xCEΎ&quot;\xAA\xAB\xAB\x85ۙ%+0Q\xF2\x8F\x9D)\xB9\xB9\xB9s\xE7\xCE=r\xE4ȀD\xB7 \x82\xA7O\x9FΟ?_\xEA 0ss\xF3\xCE \xA4\xC2,\x80N\x97\x96\x966o޼\xD8\xD8\xD8\xE9ӧ\xDB\xDB۫PCNNΤI\x93&gt;\xFA裐\x90\x8F\x97\x9C\x9C\xCCx\x90\x9Dj֬Y6l\xC8\xCE\xCE\xCE\xC9\xC9ٹs\xE7_|!6\=33\xD3\xD9\xD9Y\xF2&amp;\x9Bͦ\xB3+\x8F\xC7fQ\xB3f\xCD:y\xF2\xE4ѣGO\x9D:\xD5y\x8B3\xCA
-L͚\x9B\x9BgΜYQQb\xF4\xBF\xF4\xF5\xF5SSS\x9FW \xD4W\xB0:\x9D\xA7\xA7\xE7\xF1\xE3\xC7 - &amp;O\x9E\xAC\xC2\xEE|&gt;?00pŊ\xF4Dk֬a:\xC0N\xF7\xD9g\x9F\xE5\xE7\xE7?{\xF6\xCC\xD8\xD88,,L\xEC\xF2\x95j\xFC\xFD\xFDoݺ% - -\xE5\\xBB\xCA\xCC\xCC\xCC\xCFϟ8qb\xC7[Ԡ\x95+W\xA6\xA4\xA4B\xA5044\xECׯ\x9Fz\x83y\x90`t:\x8B\xE5\xE6\xE6&amp;\xEBSz\x96Y\xE2\xE2\xE2=z\xF4\xF6\xDBo kc&gt;D\xB9x&lt;\x9E\xAD\xAD\xAD\xAC\xB5\x84Էo_\xC6Wē\x8A$);;;%%EV\x82%222LLLlmm\xBB\xEC(%\x81@.\xA7\x8C\xB6\xB66\x9B\x8D;], -kii\xC9\xCD\xCD\x9D\xA6ṚG\x8Fx&lt;\x9E\xFCa@\x9D\xAA\xB2\xB2277\xB7\xAE\xAENSt\x92\xA7O\x9F\xEEܹsÆ -\xB3fͺqㆦÑ\x89\xCDf8P\xC1\xC2|&gt;_ \xE8\xEA\xEAvjH\xD0.$X]\xBD\xF4^UU\x8F\xC7knn\xBEz\xF5jw\xBF\xE1\xA5iii׮]#\xFF\xDE&quot;ܱc!\xC4\xC1\xC1A\xB8 t}}\xFD\xB4i\xD3Ν;\xDDe1|\xFB\x{DDCF}=jbb\xA2\xE0յ\xEF\xBF\xFF\xDE\xD8ظ\xA9\xA9\x89\xA2\xA8?\xFC\xB0\xB3\xC39\x90`tu\xB3g\xCF&gt;x\xF0\xE0\xBCy\xF3Ǝ\xCBb\xB1\x96-[\xA6鈺\xA99\x87p:M}}}z\xADCccc\xFA\xB5\xE8X\xF8_~\xF9\xC5\xD2\xD2255\xD5\xD3\xD3sذaj        Yi .T\xFC\xCElJJJtt\xF4\xAD[\xB7!\x9E\x9E\x9E\xE3Ǐwpp\xE8\xCC\xE8@$X]\x97\xCBMJJ*((077\x97\+F\x96\xFA\xFA\xFA\x80\x80\xFA*\xCE+I\xFE\xD4\xE4C\x86 2d!\xC4\xD4Ԕ\xCB\xE5Ι3G\xAC@FF\x86\x9F\x9F_pp\xB0@ (//733\xEBRc\xB0(\x8A*..\xB6\xB5\xB5\xE5p8
-\xEE\xE5\xE9\xE9I\xBF\xF6\xF4\xF4&lt;q\xE2\xC47\xDF|\xD3i@;\x90`tl6\xDB\xC6\xC6F\xA9]Z[[\xAF_\xBF\xAEx\xE1\xD7m=\xE0\xC0\xC0\xC0&gt;\xF8@OO\xAFW\xAF^\xEA\x99&amp;T)\xF5\xF5\xF5\xABV\xAD\xEA۷\xEF\xB7\xDF~+ܘ\x90\x90\xF0\xCB/\xBF\x88\x95\xF4\xF4\xF4\\xB4h!$''G\xB8:\xA1\x99\x99YFF\x86ڢI\xAF\xD7?\xA9 \xAA\xB1\xB1q˖-\xA7O\x9F                \x999s\xA6\xA6#REQ\xE5\xE5庺\xBA&amp;&amp;&amp;b -2\xC4\xD8\xD8Xr\x97\x89'&gt;x\xF0@[[[OOO-1\xB6\x83\xCF秦\xA6Z[[766&lt;\x98\xCB\xE5VWW\xFF\xE7?\xFF-3|\xF8\xF0&gt;}\xFA\x88\xED(&lt;:\x8A\xA2\x84\xE1\xD8l\xF6k\xB28#@\x97\x85\xC7z^S\xE5\xE5\xE5\xA3F\x8Drqq\x99={\xB6\x81\x81Ann\xAE\xA6#Rݓ'O\x9C\x9C\x9C
-
-
-$?4hИ1c\xA4\xEE\xC5\xE5r՜]ɺ\xAD\x99\x9E\x9E\xFE\xD9g\x9F -0\xE0\xE3\x8F?\xA6\x9FgliiIII[\xBC\xA9\xA9\xE9\xA5\xE1ӝvvv\xF4⃄\x90\x8A\x8A
-L\x8B\xA0Y\xB8\x82\xD0\xD5\xC9$\xFA7\xFBŋ\xF4\xEB\xE6\xE6fB\x88\xE8\x8A:k׮\x9D\xEB\xE1\x83&gt;\xB0\xB2\xB2\x9A9s\xE6\x91#G
- \xF7\xED\xDB\xC7p\xDCjԯ_?==\xBD\xAE?\xA6\x9BN\x86\xC4杯\xAA\xAAz\xF7\xDDwoݺ\xA5\xAF\xAF\x9F\x97\x977v\xECXBȃ\x86^QQamm-,\xF9\xE2ŋ\xE8\xE8h\xB1:\x87N\x8F6\x9B1cƺu\xEB\xE8\x8D\xF7\xEE\xDD۲eK\xA7 ȇ \xA0\xAB\x93?\x9A[\x94\xB6\xB6\xB6p&gt;\xAD\xA6\xA6&amp;B\x88\xE8\xF4Z\xA2\xA3\xAC233O\x9D:\xB5bŊo\xBF\xFD\xB6\xFF\xFE                        \x8A\xA6\xEERZ[[SSS
-
-ƌӥF\xA9\x8B\xA9\xAD\xAD522\xAA\xA8\xA8`\xB3\xD9b\xCB%EDD̜9S__?++\xAB\xB8\xB8\x98\x9E\xF2*;;\xBB\xB1\xB11//O4\xC1\xF2\xF1\xF1\xF1\xF1\xF1\x91Մ\x97\x97\xD7\xE8ѣ\x8F?.ƌ#v\xF5 \xD4         \xC0\xAB\xC3\xC6\xC6F\xB8\xE2ouu\xF5\xE6͛\xA5.L\xB9}\xFB\xB6\x9E\x9E\xDE\xF6\xEDۻi^EKOO?x\xF0\xE0G}\xF4\xD1G-\\xB8P\xD3\xE1\xC8TSScaaq\xE0\xC0\x81\xA7O\x9FΚ5KlR\xD9;w\x87 \x82\xE3Ǐ{{{WVV\xF6\xEC\xD93((hʔ)\x8A?4J۴iSmm-\x98\x9A\x821X\xAF#&gt;\x9F\xCF\xE7\xF3\xCB\xCA\xCA!\x8D\x8D\x8D\xBF\xFF\xFE\xBB\xA6#RZEEży\xF3\xBE\xFA\xEA\xAB\xFE\xFD\xFB\x8F?^\xD3\xC9dll&lt;~\xFC\xF8\xDF~\xFB\x8D\xCDf\xFF\xF4\xD3Ob\x9F\xFA\xF8\xF8\xECٳ\xE7СC\x96\x96\x96\xB5\xB5\xB5t\x86\xC4f\xB3 - T\xB8&amp;gll\x8C\xEC
-\xA0+\xC0,\x80n\xA6\xA9\xA9)&quot;&quot;&quot;&amp;&amp;\xE6\x8B/\xBEPy
-򐐐\xFC\xD1\xCB\xCB+00\xB0gϞ\xABV\xADb6H5ؾ}{`` \x8F\xC7{\xF6왡\xA1\xA1\x97j\x8B\xC5\xFA\xE3\x8F?d}\xFA\xC5_444\xF2\xF9\xFC `\x95\x80W, -\xD3\xD6\xD6V\xAA\xBC\xBE\xBE\xFE\x94)S֭[\xE7\xEE\xEE.\xBFZ9\xD3;\x99\x9A\x9A&gt;x\xF0 ??\xDF\xDA\xDAZ\xC1\x94\x8D\xB3\xB3\xD1w\xD6(\x8Aڶm\x9B\x9F\x9F_yyy\xAF^\xBD4\x94\x8A - -I\xD7\xEBa\xE8$X\xC6\xE3\xF1!\x81@\xF1]\xEEݻ\xF7\xC6oXYY\xC9)chh%\xA7\x87ñ\xB3\xB3S\xA49:6z\xB5\x99\xAEc̘1\xFB\xF6\xED\xCB\xCE\xCE655\xCD\xCAʪ\xA9\xA9\xE9\xBE        \xBCz\x90`hXϞ=        ! - - -\x8Ankkc\xB3ٗ.].Z\xAC\xF4\xE4]-\xC1\xFA\xF2\xCB/\xEB\xEB덌\x8C\xB4\xB5\xB5q\xF9\xBA$Xf``\xA0\xAF\xAFOm\x96\xA3\xA2\xA2b˖-\xCE\xCE\xCE%%%                        ǏWOx\x84\x90\x9A\x9A\xD2\xF5,\xF2\xEF\x84R\xF4\xFD5\x80.        \x80\xE6988&lt;}\xFATt\xA91YYY\x93&amp;M\xFA\xE5\x97_\xDC\xDD\xDDO\x9C8QWW'kv\xF2\xCEP]]\xAD\xA7\xA7\xA7\xE0\xFDĎصk\xD7ٳg\xE9\xD7~~~\x9F~\xFAig\xB7(ՙ3g\xF6\xEF\xDFO\xBF\xA6\x93Ke!\xC1\xD0&lt;__\xDF\xFB\xF7\xEF\xF4\xED\xDBW\xF2S\x81@\xB0`\xC1\x82iӦѣ\xDA\xFF\xFE\xFBoooo\xB5]\xB6\xA1(\xEA\xF1\xE3\xC7\xDE\xDEޝ\xFAt\x9B\xAB\xABkqq\xB1\xE8 -.8a\xC2OOO\xD1-\x98\xF8\x94\x85 @\xF3|}}\xB7mۖ\x9A\x9A*5\xC1\x8A\x8E\x8E\xBEy\xF3\xA6p\xAA\xAA\xB8\xB8\xB8\xC0\xC0@\xB5Ŗ\x9F\x9F_QQ\xE1\xEB\xEB۩\xAD\x88\xCEA\xAFq\x86\x86\x86\xB8\xED\x84\x89F4\xCF\xC7\xC7GKK\xEB\xFE\xFD\xFBR?\xBDr力\x9B[\x8F=!7o\xDELJJ\xF2\xF7\xF7W[l\xA9\xA9\xA9\x84???\xB5\xB5\xF0
-@\x82\xA0y\.w֬Y111R\x97\xCC\xCAʢ' (--\x8D\x8A\x8A266&lt;x\xB0\xACl\x8Cq\xD1\xD1\xD1\xA3F\x8DROs\xAF$X]\xC2G}\x94\x99\x99\x99\x92\x92&quot;\xF9\xD1;\xEF\xBCs\xE5ʕ\x80\x80\x80~\xF8\xC1\xCBˋ\xCF\xE7\x9F8qbذaj\x88\xAA\xB6\xB66:::&lt;&lt;\xBC+\xAF\xA3 \xD0\xB1\xA4\xFE\x8F\xD4\xEF\xBD\xF7\xDE\xD3\xD6\xD6&gt;\xBF&amp;\xAA\xA4\xA4\x84\xC5bYXX\xB4\xB6\xB6VTTXXX\xA8'\xA4\xFC\xF1СCIII\xDDzMh\xF5C\x82\xD0UTVVzyy?~\\xFE8jS^^&gt;jԨ\xDF\xFF\xDD\xC9\xC9Iӱt3H\xB0\xBA\x90'O\x9E,[\xB6,66V\x83\x93͛7/88\xF8\xAD\xB7\xDE\xD2t \xDD,\x80\xAE%''\xA7\xB8\xB8Xl&amp;\xF5\xCB\xCF\xCF\xCF\xCB\xCB\xF3\xF6\xF6\xD6l\xDD,\x86\xE1)B\x86!\xC1`,\x86!\xC1`,\x86!\xC1`,\x86!\xC1`,\x86!\xC1`,\x86!\xC1`,\x86!\xC1`,\x86!\xC1`,\x86!\xC1`\x98\x96ڨ\xAC\xAClll\xD4\xD2Ҳ\xB4\xB4TjǪ\xAA\xAA\x86\x86\x87cee\xD5I\xB1u\xAA\xD2\xD2R&gt;\x9F\xCF\xE5rMLL4K7\x80\xEE\x80W\x86\xCC+X&lt;\xF8\xFA_'N\x9C\xE8H\xD9\xD9ٟ~\xFA\xE9\xA8Q\xA3跗.]ڿ\xBF&quot;;\xE6\xE5\xE5\xAD[\xB7n\xE8Сi]=\xA4Tzz\xBA\x9F\x9FߦM\x9B4R\xB7#\xA7\xBB?g\xBA\x99        \xD6СC\x83\x83\x83?\xFF\xFCs6\x9B={\xF6쎴1|\xF8p///\xE1\xDB_\xFD5&quot;&quot;B\x91]]]}||:ҴڈEQ\x84\x90        &amp;\xF4\xEE\xDD[sAIA\xA6\xC1
-唗\xD3]\x8A\x9F3]\x81\xBC[\x84=z\xF4 \x84\xB3\xD9L\xD5:t\xE8Pkk+\x83v\xA2STT\xF4\xC1h6$I\x8C\xA6l\x85*\xA0\xC29\xD3\xDC\xDC,\xF4\xF5\xF5\x95m \xA0\xE3\x83u\xE7Ν\xDC\xDC\''\xA7\xB6\xB6\xB6?\xFF\xFC\xD3\xC8\xC8h\xEEܹMMM\xE7ϟ/**\x9A2e\xCA\xF0\xE1\xC3\xEF޽\x9B\x93\x933`\xC0\x80\xD4\xD4\xD4\xDC\xDC\77\xB7\x993g\x8A%gϞ={\xF0\xE0\x81\x81\x81\xC1\x94)S\xE8-/^LJJ255\x9D;w.\x9D\xD2B\xAE\\xB9r\xFD\xFAu\x81@\x90\x9B\x9B\xCB\xE0Ѫ\xE0ԩS\x81\x80\xE2\xE8\xE8\xE8\xEC\xEC,\xDC^XX\x98\x98\x98Hqqq\xE1p8ƒ\xFA믿\xBE\xFE\xFAk77\xB7\xA8\xA8\xA8\xA9S\xA7B\xE8O/\\xB8\xA0\xAB\xABfll,\xD9\xCA\xED۷o޼IQ\xD4\xE8ѣ\xBD\xBD\xBD        !\xF2;S\xAC\xD3nݺ\x95\x9F\x9F\xEF\xE2\xE2baa5mڴ\xAA\xAA\xAA\xEBׯ\xBF|\xF9\xD2\xCA\xCA\xEA\x9Dw\xDE\xE1r\xB9b\x81\xE9\xE9\xE9I6*Y\x8F\xE8%\xA5\xFC\xFC\xFC\xA8\xA8\xA8\xDA\xDA\xDA&gt;}\xFA̛7\xAF\xA0\xA0@X\xA1\xB9\xB9yyy\xB9؎bAJp\xEF޽\xC4\xC4\xC4\xCA\xCAJss󀀀\x81J\xED.\xD1s&amp;)));;\xDB\xC5ť\xA5\xA5%66\xD6\xC0\xC0 ,,\xCC\xC8Ȉ\x8E0&gt;&gt;&gt;))\xA9\xAD\xADM__\xFFܹs'O\x9E\xB4\xB6\xB6NKKKNN~\xFF\xFD\xF7;\xE7\x90B\xD1KS\xCE\xCE\xCE;w\xEE\\xBAt\xE9\xB9s\xE78η\xDF~\xEB\xE7\xE7\xD1\xD0\xD0p\xFF\xFE}__ߚ\x9AGGǍ7~\xFE\xF9\xE7fff\xFD\xFB\xF7_\xB9r\xA5䵊\xFE\xFD\xFB?\xFE|\xE9ҥ\xF4\xDB\xF0\xF0\xF0\xED۷S\xE5\xE4\xE4TQQAY\xB3f\xCD\xF2\xE5\xCB'M\x9Afgg'\xCCٳg/^&lt;b\xC4\x87\xC8\xC8Hkk됐\xFA\xA3\xDF~\xFBm\xEEܹ\x89\x89\x89\xF6\xF6\xF6\xDA\xDAڋ/\xA6\xB7\x97\x96\x96 -2\xE4\x8D7\xDEX\xB6lYcc#!d\xEAԩ\xB1\xB1\xB1\xA25\xF7\xDDw\xEB֭\xDD\xE2\xE1\xE1\x96\x99\x999d\xC8BHzzzdd$!\xC4\xCA\xCAJKK\xEBڵk=\xA8\xBC\xBC\xBC\x82\x82---===\x8BE\xB9\xFF\xFE\xB5k\xD7LLLv\xEF޽d\xC9\xC9\xC3\xF9ꫯV\xAF^=q\xE2D\xFF?\xFC𫯾&quot;\x84\xC8\xE9L\xC9Nsuuݾ}\xFB\xB2e\xCBV\xACXq\xECر\xB2\xB2\xB2~\xF8\xC1\xD2\xD2r\xC1\x82W\xAF^ -\x96 Lj\xA3\x92\xF5\x83,++\xF3\xF4\xF49r\xE4{\xEF\xBDw\xF9\xF2\xE5\xD2\xD2R\xD1
-\xDD\xDC\xDC\xC4v\x94 R,\x80o\xBF\xFDv\xFE\xFC\xF9^^^aaa\x95\x95\x95\xFC\xF1ݐdw\x89v\xAF\x93\x93\xD3\xF6\xED\xDBW\xACXq\xF5\xEAU.\x97\xBBu\xEB\xD6+V\xBBe\xF3\xE6\xCDs\xE7Ν2eʎ;\xDE~\xFBmkkkB\xC8\xD7_\xBDp\xE1’\x92\xA9'6@\xA7\xA0d+//'\x84\xEC޽\x9B~\xEB\xEF\xEF\xBFb\xC5
-\xFA\xF5\xF7\xDFokkK\xBF\xA6\xFFtݹs\x87\xA2(WW\xD7M\x9B6\xD1\xDBO\x9F&gt;\xAD\xA5\xA5UPP@Q\xD4\xEEݻ\x85\xE5\xF7\xED\xDBgmmMQT~~&gt;\x87\xC3INN\xA6(J \x98\x99\x99\xEDݻ\xB7\xA0\xA0@[[\xFB… t\xE1\x83ZXX\x88v\xEA\xD4)cc㊊
-oo\xEF\x993gVTT\xB0\xD9쪪*\x8A\xA2\xEE޽۫W///\xAF˗/WTT\x94\x95\x95ѻ\xBC\xF5\xD6[ .MMM&gt;&gt;&gt;\xEB֭\xA3(j޼y\x9B7o\xADy\xEAԩ;w\xEEknΜ9\xBE\xBE\xBE\xF4\xEB\xF7\xDF\xBF_\xBF~\x81\x80\xA2\xA8U\xABV\xD1\xC1\x8BEQ\xB6\xB6\xB6\xC2N;vlxx8\xFDz\xE7Ν\xC2N*,,\xD4\xD1ѹu\xEB\xFD6&gt;&gt;^GG\xA7\xB0\xB0PVgJ\xED4ц\xF2\xF3\xF3\xCB\xCA\xCA222\xE8\xFD\xF5W.\x97+\x98\x9CF\xC5\xEA\xC6y\xFE\xFCy \x8B\xD6\xD6V\x8A\xA2JJJei~~~jj\xAA\xD4 \x85勊\x8A\xB4\xB5\xB5ϟ?O\xEF[QQq\xFA\xF4i9\xDD%ڽ\xA2J\xA0\x8C, IDATe\xB6l\xD92d\xC8\xBA##\xA3_~\xF9\x85\xDE\xE6\xEF\xEFO\xBF\xCE\xCD͍\x8F\x8F\xA7\xD4H\xC5i\xB8\\xEE?\xFF\xFCC\xBF644$\x84\xDF
-\x8D5\xAA\xB5\xB55##\x83\xBE\x90 )##\xA3\xAD\xAD-###''\x87\xA2\xA7\xA7\x97\x9B\x9B\x9B\x9C\x9C\xCC\xE7\xF3\x85\x8FJ\xC5b\xB1\xDEx\xE3 -\x8Fׯ_?GGG\x8FghhXYYijj\xCA\xE3\xF1\xCA\xCA\xCA~\xFE\xF9g???a\xF9\xC6\xC6\xC6?\xFF\xFC\xF3\xEF\xBF\xFFf\xB1Xzzz˖-\xFB\xF2\xCB/\xBF\xFE\xFAkGG\xC7\xCC\xCCLB\xC8\xE0\xC1\x83]]]O\x9F&gt;\xFD\xF8\xF1\xE3?\xFCP\xAC\xB9\xB9s\xE7N\x9A4\xA9\xA8\xA8\x88\xC7\xE3=~\xFC8;;;11q̘1&gt;\xFC\xEE\xBB\xEF\xEF4\xC9^JKKkiiqtt\xA4ߺ\xB9\xB9\xB5\xB4\xB4\xA4\xA7\xA7\x8B -\xF7v&amp;EQ\x92\x9D&amp;Z\xB2O\x9F&gt;\x84ss\xF3\xA7O\x9Fgdd\xB4\xB4\xB4\xA8\xD0(]\x8F\x90\x8B\x8BK]]\xDDرc\x97/_&gt;u\xEAT]]]Y\x87٧O\xA9߬h\x99۷o\xF3\xF9|www\xFA-\x8FǛ9s\xA6&quot;\xDD%\xC6\xC8Ȉ.CQTss3\xF5\xEF\xFA\xD6\xD6V===\x{2D4D34D}\x8D\x8D\x8D\xFCz\x98Չ\xF3`q\xB9\BH]]\x9D\xAC\xB5\xB5\xB5t1\xFAo\xE1\xBE}\xFB p\xEB\xD6-\x8B\xD5\xEELH\xF4\xB0\x87C\xEF\xCBf\xB3\xE9\x91R\xF4]9zD\x91Pqq1!D8 \x97\xA5\xA5%\xBD\xC5\xD1\xD11&amp;&amp;&amp;--\xCD\xC9\xC9\xE9\xF1\xE3\xC7uuu/^\xBChE\xF3\xF7\x{1F7C30}8y򤥥\xE5ҥKY,ֱc\xC7 \xE4g\x81
-\xAA\xAE\xAE&amp;\x84\xF3\xE1FQ\xC2ΤS\xAC\xD3\xC4
-\xD7\xD4\xD4\xF8\xFA\xFA\x8E5j\xE2ĉZZR\xBEbeccs\xF7\xEEݭ[\xB7\x86\x85\x85\xAD^\xBD\xFA\xF2\xE5˒\xED
-I\xFDfE \xD0Y}P\x8C`\xB3\xD9s\xE6\xCC9p\xE0\x80\xB7\xB7wyyy\\܁\x98\xAA@Y\x9D\x98`ѷmmme\xA03\x9EaÆ\xF5\xEF\xDF_\xB8\xF1ŋE\x95\x95\x95\xF5\xEA\xD5K\xE5\xA6\xE9\x8CA\x88\xAE\xAA\xAA\xAA\x8A\xBE\xD8VUUE\xCF\\xEA\xE8蘕\x95\xF5\xFB\xEF\xBFO\x9B6\xEDΝ;\x87277733\xAB\x8D\xC3ᄄ\x84DFF\xF6\xEB\xD7\xEF\xE8ѣMMM\xE1\xE1\xE1FFF‘dA_\\x86D{\x92\xBC\xE2&quot;\xEC̦\xA6&amp;&quot;\xD1ibΞ=Kߧ#\x84H^\xBER\xBCQQE9;;;v\xAC\xBA\xBA\xDA\xC7\xC7g\xE7Ν\xBBv\xED\x92UX\xEA7+\x8A&gt;+\xF2\xF2\xF2\xEC\xED\xED\xE54\xAA\x94\xB5k׮\\xB9\xF2ȑ#&amp;&amp;&amp;                        NNNL\xD5 \xA0\xACN\*\xE7\xECٳ\xF6\xF6\xF6#F\x8C\x90U\xC0\xC3\xC3\xC3\xDC\xDC|\xEF޽\xA2\xBD\xBD\xBD\xB9\\xEE\xBE}\xFB\x8C\x84\xCB\xE5z{{:t\x88&quot;&gt;H\xB1\xB5\xB5\xFD\xE7\x9F\xFE\xF8㏀\x80\x80\xC0\xC0\xC0ÇK^\xBE\xA2͛7/%%\xC5\xD4\xD4T__?((\x88\xCF\xE7߽{w\xF0\xE0\xC1R kkk\xD3i\x90&quot;&lt;&lt;&lt;\xEC\xEC\xEC\xE2\xE2\xE2\xE8\xB7\xE7Ν\xEB߿\xBF\x87\x87\x87X1agJ\xED41E\xB5\xB4\xB4477\x93\xFFM\xB0\x84\x81)ب\xA8\xE8\xE8\xE8\xBBw\xEFBLMM=&lt;&lt;\xB4\xB5\xB5\xE5\xA9\xAC \x85\xE5G\x8Dտ\xFF-[\xB6\xB4\xB5\xB5\xC9iTqExzzN\x9F&gt;\xDD\xDFߟ\xC3\xE1\x8B\x8D\x8D -g\xAA!Eȼ\x82\x95\x96\x96F\xDFd9}\xFA\xB4\x89\x89I\xAF^\xBD^\xBCxQWWw\xF1\xE2\xC5^\xBDz\x9D?\xBE\xBE\xBE&gt;&quot;&quot;&quot;,,lǎ\x84\x90\xC8\xC8H:;\x89\x8B\x8B\xA3(\xAA\xA8\xA8(11\xF1ԩSl6\xFBҥK\xB1\xB1\xB1UUU۷o8p\xE0\xFCQSS\xB3m۶E\x8BEFFΟ?\xFF\xE6͛}\xFB\xF6\xD5\xD5\xD5\xFD\xFA\xEB\xAF\xED\xEC\xEC~\xFE\xF9簰\xB0\x84\x84 \x87S__\xFF\xCB/\xBF̙3\xA7#\xC7\xF9\xD3O?\x85\x86\x86\xC6\xC6\xC6\xD6\xD5\xD59;;\xAF_\xBF\x9E\xC2b\xB1\xEC\xED\xEDMLLz\xF4\xE8\xE1\xE7痛\x9B;a\xC2\xA9\xBB\xBB\xB8\xB8\xB8\xB8\xB8̝;\x97\xC2\xE5r\xA7O\x9F.:\xBF|BB\x82\xE8AM\x980\xE1\xBB\xEF\xBEKIIqvv\xCE\xCE\xCEnii\xB9s玙\x99\xD9\xFCQ__)|\xE6\x91\xA2\xA3\xA3s\xEAԩ%K\x96\xA4\xA5\xA5\xF1\xF9\xFC\xA4\xA4\xA4ӧO\xD3\xE9\x8B\xD4\xCE\xD4\xD7ח\xEC\xB4'O\x9Edgg777\x9F:u*(((  `Æ -nnnvvv\xB6\xB6\xB6\xAD\xAD\xADX\xB8p\xA10\xB0O?\xFDTj\xA3qqq\xA2\xF5\x88\x{180C71}qHHȌ3\x9A\x9B\x9B=zM;R\xE1\x8ER\x83\xB4\xB3\xB3 - &amp;&amp;f\xFE\xFC\xF9\x8E\x8E\x8ENNNEs\xB9\\xA9\xDDիW/a\xF70@X\xC6\xD4\xD4\xF4… UUUt\xA3\xFE\xFE\xFE\xEBׯ\xA7\xBFYB\x88\xA9\xA9\xE9ٳgǎy\xF2\xE4\xC9\xCF&gt;\xFB\xCC\xDCܼ#\xA7\x80\xE2X\xA3S{\xD3\xD35\x85\x86\x86r8\x9C\xBE}\xFB\xD2#\xA2\xE4\xF9\xF9\xF9ZZZ\xA2c\xE1AQQ\x91\xA5\xA5\xA5\xD4!D*\xAB\xA9\xA9\xD1\xD3ӓ3@[\x8E\x92\x92 \x{222AAEB}uuueMbIQT~~~\x8F=\x94c\xF4\xF2\xE5K\x87#\x9C        \x8C\xC8\xEDL\xA9\x9D&amp;\xAA\xB5\xB5\xB5\xB0\xB0\xD0\xCA\xCAJGGGN`\x92\x8D\xCA\xD1\xD2\xD2RPP`dd$\xBC{+\xFFH%\x83\x94,_RR\xD2\xD0\xD0зo_\xD18U@QThh\xE8\x8A+\xE8\x91\xFB\xCD\xCD\xCDs\xE6\xCC\xE1\xF1x'N\x9Chhh(--\x95sG\x80q\x9D2\xAB_\xBF~\x8Af\xB3ْ\xE3\xB4\xD8l\xB6\xD8Sl\x8C\xE8\xC8*¢+U\x9B\x9A\x9A\xCA)\xC9b\xB1TxlMr\xECMjgJ\xED4QZZZ\x92$\x93ըT:::bi\x8A\xFC#\x95 R\xB2\xBC\xB2\xEB\xCBr\xE3ƍ\xF4\xF4\xF4\x91#G\xD2o\x8D\x8C\x8CLMM\xE9\xB6 - -\x91]\x80\x9A1\x99`\xB5\xB4\xB4\xF0\xF9\x{3AEBADB6}6\x87\xC3`ͯ!t\xA6R\xEC\xED\xED\xEB\xEA\xEA~\xFC\xF1Gww\xF7\xFA\xFA\xFAs\xE7\xCE\xFD\xF5\xD7_\xBBw\xEF\xD6t\\xF0\x9Ab\xF2alll^^!\xC4\xDAښE*Cg*\xAB\xAE\xAE.66\xB6\xB8\xB8XWW\xD7\xC9\xC9i\xF4\xE8ъܡ\xE8 \x8F\xC1\x80N\x9C\xA6\xE0\xF5\x84 \x80aH\xB0\x86 \x80aH\xB0\x86 \x80aH\xB0\x86 \x80aH\xB0\x86 \x80aH\xB0\x86 \x80aH\xB0\x86 \x80aZ\x9A^G999\xDF~\xFB-\x8B\xC5\xD2` \xFB\xF6\xED\xD3`\xEB\xF0jC\x82\xF0\xDF\xFF\xFE\xB7\xBA\xBA\xDA\xD3\xD3SӁt
-$X\xA0/^\xBCرc\x87\x83\x83\x83\xA6\xE8\x83PSS\x83\xEC
-^aH\xB0@(\x8ARm\xC7\xE6\xE6f\xA5ʷ\xB4\xB4\xA8\xDC\x80ʐ`\x80\xA86\xBC}\xF7\xEE\xDD\xF7\xEFߗ\xFA\xD1͛7׬Y#\xB9\xBD\xAA\xAAj\xF5\xEA\xD5|&gt;_\x85\xE6T\x86 \xBA\x87]\xBBveffzyy\x89m\xAF\xAD\xAD=q\xE2\xC4\xECٳ\xAF^\xBD*\xB9\x97\x85\x85ŠA\x83-Z\x84\xEBX\xA0NH\xB0@\x94Mwnܸ\xB1s\xE7έ[\xB7J~dll:q\xE2DY\xFB\x86\x85\x85\xE5\xE5\xE5\xEDݻW\xE9(T\x85 \xBA:&gt;\x9F\xBFdɒ\xE5˗s\xB9\Ye8\x8E\xAC\x8FX,\xD6\xE7\x9F\xBEf͚\x92\x92\x92\xCE        @,\xE8\xEA\x8E;\xF6\xFC\xF9\xF3\xD0\xD0P\x95k\xF0\xF1\xF1177߼y3\x83Qȁ 4@\xF1A\xEEE\xEDڵ+  \xC0\xDC\xDC\\xE5\xE6\xD8l\xF6\x82 \x8E9RSS\xA3r%\x8AC\x82]ZVV\xD6Ç\xFD\xFC\xFC:X\x8F\xAF\xAFo}}}||&lt;#Qȇ \xD4-77\xD7\xC0\xC0@\xC1\xC2\xF4\xB3\x81Æ -\xEB`\xA3\xAE\xAE\xAE,K꓆\x8CC\x82\xEAv\xFB\xF6m _\xBDz\x95\xC5b\xB9\xBA\xBAv\xB0Q.\x97;h\xD0 $X\xA0X\x8B\xD4\xED\xC1\x83R\xD7ɩ\xAB\xAB;x\xF0`mm\xAD\xA3\xA3\xE3\xACY\xB3草\x89\x89&lt;\xCF\xC8\xC8H~\x9D\xF5\xF5\xF5mmm\xF2\xCB\xD8\xD8\xD8$$$\xBC|\xF9\xD2\xCC\xCCL\xB5\xC8\x84+X\xA0nϟ?\xF7\xF4\xF4\xDBHQԌ3|}}=&lt;&lt;=zDoEEE\xC6\xC6\xC6rjknn޿lllZZځ^\xBE|)\xAB\xA4\x89\x89        !\xA4\xB0\xB0\xB0\xC3G\xD0\\xC1u+))\xF1\xF0\xF0ۘ\x90\x90\xF0\xE2\xC5 77\xB7\xA1C\x87N\x9E&lt;\x99\xDEXSS\xD3\xD6\xD6&amp;?\xC1\xD2\xD5\xD5]\xB4hѢE\x8B\xDAm\x97N\xB0\xE4d`L\xC1,P7\x81@\xA0\xA7\xA7'\xB6\xF1\xE8ѣb\xD37TTTB$ \xAB\x86\xAE        \xA8,а\xFB\xF7\xEF\xAF_\xBF\xFEԩS7nlii~\xC4\xEC\xB4Ut\xF6V]]\xCD`\x9DR!\xC1\x80N\x94\x96\x96\xE6\xEF\xEFoll\xBCf\xCD\xE1F\xB1\xCBTÇ
-
-\xE2\xF3\xF9;v\xECظq\xA3\x8E\x8E\x8E\xF0\xA3\xCEX\xA1\xAB&gt;\x80 \xC1\x80\xCE\xD2\xDAںiӦ\x93'O677\xC7\xC4\xC4\xC8)\x99\x9C\x9C&lt;x\xF0`ɇ\xFBtttlmm\xAD\xAC\xAC\x89\x87\xC7\xE3\xD9\xDA\xDA\xCAY\xD0\x80)\xE4\x9DEKK+::\x9Ab``PPP \xDC.y -\xE9޽{^^^\x925\xB4\xB4\xB4\xE4\xE6\xE6ZZZ\xCAjBΒ;\x92\xADTVV\xE6\xE6\xE6\xD6\xD5\xD5)&lt;@G\xE0
-t\xBA\xC1\x83755\xC9)\x90\x9C\x9C,9q\x83&quot;(\xD9T -\x80H\xB0\xA0\xD3mذAN\xD2\xD3\xD8ؘ\x91\x91!\xF5
-\x96\x82\x84\x95#\xB5\x80.        t:z^\xAB\x94\x94BEQb\xF7\xF5\xD2\xD2\xD2z\xF5\xEA\xE5\xE8\xE8\xA8B\xCDtF\xC5\xE7\xF3\xE9\xB7\x81        tH\xB0@X,\xD6?\xFC@\xA9\xAF\xAF\xD7\xD2\xD2&quot;&quot;W\x9Bn޼(g4\x957oޜ0a˜1c\xE8\xAA6n\xDC8w\xEE\FP,Pmm\xED[\xB7nBnݺE?\xD8\xD8\xD8\xF8\xE0\xC1\x8A\xA2Μ9\xB3r\xE5JY{\xB9+\xF8\xF8\xF8&gt;|899\xF9\xC1\x83\x84\x90\xE5˗\xCBYg\x90\xAE\x87\xAE\xA0S!\xC1u044\xA4\xA4gd \x84\xA4\xA7\xA7ϟ??..n\xFA\xF4\xE9\xF6\xF6\xF6R\xF7\xE2\xF1x\x84\x81@ \xA7f//\xAF\xB8\xB88B\x9F\xCF\xF7\xF1\xF1\x91U\x92\xAE+=\x80 \xC1u2d\xFD \xE1\x93'O\x86 -F\xF1\xF4\xF4&lt;~\xFC\xF8\xC0\x81W\xADZ%k\xAF\x9E={B\xE4W\xFE\xD6[o%$$Pu\xE5ʕ)S\xA6\xC8*FOЀ \xD4        \xA8\xC3ƍ        !E\xE5\xE7\xE7\x8F7\x8E\xC2b\xB1\xDC\xDC\xDC\xE8\xABY\xB2\xE8\xEB\xEB\xD7\xD6\xD6\xCA\xBA&gt;a„\xBBw\xEF\xE6\xE6\xE6r\xB9\щ\xE0\xC5\xD0 \xEF \xC15@\x82\xEA\xF0\xE6\x9BoB\x92\x92\x92\x9A\x9B\x9B\x95Jq\xAA\xAA\xAA\xE4'XNNNEmݺU\xCE\xE5+\x8A\xA2\xAA\xAB\xAB\xF5\xF4\xF4\xEC\xEC\xECo@5H\xB0@M\xD8l\xF6޽{\x95\xDD\xCB\xD7׷\xB1\xB1Qt&quot;xI\xDA\xDA\xDA\xEE\xEE\xEE\x8B/f\xB3e\xFE\x9BFQ\xD4\xE3Ǐ\xBD\xBD\xBDuuu\x95\x8D@YH\xB0@M\xB4\xB4\xB4\xE8        \x95\xE2\xEB\xEBKIMM\x95\xFA)=\xD7CUU\xD5\xC7\xEC\xEC\xEC,\xA7\x9E\xFC\xFC\xFC\xCA\xCAJ\xBA6\x80Ά \xD4\xC4\xD0а\xB8\xB8X\xD9\xF9\xAE|||\xB4\xB4\xB4\xEE߿/y\x97\x90ή\xDA\xDA\xDAΜ93u\xEAT\xF9\xF5\xD0)\x9A\x9F\x9F\x9FR\xAD\xA8        \xA8\x89\x83\x83CSS\x93\xB23\xADs\xB9\xDCY\xB3f\xC5\xC4\xC4H\xEEx\xF9\xF2\xE5\xBE}\xFB~\xF1\xC5AAA\xF2\xF36\x8A\xA2\xA2\xA3\xA3F\x8D\xA5t\xDC\xCAcaY        P\x8F7n\x8C;vĈ\xC9\xC9\xC9J혜\x9C\xEC\xE1ᑔ\x94\xE4\xE1\xE1!\xBA\xBD\xB9\xB9\xF9\xE1ÇÆ -\xE3p8\xF2k\xA8\xA9\xA9\xB1\xB2\xB2ڳg\xCF{ァt\xDC\xCAC\x82\xEA\xC3b\xB1\xEC\xED\xED\x9F&lt;y\xA2\xEC\x8E\xEF\xBD\x{1DE596}\xD6\xFE\xFD\xFBUXQ\x87\xA2\xA8\xFC\xF1\xF0\xE1\xC3III\xED\xA6b\x8C@\x82\xEA\xC3\xE1pz\xF6\xECYVV\xA6쎕\x95\x95^^^ǎswwW6\xC7*++\xF3\xF4\xF4\xFC\xFD\xF7ߝ\x9C\x9C\x94m@5\x83꣥\xA5\xA5\xDA5$\x8Fw\xE6̙\xCF&gt;\xFB\xAC\xB9\xB9Y\xD9}?\xF9\xE4\x93]\xBBv!\xBBu\xC2,Pccc;;\xBB\x87\xAA\xB6{NNNqq\xB1\xA7\xA7\xA7\xE2\xBB\xE4\xE7\xE7\xE7\xE5\xE5y{{\xAB\xD6&quot;\x80j\x90`\x80\xFA\xF8\xF8\xF8\xF4\xEB\xD7\xEFرc\x9A\xA0sii:x\x8D|\xF3\xCD7ϟ?\xD7t\x9DW\xB0@\xAD\xEA\xEB덌\x8C4@\xE7B\x82\xC00&lt;E\xC00$X C\x82\xC00$X C\x82\xC00$X C\x82\xC00$X C\x82\xC00$X C\x82\xC00$X C\x82\xC00$X C\x82\xC00$X C\x82\xC00$X \xD3\xEA\xEC
- \xB3\xB3\xB3\xDD\xDC܌\x8C\x8C\x98\xAD\xB9\xAA\xAA\xAA\xA1\xA1\x81\xC3\xE1XYY\x89n\xAF\xAC\xAClll\xD4\xD2Ҳ\xB4\xB4d\xB6EY:\xA3EYGWZZ\xCA\xE7\xF3\xB9\\xAE\x89\x89        Smu\x850\xD4|\\xDD&quot;\x92n\xDD \x95\xCC+X7n\xDC\xF8\xFA_[\xB6l9|\xF8pvv\xB6\xB2\xB5\xEFٳ\xE7\x8B/\xBE\xF8\xF9\xE7\x9F/\\xB8б8\xA5\xC8\xCB\xCB[\xB7n\xDDСCŶggg\xFA駣F\x8DR\xAD\xDAK\x97.\xED߿_\xA9]:\xA3EYG\x97\x9E\x9E\xEE\xE7\xE7\xB7i\xD3&amp;\xD5\xDARSa\xB4۫j&gt;.\x9AԨ4I\xF7%\xA7\xBBT\xF8)\xBC2d&amp;Xcƌ=z\xF4\xE7\x9F\xAE\xA3\xA3\xE3\xEE\xEE^RR\xE2\xE2\xE2\xF2\xDDw\xDF)^ucc\xE3ڵk7nܸm\xDB6'''&amp;\xA2\xFD\xAE\xAE\xAE&gt;&gt;&gt;\x92ۇ\xEE\xE5\xE5\xA5r\xB5\xBF\xFE\xFAkDD\x84R\xBBtF\x8B\x92GGQ!d„        \xBD{\xF7V\xB9-e\xC9\xEAde\xC3h\xB7W\xE5WH;\xE3Ģ\xD2H+\x82\xF1\xC3W\xB6B9\xE5\xE5t\x97
-?%\x80W\x86\xBC[\x84\xA6\xA6\xA6\x84\x90\xC1\x83\x8F?~\xFC\xF8\xF1\xFF\xFC\xF3\xCFڵk\xDF}\xF7]sssE\xAA\xCE\xCEή\xAB\xAB\xE3r\xB9\xA6\xA6\xA6tU]Yss\xB3@ \xD0\xD7\xD7?t\xE8Pkk\xAB:\x9BV\xA4Ř\x98\x98\xA2\xA2\xA2&gt;\xF8@=!1N\xCE1
-{^־\x9Dw\xEC\xA2Qu\xD9f&lt;0e+T9~J\xED\x9E ݅c\xB0\]]\xDB\xDA\xDA\xFE\xFE\xFB\xEF\xE7ϟ\xE7\xE7绸\xB8XXXDEEM\x9B6\xADw\xEF\xDE/^LJJ255\x9D;wn\x8F=\xAA\xAA\xAA\xE8ۂ111\xC1\xC1\xC1,K\xAC̭[\xB7D\xEB\xE9իW[[\x9B\xFCj\xE9H\xAE\\xB9r\xFD\xFAu\x81@\x90\x9B\x9B\xABH\xE4\xB7o߾y\xF3&amp;EQ\xA3G\x8F\xF6\xF6\xF6n\x8F\x8F\x8FOJJjkk\xD3\xD7\xD7?w\xEE\xDCɓ'\xEB\xEB\xEB&lt;x```0e\xCA\xBA̽{\xF7+++\xCD\xCD\xCD\x98\x99\x99y\xFD\xFA\xF5\x97/_ZYY\xBD\xF3\xCE;\.WV\xBB\xA7N\x9D\x84GGGggg\xE1\xF6\xC2\xC2\xC2\xC4\xC4DB\x88\x8B\x8B \x87\xC3kQ\xF2\xE8\xFE\xFA믯\xBF\xFE\xDA\xCD\xCD-**j\xEAԩ\x84z\xAF .\xE8\xEAꆅ\x85B\xF2\xF3󣢢jkk\xFB\xF4\xE93o\xDE&lt;\xB1\xBFR\x92a'%%egg\xBB\xB8\xB8\xB4\xB4\xB4\xC4\xC6\xC6\x84\x85\x85        \x87\xCA)\xD2\xC9R\xC3 \x84\x88}kϞ=;Fɞ\xB7\xB6\xB6\x96Z\xA1ر\x97\x97\x97\xCB9F\x95{^\xC1#y^ݽ{7''g\xC0\x80\xA9\xA9\xA9\xB9\xB9\xB9nnn3g\xCEd\xB3\xD9R\xBBE\xEC\xFC\x9F6mZUU\x95\xD8w$\x98\x9E\x9E\x9Ed\xA3\x92\xF5\x88^R;+
-
-
-\x84\x9A\x9B\x9B\x97\x97\x97\xCB\xFF\xC5I \xF9\x8B\x90\xDA]\xA2_\xBA\xFC3M\xEAɐ\x96\x96\x96\x9C\x9C\xFC\xFE\xFB\xEF\xCB:\xF7\xBA8%\x9E&quot;,--%\x84XYY\xB9\xBA\xBAn߾}ٲe+V\xAC8v\xECXYYYxx\xF8\xF6\xEDۃ\x83\x83)\x8Arrr\xAA\xA8\xA8(--mii!\x84\xE8\xEA\xEA\xEA\xE9\xE9B$ˈ\xD5cee\xD5n\xB5\x84\x905k\xD6,_\xBE|ҤIaaavvv\xED\x86\xFD\xD5W_\xAD^\xBDz\xE2ĉ\xFE\xFE\xFE~\xF8\xE1W_}Eo߼y\xF3ܹs\xA7L\x99\xB2cǎ\xB7\xDF~\xDB\xDAں\xFF\xFEϟ?_\xBAt)]\xE6\xDBo\xBF\x9D?\xBE\x97\x97WXXXee\xE5\xFCA\xF9\xE1\x87,--,Xp\xF5\xEA\xD5\xE0\xE0`9M{xx\x84\x85\x85eff2\x84\x92\x9E\x9EI\x{1E1596}ֵk\xD7(֢ԣ\xCB\xCB\xCB+((\xD0\xD2\xD2\xD2\xD3\xD3c\xB1X\x84\x90\xFB\xF7\xEF_\xBBv\xCD\xC4\xC4d\xF7\xEE\xDDK\x96,!\x84\x94\x95\x95yzz\x8E9\xF2\xBD\xF7޻|\xF92\xFDe\x89\x92 \xDB\xC9\xC9i\xFB\xF6\xED+V\xAC\xB8z\xF5*\x97\xCBݺu\xEB\x8A+\xE4\x84!I2 \xA9_\xB4\xD81J\xEDyY\x8A{yy\xB9\xFCcT\xB9\xE7\xE9a1R\xCF+GGǍ7~\xFE\xF9\xE7fff\xFD\xFB\xF7_\xB9r\xA5\xF0\xC2O\xBB\xE7YY\x99\xE4w$\x98\xD4F%\xEB)yV\x88V\xE8\xE6\xE6\xD6\xEE/N,\xA9\xBF\xA9\xDD%ڽr\xCE4Y'\xC3\xD7_\xBDp\xE1’\x92Y_1@WG\xC9\xF6\xE0\xC1Bș3g(\x8A\xCA\xC9\xC9&lt;x\xF0\x84        \xE8\x8FƎNQT~~~jj*\x87\xC3INN\xA6(J \x98\x99\x99\xEDݻ\x97\xA2(\xFARAUU]Lj\xD1z\xCA\xCA\xCAڭ\xB6\xA0\xA0@[[\xFB… t\xB4\xB0\xB0\x90\x8C|\xF7\xEEݶ\xB6\xB6E\xEA\xE8\xE8ܺu\x8B\xDE\xAF\xA3\xA3SXX(\x8C\x8C\x8C~\xF9\xE5z{XX\x98\xBF\xBF?\xFDz߾}\xD6\xD6\xD6Eikk\x9F?\x9E\xDE^QQq\xFA\xF4i\x8A\xA2222\xE8-\xBF\xFE\xFA+\x97\xCBkQ̜9s|}}\xE9\xD7\xEF\xBF\xFF~\xBF~\xFDEQ\xABV\xAD\xA2M\xB4E9Ggkk\xBB{\xF7n\xB1Χ(j\xE7Νt\xBB\xE7ϟ\xB7\xB0\xB0hmm\xA5(\xAA\xA4\xA4\xA4\xB1\xB1Q,\xA9a\x8BV\xB5e˖!C\x86\xC8C\x94\xD40d}\xD1\xC2c\x94\xD3\xF3R+=\xF6v\x8FQ\xE5\x9EW\xA4\x87E\xC9:\xAF(\x8Aruuݴi\xBD\xFD\xF4\xE9\xD3ZZZ
-\x9E\xFFR\xBF#a`r\xABG\xA7\xD4\x93z\xA4r~\xC8\xC2\xF2\xB2~\xB2\xBAK\xB4{\xA5\x9EirN\x86\xDC\xDC\xDC\xF8\xF8xi_,@\xF7\xD0\xFE-\xC2o\xBE\xF9f\xE7Ν\x8D\x8D\x8DAAAk֬\xFB\xB4O\x9F&gt;mmm999\x84===ɛJ\xED\x96\xE9ӧ\x8F&quot;\xD5&amp;''\xF3\xF9|ş\xD7KKKkiiqtt\xA4ߺ\xB9\xB9\xB5\xB4\xB4\xA4\xA7\xA7[ZZ677S\xFF\xDDmmm\xA5/\xB3\x89\xBA}\xFB6\x9F\xCFwww\xA7\xDF\xF2x\xBC\x993gB\x9C\x9C\x9C\x9E&gt;}Z\\\x9C\x91\x91A_\xA5\x93c\xEEܹ\x93&amp;M***\xE2\xF1x\x8F?\xCE\xCE\xCENLL3f\xCCÇ%\x9FP\xF6\xE8!\xFF\xFC\xF3!\xC4\xC5ť\xAE\xAEn\xECر˗/\x9F:u\xAA\xAE\xAE\xAEX\xC9v\xC3622\xA2\xAB\xEAH\xED~\xD1E\xB5\xDB\xF3\xA2\x8Aj\xF7E)\xD5\xF3\x8A\x9A(Y\xE7\x95\xD8p\xEFQ\xA3F\xB5\xB6\xB6\xD2i\x93&quot;翹\xB9\xB9\x9C\xEFH\x91F\xC5~G\x8A\xF7\x98&quot;?dY\xBF\x88v\xBBK\x8C\xF0L\x93s2\xD8\xD8\xD8\xD8\xD8\xD8ȯ\xA0+k?\xC1Z\xB7n=*E\x96\xDA\xDAZB\x97˥\xFFqܷo߀T(\xA3\xC8.\xB7n\xDDb\xB1X\x8AϸS]]M\xFE]100\xA07\xB2\xD9\xEC9s\xE68p\xC0\xDBۻ\xBC\xBC&lt;..\xEE\xC0\x81b\xFB\xD2ĆX\xD5\xD4\xD4\xF8\xFA\xFA\x8E5j\xE2ĉZZ\xED\x{1DEFFF}\xBF\x85\x85\xC5ɓ'---\x97.]\xCAb\xB1\x8E;f`` 5}y\xF9\xF2\xA5RG'\xCA\xC6\xC6\xE6\xEEݻ[\xB7n - [\xBDz\xF5\xE5˗E{X\xA9\xB0;F\xBB_\xB4&quot;=/\x8B\xFCc\xA3T\xCF+K\xD6y%V\x8C&gt;y\xEA\xEA\xEA\xE8a\xF2\xCF\xFFv\xBF#\xA5T\x8F\xB5\xFB\xDDI\xFDEtDGN\x80.\x8E\x81\x89F\xE9\xD95\x87 -ֿ\xFF\x8E\x94Qd\x97/^PUVV֫W/E*\xA1\xFF\UUEϓIO\xA17\xAE]\xBBv\xE5ʕG\x8E111IHH\x90\x9CH\xC2\xD6֖\x92\x97\x97goo/\xDCx\xF6\xECY\xFAf
-!\xA4\xDD\xCBW\x84\x87ٯ_\xBF\xA3G\x8F655\x85\x87\x87        $\x89\xB2RG'\x8A\xA2(gg\xE7cǎUWW\xFB\xF8\xF8\xECܹs׮]\xAA\x85ݑ0\xF9\xA2\xDB\xEDyY\xE4\xA3\xA5z^Yr\xCE+Q\xF4&quot;[[ۦ\xA6&amp;\xD2^\xB7\xB4\xFB)ب(\xA5z\xAC\xDD\xEFN\xEA/\xA2\x83T&gt;\xBA8\x96\xCA\xF1\xF0\xF0077߻wo\xCB(\xB2\x8B\xB7\xB77\x97\xCBݷo\x9F\xE2\x95\xD8\xD9\xD9\xC5\xC5\xC5\xD1oϝ;׿\x8A\xA2&lt;==\xA7O\x9F\xEE\xEF\xEF\xCF\xE1p\xE8?\x81\xA2F\x8Dտ\xFF-[\xB6\xB4\xB5\xB5        7R\xD5\xD2\xD2\xD2\xDC\xDCLK\xB0!\xF3\xE6\xCDKII155\xD5\xD7\xD7
-
-\xE2\xF3\xF9w\xEF\xDE&lt;x\xB0dI9G\xA7\xAD\xAD-\xA1\xA8\xE8\xE8\xE8\xBBw\xEFBLMM=&lt;&lt;\xB4\xB5\xB5E?U*le;YT\xBB_\xB4&quot;=/Fx\xECR\x8Fq\xE3ƍǎ\x93\xBA\xA3\xE2=O\xE8a\xB1Ôz^\x89;{\x{1ACF7D}\xFD\x88#9\xFFe}G\xC2\xC0lT\x94\xD4\x93u\xA4\xB2\x82\x96\x97\xFA\x8B\xE89'Clllxx8S -h\x80\xAC\xC1Y)))\xA1\xA1\xA1\x84\x90I\x93&amp;m޼Y\xF4\xA3\xD8\xD8X\x9BQ\xA3F\x9D&lt;y\x92\xDE߻w\xEF\x91#GΜ93444;;;++k\xEEܹ\x84\x90\x95+W^\xBE|Yj\xB1z\xA9\x96\xA2\xA8\xE8\xE8\xE8=z\x8C=zƌAAA\x86\x86\x86Ǐ -\xEF\xE2ŋ\x93&amp;M266޶m[}}\xFD\xBD{\xF7\x86\xBE|\xF9\xF2ŋ:\xF4\xFE\xFD\xFBt1\xB1+\xA6\xA6\xA6׮]\x8B\x8F\x8F뭷\x8C\x8C\x8C\xB6n\xDDZ[[\x9B\x96\x96\xE6\xEA\xEA:dȐ3fL\x9F&gt;\xFD\xE4ɓ\xE5\xE5\xE5666\xF6\xF6\xF6'N\\xB4h\x87\xC3ٿ\xBFX\x8B\x92\x9D\xE9\xE2\xE2r\xE3\xC6 -\xFA\xF5\x9C9s\xB6o\xDF.\xFCH\xACEYG\xB7t\xE9R33\xB3\xA0\xA0\xA0M\x9B6\xD9\xD8\xD8xzz޾}\xFB\xF9\xF3\xE7o\xBF\xFD\xB6\xA1\xA1\xE1\x89'.^\xBCد_\xBFO&gt;\xF9d\xF9\xF2\xE5\xF9\xF9\xF9\xA2H -;&gt;&gt;^X\xD5\xE3Ǐ\xDFz\xEB-ccc\xBA\xF3\xDB\xEDd\xFA˒ C\xEA\xB7&amp;v\x8CR{^N\x85\xC2c߼y\xB3\xD81\xF2\xF9|sssCCCY\xA7\xB1\xE2=\xDFn\x8B\xD5,\xEB\xBCruu\xF5\xF2\xF2\xFAꫯ/^\xEC\xE8\xE8\xF8\xF0\xE1CY'\xB3\xD8        /\xF5;=\xFC\x94\x94\xA9\x8DJ\xFEpD \x92g\x85ؑ\xB6\xFB\x8B -@\xF2!\xEB\x8B\xEDޘ\x98Yg\x9Aԓ\x81\xA2\xA8\xD0\xD0P---\xD1\xFB\xDD \x8Bbh\x92h\x81@\x90\x9F\x9F\xAF\xA5\xA5%|\xE4^\xB52\x8A\xEC&quot;\x8A\x8A\x8A,--E{\xF9\xF2%\x87\xC3ΤEQThh\xE8\x8A+\xE8!\xC3\xCD\xCD\xCDs\xE6\xCC\xE1\xF1x'N\x9C\x90ܷ\xA4\xA4\xA4\xA1\xA1\xA1o߾:::\x84\x90\xD6\xD6\xD6\xC2\xC2B+++\xFA\xAD&quot;JJJ,,,\xE8\xE7\xFF\xAB\xAB\xABuuu\xE5L\xA5(\xF5\xE8(\x8A\xCA\xCF\xCF\xEFѣ\x87\x9C0---FFFRo\xED)\xB6
-\x9D,\xBA\xAF\xAC/Z\xA9\x9E\xEE&quot;&lt;v\xC9c\xCC\xCAʚ:u\xEAÇ\xA5\xEE\xABx\xCF+\xD2Ò\xC4\xCE+B=\xF7Uhh(\x87\xC3\xE9۷/\xDD4\xAD\xDD\xF3_\xEAw$\x98d\xA3rH\xF6\x98\xFC#\x95 R\xB2\xBC\xD8/BerN\x86\x86\x86\x86\xD2\xD2R\xC5Gt5\x8C-\xF6\xCCf\xB3\xE9!,\xA3\xC8.l6[\xECi\xA9v\x99\x99\x99\x89\xBE\xBDq\xE3Fzz\xFAȑ#\xE9\xB7FFF\xA6\xA6\xA6\xB2\x86\xB3\x88-ᬥ\xA5\xA5\xECQ\x88\xD6\xD0\xEE\xA4\xF6R\x8F\x8E\xC5b\xB5\xFBP\x95\x8E\x8E\x8E\x9C?Hʆ\xADB'\x8B\xEE+\xAB-\xA5z\x9E&amp;z\xECb\xC7X^^\xF1\xFD\xF7\xDF\xCB\xDAW\xF1\x9EW\xA4\x87%\x89\x9DWB\xFD\xFA\xF5\x93\xDC\xD8\xEE\xF9/\xF5;\x92 LV\xA3RI\x9E\xF2\x8FT2H\xC9\xF2L-j.\xE7d044Dv\xDDc        V\xF7boo_WW\xF7\xE3\x8F?\xBA\xBB\xBB\xD7\xD7ן;w\xFEڽ{\xB7\xA6\xE3z\xF51\xDB\xF3UUUk֬\xE9:K\xB6\xB4\xB4\xF0\xF9\x{3AEBADB6}6\x87\xA3\xE9p\xBA:\xFC \xE0\xC6\xD8-\xC2n\xA7\xAE\xAE.66\xB6\xB8\xB8XWW\xD7\xC9\xC9i\xF4\xE8Ѣws\xA0\xF3\xBC\xC2=\x9B\x97\x97G\xB1\xB6\xB6 \xD4t8\xDD\xC0+|2\xC0k\xEE\xF5M\xB0:        \xD34\x80($X C\x82\xC00$X C\x82\xC00$X C\x82\xC00$X C\x82\xC00$X C\x82\xC00$X C\x82\xC00$X C\x82\xC00$X C\x82\xC00-\xF9\xB3X,\xC5\xEB\xA2(\xAAc\xC1\xBC
-p \x80aH\xB0\xD6\xCE-B!9\xB7\xFF\x94\xBA\x8D\xF0\xCA\xC3,\x86!\xC1`,\x86!\xC1`,\x86)\xFA!M\xECYB&lt;? I\xB9+33\xF3ƍ/_\xBE\xB4\xB4\xB4|\xE7\x9Dw\x8C\x8D\x8D;),\x80\xEEK\xB9[\x84{\xF7\xB4\\xB0`\xC1\xB5kׂ\x83\x83;)&amp;\x80n\x8D%A\xE1M@\xBAأG\x8F        !QQQ .\xAC\xAB\xAB\x93,\xF0\x9AS\xE2!EQ\x8E\x8E\x8EO\x9F&gt;-..~\xF4\xE8\x9F\xCFP\xBA/%n\xD6\xD4\xD4 6l\xF7\xEE\xDD\xF5\xF5\xF5ZZ\xCA -\xDEx}(\x91\xBAӨ|IDAT'\x9D={6???55\x95\xC5b577w^Lݚr\x83\xDC\xF9|~ss3EQ---Ea\xD0\x80$%\xAC\x80\x80SSӡC\x87N\x9E&lt;911\xB1\xAD\xAD\xED\xE0\xC1\x83\x9D@7\xA5\xDCS\x84\xAD\xAD\xAD\x85\x85\x85VVV:::\xB2\xCA\xBC\xE6\x94K\xB0T.\xF0\xFA\xC0Z\x84 C\x82\xC00$X St,\xE1@+\x90W\xB0\x86 \x80a\xEDL\xD3\xCA\xC2,\x86!\xC1`,\x86\xB53Mfg\xE8\xBE0\xBA@Sp \x80aH\xB0\xA6\xE8L\xEE\xB8\xDF\xD4]\xE0\xAE.\x80\xC6)\x9A`\x81R\xD2\xD2\xD2&amp;N\x9ChjjjddDo\x994iҦM\x9B:^sdd\xE4\xF7\xDFO\xBFnii)++\xFB\xEF\xFF;\xFE\xFC\x8E\xD7 LA\x82\xD5)Z[[KKK7nܸx\xF1bfk                                        \xA1_\xA7\xA4\xA4\xB8\xBB\xBB7551\xDBt\xC6`0         Ð`0         Ð`0         Ð`0         Ð`0         Ð`0         Ð`0         VWq\xF3\xE6\xCD5k\xD6h:
-`\x80\x96\xA6x59::fdd\xF4\xEE\xDD[\x91µ\xB5\xB5\xE7ϟ\xFF\xEC\xB3Ϭ\xAD\xAD;\xAFP\\xC1\xEA\x99\x99\x99\xCE\xCEΧN\x9DR\xA4\xB0\xB1\xB1qhh\xE8ĉ;\xB5P$X]\x87\xC3\xD1t\xC0 $X C\x82\xC00$X C\x82\xC00$X C\x82\xD5U\xD4\xD7׷\xB5\xB5i:
-`,\xCDknn޿lllZZځ^\xBE|\xA9\xE9\x88\xA0C^͙ܛ\x9B\x9Buuu,\xDC\xD2Ң\xAD\xAD\xCDb\xB1:5$9tuu-Z\xB4h\xD1&quot;M\xCCz\xAF`\xED޽\xFB\xFE\xFD\xFB\x92\xDBe-\xF6WUU\xB5z\xF5j&gt;\x9F\xDF\xF9\xA1\xC0k\xE1UK\xB0v\xEDڕ\x99\x99\xE9\xE5\xE5%\xBA\xB1\xB6\xB6\xF6ĉ\xB3gϾz\xF5\xAA\xE4.\x83 -Z\xB4hEQ\xEA
-^e\xAFT\x82u\xE3ƍ\x9D;wnݺUl{\xBB\x8B\xFD\x85\x85\x85\xE5\xE5\xE5\xEDݻ\xB7\x93\x80\xD7«\x93`\xF1\xF9\xFC%K\x96,_\xBE\x9C\xCB\xE5J- g\xB1?\x8B\xF5\xF9矯Y\xB3\xA6\xA4\xA4\xA4\xD3\x80\xD7ū\x93`;v\xEC\xF9\xF3硡\xA1\xAA\xED\xEE\xE3\xE3cnn\xBEy\xF3ff\xA3\x80\xD7\xD0+\x92`Q\xB5k׮\x80\x80sss\xD5j`\xB3\xD9 ,8r\xE4HMMM\xC7\xE3qtt\xCC\xC8\xC8
-
-\xEAxUo\x94\xF5\x8A$XYYY&gt;\xF4\xF3\xF3\xEBH%\xBE\xBE\xBE\xF5\xF5\xF5\xF1\xF1\xF1\x8F'33\xD3\xD9\xD9\xF9ԩS\xAFJ\xE3\xAD\x80\xB2^\x91\x8B~&lt;pذa\xA9\xC4\xD5Օ\xC5bI}\xD2@q\xAFN\x82\xC5b\xB1\]];R        \x97\xCB4h,\xE8\xA0%X.\ - -MKKSv\xC7\xE3ǏϞ=\xBB\xB8\xB8\xB8#\xAD\x8BJLL\xE4\xF1xFFFr\xCA(\xB2؟\x8D\x8D͓'O\xB0X -tD\x87\xAC L\x9F&gt;\xDD\xCD\xCDM\xD9\xE7ΝKٲeKGZEEE\xC6\xC6Ʋ
-(\xBE؟\x89\x89        !\xA4\xB0\xB0\x90\x91\xC0\xD4\xD0а~\xFD\xFAq\xE3\xC6M\x9D:\xF5\xCF?\xFFTg\xD3\xD0TO\xB0KKK\x9D\x9C\x9CT\xDB\xDD\xC9\xC9\xE9\xEF\xBF\xFFV\xA4d}}\xFD\xB8q\xE3\xE4\xA8\xA9\xA9ikk\x93\x93`ы\xFDUVV\xF2\xF9\xFC\x85 \x9A\x99\x99\xC9*I'X\xF2\xAF`\xB5\x8FRAhh(\x87Ù:ujiii@@@ll,S\x95\x80F\xA8\xBEس@  \xB2g\xEF\xA4(\x8A\xA2(6\x9BMikk\x93,\xC6\xE1p\xE8\xDA\xD5\xDA\xDAz\xFD\xFAu9***!zzz\x8A\xD4&amp;]\x89\xFC\xAB\xDDx\x94r\xEDڵ\xC0\xC0\xC0\xFF\xFC\xE7?\x84\x90ŋ\xDB\xDB\xDB9rd\xF2\xE4\xC9L\xD5\xEA\xD7)\x83\xDC/^\xBC\xE8\xE7\xE7\xB7x\xF1bB\xC8w\xDF}gffV]]\xDD -\xD1\x99\xB9\x8A\xC6b\xB1!\x9D\xAD\x98^\xBDz\xBD\xFB\xEE\xBB\xF4k===OOϦ\xA6&amp;\xB5\xB5\x9DA\xF5\xEB\xE5˗\xA7w\xEFޒ\xBD\xF9\xE6\x9BK\x97.\x8D\x89\x89\xF9\xFD\xF7ߧM\x9BVTTdjj*V\xA6o߾L\x8D%g|\x91fu\xAE\xFA\xEC\xE4\xE4D_磽|\xF9\xF2\xCD7\xDFT[\xEB\xD0T\xBCEX__\xFF\xFD\xF7\xDF/\\xB8\xD0\xC0\xC0@j\x811c\xC6TTTTTT 4Hj\x81\xF1\xE3\xC7\xEFٳ'::z\xFA\xF4\xE9\xF4u#Q/^\xBC\x88\x88\x88\xA0_777B&gt;\xF8\xE0\xE1\xA7k׮M\xECtttlmm\xAD\xAC\xACT;Q&lt;\xCF\xD6\xD6Vr5C\xA5\xE2QYqqqcc\xE3… ;^h\x90\x8A        =\xC4JWWWV333333}}}Y\xD8l6\x87Ñ5o\x82\xB6\xB6\xB6\xA5\xA5%\xFD\x9A\xBEe&amp;|K\xD1\xD2\xFA\x9F\xB0[ZZrssE \x88\x92\xCC\xDED\x8FBlKeeennn]]]G\xE2QM[[ۇ~x\xFC\xF8q9\xBD
-݂\x8A\x99\x97\xCB\xFD\xF8\xE3\x8F -\xF4\xCD7\xDFH\xBD\x88u\xF8\xF0a\x97۷oϞ=[j -\xF1\xF1\xF1MMM\xB2\xD6ѳ\xB1\xB1Y\xBF~=\xFD\xBA\xBA\xBAz\xF3\xE6\xCD·\xCAb\xE4~\x83\xF1\xC8\xB1t\xE9\xD2\xFE\xFD\xFB3[-\xA8\x9F\xEAc\xB0\xCC\xCD\xCD\xDB\xDAڊ\x8A\x8AD7R\xD5\xDAښ\x98\x98hiiz\xFD\xFA\xF5\xFA\xFA\xFA\x9B7oJ\x97\xA7\xF2\xC2̯\x9E\xC8\xC8\xC87\xDEx\xC3\xD7ח~\x8B\x99N\xBA5\x86\x9F&quot;\x8C\x8E\x8E\xB6\xB4\xB4\xBC}\xFB\xF6\x94)S&amp;O\x9E\xFC\xECٳe˖\x8D9\x92\xD9VT\xC0\xE7\xF3\xE9\x81@\x9Dc\xD8q\xE6̙\xFB\xF7\xEF\xF7\xEC\xD9\xF3\xEEݻw\xEE܉\x88\x88\xB8{\x{1EE983}թ&gt;x\x88~\xF6Ml.\xAB\xE9ӧ{{{\xD3\xE3\xCD---\x8B\x8B\x8B{\xF4\xE8!u\x94@ }zNmm\xED\xE0\xE0`\x95\xE3LLL\xFCꫯ\xEA\xEB\xEB\xEFܹCٰaCVV։'T\xAE\xB0\x83\xF1\x88\xB9z\xF5\xEA;\xEF\xBC\xD3\xD2\xD2\xF2\xFD\xF7\xDF\xD3[,--\xF3\xF3\xF3\x99\xAA\xD4O\xF5+XVVV\xA2\x84\xD8l\xB6\xE8\xD3|&lt;OjvEQTFFF\xBF~\xFDi\xC8\xD0\xD00**JNmmm&quot;{\xAC\x95\x8F\x8F\xCF\xE1Ç\xEFݻ\x97\x9A\x9AJY\xBE|\xB9\x9C\x99\xDC\xE9J\xE8
-U\x8E\x87\xE2\xE0\xE0\xF0\xF0\xE1\xC3Y\xB3f\xC9/F\xF1\xF5\xF5mnn\xA6D+8j^\xF1V@\x9D:t\x8B\xF0СC\xA7O\x9FVa\xB1\xE7_~\xF9\xA5\xAD\xADm\xEDڵi]\x88\xC7\xE3\x89ki\xA2lll\xBC\xBC\xBC\xE2\xE2\xE2!|&gt;\xDF\xC7\xC7GVI\xBA9\x98\x82?~\xEC\xE2\xE2r\xFA\xF4\xE9\xD6\xD3Zeu(\xC1\x9A&lt;yrTT\xD4СC\x95\xDDq\xEEܹ\xA7N\x9D\xB2\xB6\xB6\xEEH\xEBB={\xF6$\x84444\xC8)\xF3\xD6[o\xC5\xC7\xC7Su\xE5ʕ)S\xA6\xC8*FO\xD0\xD0\xF1 ^g\x9D\xB2T\x8E\x9A\xE8\xEB\xEB\xD7\xD6\xD6\xCA\xBD&gt;a„\xBBw\xEF\xE6\xE6\xE6r\xB9\Y\xC5\xE8Uw\x90`@G\xBC
-        !\xC4\xC1\xC1\xA1\xAA\xAAJN\x82\xE5\xE4\xE4DQ\xD4֭[\xE5\\xBE\xA2(\xAA\xBA\xBAZOO\xCF\xCEήS\xA2\x80\xD7\xC3+\x92`\xF9\xFA\xFA666\xC8*\xA0\xAD\xAD\xED\xEE\xEE\xBEx\xF1b9\x8F.R\xF5\xF8\xF1cooo̥\xF1\xEA$X\x84\xFA9A1\xF4\xA3yUUU\x{31CF3CDC}J\xF2\xF3\xF3+++\x85\xB3}\xA8\xE6I\xB0|||\xB4\xB4\xB4\xEE߿/v\x97\x90ή\xDA\xDA\xDAΜ93m\xDA4\xF9\x95\xD0\xF9\x99\x9F\x9F_'
-\xAF\x81W$\xC1\xE2r\xB9\xB3f͊\x89\x89K\xB0._\xBEܷo\xDF -6\xC9Y\xF5\x99BQTtt\xB4\x83\x83èQ\xA3:9Xxũ&gt;\x93{W\xF3\xD1Gyxx\xA4\xA4\xA4xxx7\xFA\xF8\xF8\x9C={v\xF8\xF0\xE1\xED\xCE_[[\xB3g\xCF\xF9y@\xBB^\x91+X\x84ww\xF7w\xDF}\xF7\xF0\xE1âuuu\xDD\xDD\xDDY\x93\xE7\xD7_upp\x98?~\xA7\xAF\x8BW'\xC1&quot;\x84l۶\xED\xFA\xF5\xEB\xC9\xC9\xC9\xCA\xEEX^^\xBEu\xEB֟\xFE\x99\xC3\xE1tF`\xF2577oٲeܸq\x93'O\xBEp\xE1\x82\xFAf\xBDR        \x8F\xC7;s\xE6\xCC\xEAի\xFF\xF9\xE7\xA5v ߵk\x97\xD3\xFFk\xEF\xFEY\xAAl\xE3\x8E4D`\xBA\xD4b\x82\xBA\xD1P\x93\xD8\xE5\xE0\x9F\xCD\xF7\xB5\xD5\xD8\xDC\xD0\xD0\xE6\xD2[Phj\xE9\xE2\x848\x86H\xB8\xD4\xD03\xCF`\xC5\xF9\xCAm\xF2\xF9L\xF7\xB9\xCF97?8˗\x8B\x8B\xEBܼyB\x83\xEFٳg\xAF^\xBD\xBAq\xE3\xC6\xCA\xCA\xCA\xCE\xCE\xCE c\x953X\xE7Ν\xBB~\xFD\xFA\x9B7o\xB6\xB6\xB6\xFE\xFC+\xBB\xBB\xBB&gt;\ZZ:\xB9\xA9\x8E\xB1\xB7\xB7\xB7\xBC\xBC\xFC\xE8ѣ۷o\xBF|\xF9\xF2… ?~d\xA0rv6\xB9\x99\x9E\x9E\xFE\xAB\xA3ا\xA6\xA6\xA6\xA6\xA6Nl\x9Cߘ\x9C\x9C&lt;\xFAOƽ\xBD\xBD+W\xAEܽ{w\xA8a\x80\xC4Y[\xC1\xFAw&gt;~\xFCxccclll\xE8Y\x80\x91\xACSasssee\xE5ݻw &gt;|z`$\xEBT\xB8s\xE7\xCE\xFB\xF7\xEF?}\xFAt\xF5\xEA\xD5/^ =0\x81u\x8A\\xBBv\xED\xF9\xF3\xE7\xDB\xDB\xDBC\x8CD`\x9D.\xE3\xE3㳳\xB3CO\x8CD` -\xEC۷o\xBF\x9E\xCB\xF0\xF6\xED\xDB'O\x9E 80\xBA3xLÿesss~~\xFE\xFE\xFD\xFB\xAB\xAB\xAB\xFB\xFB\xFB\x8B\x8B\x8B&lt;z(`$k`sss\xFB\xFB\xFB\x9F?\x9E\x99\x99q@\x9C -kx\xE3\xE3\xE3\xB7n\xDDz
- c@L`\xC4@L`\xC4@L`\xC4\xD3p\x82^\xBF~\xBD\xB1\xB1\xF1\xF3\xFA޽{O\x9F&gt;\xFD\x99\xEB\xEB\xEBkkk?\xAFF \x90;\xFF\xE3Ǐ\xE3\xDE&gt;\xFE\xE7\xC5\xF1\xE3\xBE\xFF\xFE\xE5˗_\xEF\\xBCxqbbb\xF4'~\xFD\xFA\xF5\xD7;\x97/_\xBEt\xE9\xD2\xD1K? N`\x9D5~2\x9C=X\xB1?݃u\xB4.\xC0\xF1\xAC`\xC4@\xEC7\x9B\xDC\xF8[V\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b\xFFy?\xEEW0IEND\xAEB`\x82
</del><span class="cx">\ No newline at end of file
</span><ins>+IHDR X\x9Av\x82p)tEXtchecksumd051cff927d4ce28ab72215e43a2fb2b\xE9\x91~\x94bKGD\xFF\xFF\xFF\xA0\xBD\xA7\x93\IDATx\x9C\xED\xC11 \xF5Om\xA0&gt;P n\x8CD\xF3IEND\xAEB`\x82
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflmathmlpresentationmostretchexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/mathml/presentation/mo-stretch-expected.txt (166058 => 166059)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/mathml/presentation/mo-stretch-expected.txt        2014-03-21 10:36:21 UTC (rev 166058)
+++ trunk/LayoutTests/platform/efl/mathml/presentation/mo-stretch-expected.txt        2014-03-21 13:01:56 UTC (rev 166059)
</span><span class="lines">@@ -1,524 +1,381 @@
</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 800x358
-  RenderBlock {HTML} at (0,0) size 800x358
-    RenderBody {BODY} at (8,8) size 784x342
-      RenderMathMLMath {math} at (0,0) size 784x76 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (285,0) size 214x76
-          RenderMathMLRow {mrow} at (0,0) size 150x76
-            RenderMathMLRow {mrow} at (0,0) size 66x76
-              RenderBlock {mi} at (0,33) size 6x15
-                RenderText {#text} at (0,-6) size 4x25
-                  text run at (0,-6) width 4: &quot;f&quot;
-              RenderMathMLRow {mrow} at (5,0) size 61x76
-                RenderMathMLOperator {mo} at (1,0) size 8x76
-                RenderMathMLFraction {mfrac} at (11,8) size 38x65
-                  RenderMathMLBlock (anonymous, flex) at (0,0) size 38x32
-                    RenderMathMLRow {mrow} at (0,0) size 38x29
-                      RenderMathMLFraction {mfrac} at (1,0) size 10x29
-                        RenderMathMLBlock (anonymous, flex) at (0,0) size 10x13
-                          RenderBlock {mi} at (0,0) size 10x9
-                            RenderText {#text} at (0,-9) size 8x25
-                              text run at (0,-9) width 8: &quot;a&quot;
-                        RenderMathMLBlock (anonymous, flex) at (0,12) size 10x17 [padding: 1 0 0 0]
-                          RenderBlock {mi} at (0,4) size 10x13
-                            RenderText {#text} at (0,-6) size 8x25
-                              text run at (0,-6) width 8: &quot;b&quot;
-                      RenderMathMLOperator {mo} at (14,8) size 12x10
-                        RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
-                          RenderBlock (anonymous) at (0,0) size 11x10
-                            RenderText {mo} at (0,-8) size 11x25
-                              text run at (0,-8) width 11: &quot;+&quot;
-                      RenderBlock {mi} at (28,9) size 10x9
-                        RenderText {#text} at (0,-9) size 7x25
-                          text run at (0,-9) width 7: &quot;c&quot;
-                  RenderMathMLBlock (anonymous, flex) at (0,31) size 38x34 [padding: 1 0 0 0]
-                    RenderMathMLRow {mrow} at (0,4) size 38x29
-                      RenderMathMLFraction {mfrac} at (1,0) size 10x29
-                        RenderMathMLBlock (anonymous, flex) at (0,0) size 10x13
-                          RenderBlock {mi} at (0,0) size 10x9
-                            RenderText {#text} at (0,-9) size 7x25
-                              text run at (0,-9) width 7: &quot;c&quot;
-                        RenderMathMLBlock (anonymous, flex) at (0,12) size 10x17 [padding: 1 0 0 0]
-                          RenderBlock {mi} at (0,4) size 10x13
-                            RenderText {#text} at (0,-6) size 8x25
-                              text run at (0,-6) width 8: &quot;d&quot;
-                      RenderMathMLOperator {mo} at (14,8) size 12x10
-                        RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
-                          RenderBlock (anonymous) at (0,0) size 11x10
-                            RenderText {mo} at (0,-8) size 11x25
-                              text run at (0,-8) width 11: &quot;+&quot;
-                      RenderBlock {mi} at (28,9) size 10x9
-                        RenderText {#text} at (0,-9) size 7x25
-                          text run at (0,-9) width 7: &quot;e&quot;
-                RenderMathMLOperator {mo} at (51,0) size 8x76
-            RenderMathMLOperator {mo} at (68,35) size 12x10
-              RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
-                RenderBlock (anonymous) at (0,0) size 11x10
-                  RenderText {mo} at (0,-8) size 11x25
-                    text run at (0,-8) width 11: &quot;+&quot;
-            RenderMathMLRow {mrow} at (82,13) size 68x55
-              RenderBlock {mi} at (0,23) size 10x12
-                RenderText {#text} at (0,-9) size 8x25
-                  text run at (0,-9) width 8: &quot;g&quot;
-              RenderMathMLRow {mrow} at (9,0) size 58x55
-                RenderMathMLOperator {mo} at (1,0) size 8x55
-                RenderMathMLSubSup {msubsup} at (10,5) size 38x46
-                  RenderMathMLBlock (anonymous, flex) at (0,0) size 7x46 [padding: 19 0 18 0]
-                    RenderBlock {mi} at (0,18) size 7x10
-                      RenderText {#text} at (0,-9) size 7x25
-                        text run at (0,-9) width 7: &quot;x&quot;
-                  RenderMathMLBlock (anonymous, flex) at (7,0) size 30x46
-                    RenderMathMLRow {mrow} at (0,22) size 30x24
-                      RenderMathMLFraction {mfrac} at (1,0) size 8x23
-                        RenderMathMLBlock (anonymous, flex) at (0,0) size 8x10
-                          RenderBlock {mi} at (0,0) size 7x7
-                            RenderText {#text} at (0,-7) size 5x19
-                              text run at (0,-7) width 5: &quot;c&quot;
-                        RenderMathMLBlock (anonymous, flex) at (0,9) size 8x14 [padding: 1 0 0 0]
-                          RenderBlock {mi} at (0,3) size 8x11
-                            RenderText {#text} at (0,-4) size 6x19
-                              text run at (0,-4) width 6: &quot;d&quot;
-                      RenderMathMLOperator {mo} at (11,6) size 9x8
-                        RenderMathMLBlock (flex) {mo} at (0,0) size 8x8
-                          RenderBlock (anonymous) at (0,0) size 8x8
-                            RenderText {mo} at (0,-6) size 8x19
-                              text run at (0,-6) width 8: &quot;+&quot;
-                      RenderBlock {mi} at (21,7) size 8x7
-                        RenderText {#text} at (0,-7) size 5x19
-                          text run at (0,-7) width 5: &quot;e&quot;
-                    RenderMathMLRow {mrow} at (1,0) size 29x23
-                      RenderMathMLFraction {mfrac} at (1,0) size 8x23
-                        RenderMathMLBlock (anonymous, flex) at (0,0) size 8x10
-                          RenderBlock {mi} at (0,0) size 8x7
-                            RenderText {#text} at (0,-7) size 6x19
-                              text run at (0,-7) width 6: &quot;a&quot;
-                        RenderMathMLBlock (anonymous, flex) at (0,9) size 8x14 [padding: 1 0 0 0]
-                          RenderBlock {mi} at (0,3) size 8x11
-                            RenderText {#text} at (0,-4) size 6x19
-                              text run at (0,-4) width 6: &quot;b&quot;
-                      RenderMathMLOperator {mo} at (11,6) size 9x8
-                        RenderMathMLBlock (flex) {mo} at (0,0) size 8x8
-                          RenderBlock (anonymous) at (0,0) size 8x8
-                            RenderText {mo} at (0,-6) size 8x19
-                              text run at (0,-6) width 8: &quot;+&quot;
-                      RenderBlock {mi} at (21,7) size 8x7
-                        RenderText {#text} at (0,-7) size 5x19
-                          text run at (0,-7) width 5: &quot;c&quot;
-                RenderMathMLOperator {mo} at (48,0) size 8x55
-          RenderMathMLOperator {mo} at (152,35) size 12x10
-            RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
-              RenderBlock (anonymous) at (0,0) size 11x10
-                RenderText {mo} at (0,-8) size 11x25
-                  text run at (0,-8) width 11: &quot;+&quot;
-          RenderMathMLRow {mrow} at (167,19) size 47x42
-            RenderMathMLSubSup {msubsup} at (0,0) size 19x42
-              RenderMathMLBlock (anonymous, flex) at (0,0) size 11x42
-                RenderMathMLOperator {mo} at (0,0) size 11x42
-              RenderMathMLBlock (anonymous, flex) at (11,0) size 8x42
-                RenderBlock {mi} at (0,35) size 8x7
-                  RenderText {#text} at (0,-7) size 6x19
-                    text run at (0,-7) width 6: &quot;a&quot;
-                RenderBlock {mi} at (0,0) size 8x10
-                  RenderText {#text} at (0,-4) size 6x19
-                    text run at (0,-4) width 6: &quot;b&quot;
-            RenderMathMLRow {mrow} at (18,5) size 29x35
-              RenderMathMLUnderOver {munderover} at (0,0) size 23x35
-                RenderMathMLOperator {mo} at (3,7) size 16x18
-                  RenderMathMLBlock (flex) {mo} at (0,0) size 15x18
-                    RenderBlock (anonymous) at (0,0) size 15x18
-                      RenderText {mo} at (0,-4) size 15x25
-                        text run at (0,-4) width 15: &quot;\x{2211}&quot;
-                RenderMathMLRow {mrow} at (0,25) size 23x10
-                  RenderBlock {mi} at (0,1) size 5x9
-                    RenderText {#text} at (0,-5) size 3x19
-                      text run at (0,-5) width 3: &quot;i&quot;
-                  RenderMathMLOperator {mo} at (6,4) size 9x6
-                    RenderMathMLBlock (flex) {mo} at (0,0) size 8x6
-                      RenderBlock (anonymous) at (0,0) size 8x6
-                        RenderText {mo} at (0,-8) size 8x19
-                          text run at (0,-8) width 8: &quot;=&quot;
-                  RenderBlock {mn} at (16,0) size 7x10
-                    RenderText {#text} at (0,-4) size 6x19
-                      text run at (0,-4) width 6: &quot;0&quot;
-                RenderBlock {mi} at (7,0) size 9x7
-                  RenderText {#text} at (0,-7) size 6x19
-                    text run at (0,-7) width 6: &quot;n&quot;
-              RenderBlock {mi} at (22,9) size 7x12
-                RenderText {#text} at (0,-6) size 4x25
-                  text run at (0,-6) width 4: &quot;i&quot;
-      RenderBlock {P} at (0,92) size 784x18
-        RenderText {#text} at (0,0) size 52x17
-          text run at (0,0) width 52: &quot;Implied &quot;
-        RenderInline {CODE} at (0,0) size 32x15
-          RenderText {#text} at (52,3) size 32x15
-            text run at (52,3) width 32: &quot;mrow&quot;
-        RenderText {#text} at (84,0) size 157x17
-          text run at (84,0) width 157: &quot; with operator stretching:&quot;
-      RenderMathMLMath {math} at (0,126) size 784x43 [padding: 0 1 0 1]
-        RenderMathMLSquareRoot {msqrt} at (366,0) size 52x43 [intrinsic padding: 3 0 3 12]
-          RenderMathMLRow (anonymous) at (12,3) size 40x37
-            RenderBlock {mi} at (0,10) size 6x15
-              RenderText {#text} at (0,-6) size 4x25
-                text run at (0,-6) width 4: &quot;f&quot;
-            RenderMathMLOperator {mo} at (8,0) size 8x37
-            RenderMathMLFraction {mfrac} at (19,1) size 10x32
-              RenderMathMLBlock (anonymous, flex) at (0,0) size 9x16
-                RenderBlock {mn} at (0,0) size 9x12
-                  RenderText {#text} at (0,-6) size 8x25
-                    text run at (0,-6) width 8: &quot;1&quot;
-              RenderMathMLBlock (anonymous, flex) at (0,15) size 9x17 [padding: 1 0 0 0]
-                RenderBlock {mi} at (0,4) size 9x13
-                  RenderText {#text} at (0,-9) size 7x25
-                    text run at (0,-9) width 7: &quot;y&quot;
-            RenderMathMLOperator {mo} at (31,0) size 8x37
-      RenderBlock {P} at (0,185) size 784x18
-        RenderText {#text} at (0,0) size 387x17
-          text run at (0,0) width 387: &quot;Preferred logical widths and heights, with operator stretching:&quot;
-      RenderTable {TABLE} at (0,219) size 19x30
-        RenderTableSection {TBODY} at (0,0) size 19x30
-          RenderTableRow {TR} at (0,2) size 19x26
-            RenderTableCell {TD} at (2,2) size 15x26 [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 7x17
-                text run at (4,4) width 7: &quot;a&quot;
-      RenderTable {TABLE} at (0,249) size 152x93
-        RenderTableSection {TBODY} at (0,0) size 152x93
-          RenderTableRow {TR} at (0,2) size 152x89
-            RenderTableCell {TD} at (2,2) size 148x89 [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
-              RenderMathMLMath {math} at (4,4) size 140x81 [padding: 0 1 0 1]
-                RenderMathMLRow {mrow} at (1,0) size 138x81
-                  RenderMathMLRow {mrow} at (0,36) size 31x14
-                    RenderMathMLOperator {mo} at (1,0) size 9x14
-                      RenderMathMLBlock (flex) {mo} at (0,0) size 8x14
-                        RenderBlock (anonymous) at (0,0) size 8x14
-                          RenderText {mo} at (0,-6) size 8x25
-                            text run at (0,-6) width 8: &quot;{&quot;
-                    RenderBlock {mi} at (11,3) size 9x9
-                      RenderText {#text} at (0,-9) size 7x25
-                        text run at (0,-9) width 7: &quot;x&quot;
-                    RenderMathMLOperator {mo} at (21,0) size 9x14
-                      RenderMathMLBlock (flex) {mo} at (0,0) size 8x14
-                        RenderBlock (anonymous) at (0,0) size 8x14
-                          RenderText {mo} at (0,-6) size 8x25
-                            text run at (0,-6) width 8: &quot;}&quot;
-                  RenderMathMLOperator {mo} at (34,38) size 12x10
-                    RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
-                      RenderBlock (anonymous) at (0,0) size 11x10
-                        RenderText {mo} at (0,-8) size 11x25
-                          text run at (0,-8) width 11: &quot;+&quot;
-                  RenderMathMLFenced {mfenced} at (48,26) size 32x37
-                    RenderMathMLOperator {mfenced} at (1,0) size 8x37
-                    RenderMathMLFraction {mfrac} at (11,1) size 9x32
-                      RenderMathMLBlock (anonymous, flex) at (0,0) size 9x16
-                        RenderBlock {mn} at (0,0) size 9x12
-                          RenderText {#text} at (0,-6) size 8x25
-                            text run at (0,-6) width 8: &quot;1&quot;
-                      RenderMathMLBlock (anonymous, flex) at (0,15) size 9x17 [padding: 1 0 0 0]
-                        RenderBlock {mi} at (0,4) size 9x13
-                          RenderText {#text} at (0,-9) size 7x25
-                            text run at (0,-9) width 7: &quot;y&quot;
-                    RenderMathMLOperator {mfenced} at (22,0) size 8x37
-                  RenderMathMLOperator {mo} at (82,38) size 12x10
-                    RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
-                      RenderBlock (anonymous) at (0,0) size 11x10
-                        RenderText {mo} at (0,-8) size 11x25
-                          text run at (0,-8) width 11: &quot;+&quot;
-                  RenderMathMLRow {mrow} at (96,0) size 42x81
-                    RenderMathMLOperator {mo} at (1,0) size 8x81
-                    RenderMathMLTable {mtable} at (10,9) size 21x68
-                      RenderTableSection (anonymous) at (0,0) size 20x68
-                        RenderTableRow {mtr} at (0,2) size 20x20
-                          RenderTableCell {mtd} at (2,2) size 16x20 [r=0 c=0 rs=1 cs=1]
-                            RenderInline {mn} at (0,0) size 8x25
-                              RenderText {#text} at (4,-2) size 8x25
-                                text run at (4,-2) width 8: &quot;1&quot;
-                        RenderTableRow {mtr} at (0,24) size 20x20
-                          RenderTableCell {mtd} at (2,24) size 16x20 [r=1 c=0 rs=1 cs=1]
-                            RenderInline {mn} at (0,0) size 8x25
-                              RenderText {#text} at (4,-2) size 8x25
-                                text run at (4,-2) width 8: &quot;2&quot;
-                        RenderTableRow {mtr} at (0,46) size 20x20
-                          RenderTableCell {mtd} at (2,46) size 16x20 [r=2 c=0 rs=1 cs=1]
-                            RenderInline {mn} at (0,0) size 8x25
-                              RenderText {#text} at (4,-2) size 8x25
-                                text run at (4,-2) width 8: &quot;3&quot;
-                    RenderMathMLOperator {mo} at (31,0) size 8x81
-layer at (300,8) size 7x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-      RenderText {mo} at (0,-5) size 7x25
-        text run at (0,-5) width 7: &quot;\x{239B}&quot;
-layer at (300,25) size 7x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,17) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (300,41) size 7x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,33) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (300,57) size 7x10 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,49) size 7x10
-    RenderBlock (anonymous) at (0,0) size 7x10
-layer at (300,67) size 7x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,59) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-layer at (350,8) size 7x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-      RenderText {mo} at (0,-5) size 7x25
-        text run at (0,-5) width 7: &quot;\x{239E}&quot;
-layer at (350,25) size 7x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,17) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (350,41) size 7x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,33) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (350,57) size 7x10 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,49) size 7x10
-    RenderBlock (anonymous) at (0,0) size 7x10
-layer at (350,67) size 7x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,59) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-layer at (387,21) size 7x17 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-      RenderText {mo} at (0,-6) size 7x25
-        text run at (0,-6) width 7: &quot;\x{23A1}&quot;
-layer at (387,38) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,17) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (387,54) size 7x5 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,33) size 7x5
-    RenderBlock (anonymous) at (0,0) size 7x5
-layer at (387,59) size 7x17 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,38) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-layer at (434,21) size 7x17 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-      RenderText {mo} at (0,-6) size 7x25
-        text run at (0,-6) width 7: &quot;\x{23A4}&quot;
-layer at (434,38) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,17) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (434,54) size 7x5 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,33) size 7x5
-    RenderBlock (anonymous) at (0,0) size 7x5
-layer at (434,59) size 7x17 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,38) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-layer at (460,27) size 11x20 scrollHeight 26
-  RenderMathMLBlock (flex) {mo} at (0,0) size 11x20
-    RenderBlock (anonymous) at (0,0) size 11x20
-      RenderText {mo} at (0,1) size 11x25
-        text run at (0,1) width 11: &quot;\x{2320}&quot;
-layer at (460,47) size 11x3 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,20) size 11x3
-    RenderBlock (anonymous) at (0,0) size 11x3
-layer at (460,50) size 11x19 scrollHeight 26
-  RenderMathMLBlock (flex) {mo} at (0,23) size 11x19
-    RenderBlock (anonymous) at (0,0) size 11x19
-layer at (395,137) size 7x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-      RenderText {mo} at (0,-5) size 7x25
-        text run at (0,-5) width 7: &quot;\x{239B}&quot;
-layer at (395,154) size 7x3 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,17) size 7x3
-    RenderBlock (anonymous) at (0,0) size 7x3
-layer at (395,157) size 7x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,20) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-layer at (417,137) size 7x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-      RenderText {mo} at (0,-5) size 7x25
-        text run at (0,-5) width 7: &quot;\x{239E}&quot;
-layer at (417,154) size 7x3 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,17) size 7x3
-    RenderBlock (anonymous) at (0,0) size 7x3
-layer at (417,157) size 7x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,20) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-layer at (65,289) size 7x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mfenced} at (0,0) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-      RenderText {mfenced} at (0,-5) size 7x25
-        text run at (0,-5) width 7: &quot;\x{239B}&quot;
-layer at (65,306) size 7x3 scrollHeight 20
-  RenderMathMLBlock (flex) {mfenced} at (0,17) size 7x3
-    RenderBlock (anonymous) at (0,0) size 7x3
-layer at (65,309) size 7x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mfenced} at (0,20) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-layer at (86,289) size 7x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mfenced} at (0,0) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-      RenderText {mfenced} at (0,-5) size 7x25
-        text run at (0,-5) width 7: &quot;\x{239E}&quot;
-layer at (86,306) size 7x3 scrollHeight 20
-  RenderMathMLBlock (flex) {mfenced} at (0,17) size 7x3
-    RenderBlock (anonymous) at (0,0) size 7x3
-layer at (86,309) size 7x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mfenced} at (0,20) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-layer at (114,263) size 7x17 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-      RenderText {mo} at (0,-6) size 7x25
-        text run at (0,-6) width 7: &quot;\x{23A1}&quot;
-layer at (114,280) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,17) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (114,296) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,33) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (114,312) size 7x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,49) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (114,327) size 7x17 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,64) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-layer at (144,263) size 7x17 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-      RenderText {mo} at (0,-6) size 7x25
-        text run at (0,-6) width 7: &quot;\x{23A4}&quot;
-layer at (144,280) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,17) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (144,296) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,33) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (144,312) size 7x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,49) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (144,327) size 7x17 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,64) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-layer at (300,24) size 7x17 backgroundClip at (300,25) size 7x16 clip at (300,25) size 7x16 outlineClip at (300,25) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239C}&quot;
-layer at (300,40) size 7x17 backgroundClip at (300,41) size 7x16 clip at (300,41) size 7x16 outlineClip at (300,41) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239C}&quot;
-layer at (300,56) size 7x17 backgroundClip at (300,57) size 7x10 clip at (300,57) size 7x10 outlineClip at (300,57) size 7x10
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239C}&quot;
-layer at (300,66) size 7x17 backgroundClip at (300,67) size 7x17 clip at (300,67) size 7x17 outlineClip at (300,67) size 7x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239D}&quot;
-layer at (350,24) size 7x17 backgroundClip at (350,25) size 7x16 clip at (350,25) size 7x16 outlineClip at (350,25) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239F}&quot;
-layer at (350,40) size 7x17 backgroundClip at (350,41) size 7x16 clip at (350,41) size 7x16 outlineClip at (350,41) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239F}&quot;
-layer at (350,56) size 7x17 backgroundClip at (350,57) size 7x10 clip at (350,57) size 7x10 outlineClip at (350,57) size 7x10
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239F}&quot;
-layer at (350,66) size 7x17 backgroundClip at (350,67) size 7x17 clip at (350,67) size 7x17 outlineClip at (350,67) size 7x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{23A0}&quot;
-layer at (387,37) size 7x17 backgroundClip at (387,38) size 7x16 clip at (387,38) size 7x16 outlineClip at (387,38) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (387,53) size 7x17 backgroundClip at (387,54) size 7x5 clip at (387,54) size 7x5 outlineClip at (387,54) size 7x5
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (387,58) size 7x17 backgroundClip at (387,59) size 7x17 clip at (387,59) size 7x17 outlineClip at (387,59) size 7x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A3}&quot;
-layer at (434,37) size 7x17 backgroundClip at (434,38) size 7x16 clip at (434,38) size 7x16 outlineClip at (434,38) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (434,53) size 7x17 backgroundClip at (434,54) size 7x5 clip at (434,54) size 7x5 outlineClip at (434,54) size 7x5
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (434,58) size 7x17 backgroundClip at (434,59) size 7x17 clip at (434,59) size 7x17 outlineClip at (434,59) size 7x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A6}&quot;
-layer at (460,46) size 11x11 backgroundClip at (460,47) size 11x3 clip at (460,47) size 11x3 outlineClip at (460,47) size 11x3
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText {mo} at (0,-7) size 11x25
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (460,49) size 11x19 backgroundClip at (460,50) size 11x19 clip at (460,50) size 11x19 outlineClip at (460,50) size 11x19
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x19
-    RenderText {mo} at (0,1) size 11x25
-      text run at (0,1) width 11: &quot;\x{2321}&quot;
-layer at (395,153) size 7x17 backgroundClip at (395,154) size 7x3 clip at (395,154) size 7x3 outlineClip at (395,154) size 7x3
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239C}&quot;
-layer at (395,156) size 7x17 backgroundClip at (395,157) size 7x17 clip at (395,157) size 7x17 outlineClip at (395,157) size 7x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239D}&quot;
-layer at (417,153) size 7x17 backgroundClip at (417,154) size 7x3 clip at (417,154) size 7x3 outlineClip at (417,154) size 7x3
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239F}&quot;
-layer at (417,156) size 7x17 backgroundClip at (417,157) size 7x17 clip at (417,157) size 7x17 outlineClip at (417,157) size 7x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{23A0}&quot;
-layer at (65,305) size 7x17 backgroundClip at (65,306) size 7x3 clip at (65,306) size 7x3 outlineClip at (65,306) size 7x3
-  RenderBlock (relative positioned) {mfenced} at (0,0) size 7x17
-    RenderText {mfenced} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239C}&quot;
-layer at (65,308) size 7x17 backgroundClip at (65,309) size 7x17 clip at (65,309) size 7x17 outlineClip at (65,309) size 7x17
-  RenderBlock (relative positioned) {mfenced} at (0,0) size 7x17
-    RenderText {mfenced} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239D}&quot;
-layer at (86,305) size 7x17 backgroundClip at (86,306) size 7x3 clip at (86,306) size 7x3 outlineClip at (86,306) size 7x3
-  RenderBlock (relative positioned) {mfenced} at (0,0) size 7x17
-    RenderText {mfenced} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239F}&quot;
-layer at (86,308) size 7x17 backgroundClip at (86,309) size 7x17 clip at (86,309) size 7x17 outlineClip at (86,309) size 7x17
-  RenderBlock (relative positioned) {mfenced} at (0,0) size 7x17
-    RenderText {mfenced} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{23A0}&quot;
-layer at (114,279) size 7x17 backgroundClip at (114,280) size 7x16 clip at (114,280) size 7x16 outlineClip at (114,280) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (114,295) size 7x17 backgroundClip at (114,296) size 7x16 clip at (114,296) size 7x16 outlineClip at (114,296) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (114,311) size 7x17 backgroundClip at (114,312) size 7x15 clip at (114,312) size 7x15 outlineClip at (114,312) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (114,326) size 7x17 backgroundClip at (114,327) size 7x17 clip at (114,327) size 7x17 outlineClip at (114,327) size 7x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A3}&quot;
-layer at (144,279) size 7x17 backgroundClip at (144,280) size 7x16 clip at (144,280) size 7x16 outlineClip at (144,280) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (144,295) size 7x17 backgroundClip at (144,296) size 7x16 clip at (144,296) size 7x16 outlineClip at (144,296) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (144,311) size 7x17 backgroundClip at (144,312) size 7x15 clip at (144,312) size 7x15 outlineClip at (144,312) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (144,326) size 7x17 backgroundClip at (144,327) size 7x17 clip at (144,327) size 7x17 outlineClip at (144,327) size 7x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A6}&quot;
</del><ins>+layer at (0,0) size 800x256
+  RenderBlock {HTML} at (0,0) size 800x256
+    RenderBody {BODY} at (8,8) size 784x240
+      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
+              RenderBlock (anonymous) at (0,0) size 5x14
+                RenderText at (0,-6) size 5x25
+                  text run at (0,-6) width 5: &quot;(&quot;
+          RenderMathMLOperator {mo} at (7,3) size 7x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
+              RenderBlock (anonymous) at (0,0) size 5x14
+                RenderText at (0,-6) size 5x25
+                  text run at (0,-6) width 5: &quot;)&quot;
+          RenderMathMLOperator {mo} at (14,3) size 10x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
+              RenderBlock (anonymous) at (0,0) size 8x14
+                RenderText at (0,-6) size 8x25
+                  text run at (0,-6) width 8: &quot;{&quot;
+          RenderMathMLOperator {mo} at (24,3) size 10x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
+              RenderBlock (anonymous) at (0,0) size 8x14
+                RenderText at (0,-6) size 8x25
+                  text run at (0,-6) width 8: &quot;}&quot;
+          RenderMathMLOperator {mo} at (34,3) size 7x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
+              RenderBlock (anonymous) at (0,0) size 5x14
+                RenderText at (0,-6) size 5x25
+                  text run at (0,-6) width 5: &quot;[&quot;
+          RenderMathMLOperator {mo} at (41,3) size 7x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
+              RenderBlock (anonymous) at (0,0) size 5x14
+                RenderText at (0,-6) size 5x25
+                  text run at (0,-6) width 5: &quot;]&quot;
+          RenderMathMLOperator {mo} at (48,2) size 8x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
+              RenderBlock (anonymous) at (0,0) size 8x16
+                RenderText at (0,-5) size 8x25
+                  text run at (0,-5) width 8: &quot;\x{2308}&quot;
+          RenderMathMLOperator {mo} at (56,2) size 8x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
+              RenderBlock (anonymous) at (0,0) size 8x16
+                RenderText at (0,-5) size 8x25
+                  text run at (0,-5) width 8: &quot;\x{2309}&quot;
+          RenderMathMLOperator {mo} at (64,2) size 8x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
+              RenderBlock (anonymous) at (0,0) size 8x16
+                RenderText at (0,-5) size 8x25
+                  text run at (0,-5) width 8: &quot;\x{230A}&quot;
+          RenderMathMLOperator {mo} at (72,2) size 8x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
+              RenderBlock (anonymous) at (0,0) size 8x16
+                RenderText at (0,-5) size 8x25
+                  text run at (0,-5) width 8: &quot;\x{230B}&quot;
+          RenderMathMLOperator {mo} at (80,0) size 12x20
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x20
+              RenderBlock (anonymous) at (0,0) size 7x20
+                RenderText at (0,-3) size 7x25
+                  text run at (0,-3) width 7: &quot;\x{222B}&quot;
+          RenderMathMLOperator {mo} at (91,3) size 8x12
+            RenderMathMLBlock (anonymous, flex) at (1,0) size 4x12
+              RenderBlock (anonymous) at (0,0) size 3x12
+                RenderText at (0,-6) size 3x25
+                  text run at (0,-6) width 3: &quot;|&quot;
+          RenderMathMLOperator {mo} at (98,2) size 9x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
+              RenderBlock (anonymous) at (0,0) size 8x16
+                RenderText at (0,-5) size 8x25
+                  text run at (0,-5) width 8: &quot;\x{2016}&quot;
+          RenderMathMLOperator {mo} at (106,2) size 18x16
+            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x16
+              RenderBlock (anonymous) at (0,0) size 8x16
+                RenderText at (0,-5) size 8x25
+                  text run at (0,-5) width 8: &quot;\x{2225}&quot;
+      RenderText {#text} at (125,0) size 5x17
+        text run at (125,0) width 5: &quot; &quot;
+      RenderBR {BR} at (0,0) size 0x0
+      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
+              RenderBlock (anonymous) at (0,0) size 5x14
+                RenderText at (0,-6) size 5x25
+                  text run at (0,-6) width 5: &quot;(&quot;
+          RenderMathMLOperator {mo} at (7,0) size 7x142
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
+              RenderBlock (anonymous) at (0,0) size 5x14
+                RenderText at (0,-6) size 5x25
+                  text run at (0,-6) width 5: &quot;)&quot;
+          RenderMathMLOperator {mo} at (14,0) size 10x142
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
+              RenderBlock (anonymous) at (0,0) size 8x14
+                RenderText at (0,-6) size 8x25
+                  text run at (0,-6) width 8: &quot;{&quot;
+          RenderMathMLOperator {mo} at (24,0) size 10x142
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
+              RenderBlock (anonymous) at (0,0) size 8x14
+                RenderText at (0,-6) size 8x25
+                  text run at (0,-6) width 8: &quot;}&quot;
+          RenderMathMLOperator {mo} at (34,0) size 7x142
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
+              RenderBlock (anonymous) at (0,0) size 5x14
+                RenderText at (0,-6) size 5x25
+                  text run at (0,-6) width 5: &quot;[&quot;
+          RenderMathMLOperator {mo} at (41,0) size 7x142
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
+              RenderBlock (anonymous) at (0,0) size 5x14
+                RenderText at (0,-6) size 5x25
+                  text run at (0,-6) width 5: &quot;]&quot;
+          RenderMathMLOperator {mo} at (48,0) size 8x142
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
+              RenderBlock (anonymous) at (0,0) size 8x16
+                RenderText at (0,-5) size 8x25
+                  text run at (0,-5) width 8: &quot;\x{2308}&quot;
+          RenderMathMLOperator {mo} at (56,0) size 8x142
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
+              RenderBlock (anonymous) at (0,0) size 8x16
+                RenderText at (0,-5) size 8x25
+                  text run at (0,-5) width 8: &quot;\x{2309}&quot;
+          RenderMathMLOperator {mo} at (64,0) size 8x142
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
+              RenderBlock (anonymous) at (0,0) size 8x16
+                RenderText at (0,-5) size 8x25
+                  text run at (0,-5) width 8: &quot;\x{230A}&quot;
+          RenderMathMLOperator {mo} at (72,0) size 8x142
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
+              RenderBlock (anonymous) at (0,0) size 8x16
+                RenderText at (0,-5) size 8x25
+                  text run at (0,-5) width 8: &quot;\x{230B}&quot;
+          RenderMathMLOperator {mo} at (80,0) size 12x142
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x20
+              RenderBlock (anonymous) at (0,0) size 7x20
+                RenderText at (0,-3) size 7x25
+                  text run at (0,-3) width 7: &quot;\x{222B}&quot;
+          RenderMathMLOperator {mo} at (91,0) size 8x142
+            RenderMathMLBlock (anonymous, flex) at (1,0) size 4x12
+              RenderBlock (anonymous) at (0,0) size 3x12
+                RenderText at (0,-6) size 3x25
+                  text run at (0,-6) width 3: &quot;|&quot;
+          RenderMathMLOperator {mo} at (98,0) size 9x76
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
+              RenderBlock (anonymous) at (0,0) size 8x16
+                RenderText at (0,-5) size 8x25
+                  text run at (0,-5) width 8: &quot;\x{2016}&quot;
+          RenderMathMLOperator {mo} at (106,0) size 18x76
+            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x16
+              RenderBlock (anonymous) at (0,0) size 8x16
+                RenderText at (0,-5) size 8x25
+                  text run at (0,-5) width 8: &quot;\x{2225}&quot;
+          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
+              RenderBlock (anonymous) at (0,0) size 5x14
+                RenderText at (0,-6) size 5x25
+                  text run at (0,-6) width 5: &quot;(&quot;
+          RenderMathMLOperator {mo} at (7,0) size 7x92
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
+              RenderBlock (anonymous) at (0,0) size 5x14
+                RenderText at (0,-6) size 5x25
+                  text run at (0,-6) width 5: &quot;)&quot;
+          RenderMathMLOperator {mo} at (14,0) size 10x92
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
+              RenderBlock (anonymous) at (0,0) size 8x14
+                RenderText at (0,-6) size 8x25
+                  text run at (0,-6) width 8: &quot;{&quot;
+          RenderMathMLOperator {mo} at (24,0) size 10x92
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
+              RenderBlock (anonymous) at (0,0) size 8x14
+                RenderText at (0,-6) size 8x25
+                  text run at (0,-6) width 8: &quot;}&quot;
+          RenderMathMLOperator {mo} at (34,0) size 7x92
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
+              RenderBlock (anonymous) at (0,0) size 5x14
+                RenderText at (0,-6) size 5x25
+                  text run at (0,-6) width 5: &quot;[&quot;
+          RenderMathMLOperator {mo} at (41,0) size 7x92
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
+              RenderBlock (anonymous) at (0,0) size 5x14
+                RenderText at (0,-6) size 5x25
+                  text run at (0,-6) width 5: &quot;]&quot;
+          RenderMathMLOperator {mo} at (48,0) size 8x92
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
+              RenderBlock (anonymous) at (0,0) size 8x16
+                RenderText at (0,-5) size 8x25
+                  text run at (0,-5) width 8: &quot;\x{2308}&quot;
+          RenderMathMLOperator {mo} at (56,0) size 8x92
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
+              RenderBlock (anonymous) at (0,0) size 8x16
+                RenderText at (0,-5) size 8x25
+                  text run at (0,-5) width 8: &quot;\x{2309}&quot;
+          RenderMathMLOperator {mo} at (64,0) size 8x92
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
+              RenderBlock (anonymous) at (0,0) size 8x16
+                RenderText at (0,-5) size 8x25
+                  text run at (0,-5) width 8: &quot;\x{230A}&quot;
+          RenderMathMLOperator {mo} at (72,0) size 8x92
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
+              RenderBlock (anonymous) at (0,0) size 8x16
+                RenderText at (0,-5) size 8x25
+                  text run at (0,-5) width 8: &quot;\x{230B}&quot;
+          RenderMathMLOperator {mo} at (80,0) size 12x92
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x20
+              RenderBlock (anonymous) at (0,0) size 7x20
+                RenderText at (0,-3) size 7x25
+                  text run at (0,-3) width 7: &quot;\x{222B}&quot;
+          RenderMathMLOperator {mo} at (91,0) size 8x92
+            RenderMathMLBlock (anonymous, flex) at (1,0) size 4x12
+              RenderBlock (anonymous) at (0,0) size 3x12
+                RenderText at (0,-6) size 3x25
+                  text run at (0,-6) width 3: &quot;|&quot;
+          RenderMathMLOperator {mo} at (98,0) size 9x51
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
+              RenderBlock (anonymous) at (0,0) size 8x16
+                RenderText at (0,-5) size 8x25
+                  text run at (0,-5) width 8: &quot;\x{2016}&quot;
+          RenderMathMLOperator {mo} at (106,0) size 18x51
+            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x16
+              RenderBlock (anonymous) at (0,0) size 8x16
+                RenderText at (0,-5) size 8x25
+                  text run at (0,-5) width 8: &quot;\x{2225}&quot;
+          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
+              RenderBlock (anonymous) at (0,0) size 5x14
+                RenderText at (0,-6) size 5x25
+                  text run at (0,-6) width 5: &quot;(&quot;
+          RenderMathMLOperator {mo} at (7,9) size 7x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
+              RenderBlock (anonymous) at (0,0) size 5x14
+                RenderText at (0,-6) size 5x25
+                  text run at (0,-6) width 5: &quot;)&quot;
+          RenderMathMLOperator {mo} at (14,9) size 10x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
+              RenderBlock (anonymous) at (0,0) size 8x14
+                RenderText at (0,-6) size 8x25
+                  text run at (0,-6) width 8: &quot;{&quot;
+          RenderMathMLOperator {mo} at (24,9) size 10x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
+              RenderBlock (anonymous) at (0,0) size 8x14
+                RenderText at (0,-6) size 8x25
+                  text run at (0,-6) width 8: &quot;}&quot;
+          RenderMathMLOperator {mo} at (34,9) size 7x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
+              RenderBlock (anonymous) at (0,0) size 5x14
+                RenderText at (0,-6) size 5x25
+                  text run at (0,-6) width 5: &quot;[&quot;
+          RenderMathMLOperator {mo} at (41,9) size 7x14
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
+              RenderBlock (anonymous) at (0,0) size 5x14
+                RenderText at (0,-6) size 5x25
+                  text run at (0,-6) width 5: &quot;]&quot;
+          RenderMathMLOperator {mo} at (48,8) size 8x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
+              RenderBlock (anonymous) at (0,0) size 8x16
+                RenderText at (0,-5) size 8x25
+                  text run at (0,-5) width 8: &quot;\x{2308}&quot;
+          RenderMathMLOperator {mo} at (56,8) size 8x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
+              RenderBlock (anonymous) at (0,0) size 8x16
+                RenderText at (0,-5) size 8x25
+                  text run at (0,-5) width 8: &quot;\x{2309}&quot;
+          RenderMathMLOperator {mo} at (64,8) size 8x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
+              RenderBlock (anonymous) at (0,0) size 8x16
+                RenderText at (0,-5) size 8x25
+                  text run at (0,-5) width 8: &quot;\x{230A}&quot;
+          RenderMathMLOperator {mo} at (72,8) size 8x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
+              RenderBlock (anonymous) at (0,0) size 8x16
+                RenderText at (0,-5) size 8x25
+                  text run at (0,-5) width 8: &quot;\x{230B}&quot;
+          RenderMathMLOperator {mo} at (80,6) size 12x20
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 11x20
+              RenderBlock (anonymous) at (0,0) size 7x20
+                RenderText at (0,-3) size 7x25
+                  text run at (0,-3) width 7: &quot;\x{222B}&quot;
+          RenderMathMLOperator {mo} at (91,0) size 8x32
+            RenderMathMLBlock (anonymous, flex) at (1,0) size 4x12
+              RenderBlock (anonymous) at (0,0) size 3x12
+                RenderText at (0,-6) size 3x25
+                  text run at (0,-6) width 3: &quot;|&quot;
+          RenderMathMLOperator {mo} at (98,8) size 9x16
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
+              RenderBlock (anonymous) at (0,0) size 8x16
+                RenderText at (0,-5) size 8x25
+                  text run at (0,-5) width 8: &quot;\x{2016}&quot;
+          RenderMathMLOperator {mo} at (106,8) size 18x16
+            RenderMathMLBlock (anonymous, flex) at (4,0) size 9x16
+              RenderBlock (anonymous) at (0,0) size 8x16
+                RenderText at (0,-5) size 8x25
+                  text run at (0,-5) width 8: &quot;\x{2225}&quot;
+          RenderMathMLSpace {mspace} at (123,0) size 1x21
+      RenderText {#text} at (383,81) size 5x17
+        text run at (383,81) width 5: &quot; &quot;
+      RenderBR {BR} at (0,0) size 0x0
+      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
+                RenderBlock (anonymous) at (0,0) size 5x14
+                  RenderText at (0,-6) size 5x25
+                    text run at (0,-6) width 5: &quot;(&quot;
+            RenderMathMLOperator {mo} at (7,0) size 7x72
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
+                RenderBlock (anonymous) at (0,0) size 5x14
+                  RenderText at (0,-6) size 5x25
+                    text run at (0,-6) width 5: &quot;)&quot;
+            RenderMathMLOperator {mo} at (14,0) size 10x72
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
+                RenderBlock (anonymous) at (0,0) size 8x14
+                  RenderText at (0,-6) size 8x25
+                    text run at (0,-6) width 8: &quot;{&quot;
+            RenderMathMLOperator {mo} at (24,0) size 10x72
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 10x14
+                RenderBlock (anonymous) at (0,0) size 8x14
+                  RenderText at (0,-6) size 8x25
+                    text run at (0,-6) width 8: &quot;}&quot;
+            RenderMathMLOperator {mo} at (34,0) size 7x72
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
+                RenderBlock (anonymous) at (0,0) size 5x14
+                  RenderText at (0,-6) size 5x25
+                    text run at (0,-6) width 5: &quot;[&quot;
+            RenderMathMLOperator {mo} at (41,0) size 7x72
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 7x14
+                RenderBlock (anonymous) at (0,0) size 5x14
+                  RenderText at (0,-6) size 5x25
+                    text run at (0,-6) width 5: &quot;]&quot;
+            RenderMathMLOperator {mo} at (48,0) size 8x72
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
+                RenderBlock (anonymous) at (0,0) size 8x16
+                  RenderText at (0,-5) size 8x25
+                    text run at (0,-5) width 8: &quot;\x{2308}&quot;
+            RenderMathMLOperator {mo} at (56,0) size 8x72
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
+                RenderBlock (anonymous) at (0,0) size 8x16
+                  RenderText at (0,-5) size 8x25
+                    text run at (0,-5) width 8: &quot;\x{2309}&quot;
+            RenderMathMLOperator {mo} at (64,0) size 8x72
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
+                RenderBlock (anonymous) at (0,0) size 8x16
+                  RenderText at (0,-5) size 8x25
+                    text run at (0,-5) width 8: &quot;\x{230A}&quot;
+            RenderMathMLOperator {mo} at (72,0) size 8x72
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
+                RenderBlock (anonymous) at (0,0) size 8x16
+                  RenderText at (0,-5) size 8x25
+                    text run at (0,-5) width 8: &quot;\x{230B}&quot;
+            RenderMathMLOperator {mo} at (80,0) size 12x72
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 11x20
+                RenderBlock (anonymous) at (0,0) size 7x20
+                  RenderText at (0,-3) size 7x25
+                    text run at (0,-3) width 7: &quot;\x{222B}&quot;
+            RenderMathMLOperator {mo} at (91,0) size 8x72
+              RenderMathMLBlock (anonymous, flex) at (1,0) size 4x12
+                RenderBlock (anonymous) at (0,0) size 3x12
+                  RenderText at (0,-6) size 3x25
+                    text run at (0,-6) width 3: &quot;|&quot;
+            RenderMathMLOperator {mo} at (98,0) size 9x41
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16
+                RenderBlock (anonymous) at (0,0) size 8x16
+                  RenderText at (0,-5) size 8x25
+                    text run at (0,-5) width 8: &quot;\x{2016}&quot;
+            RenderMathMLOperator {mo} at (106,0) size 18x41
+              RenderMathMLBlock (anonymous, flex) at (4,0) size 9x16
+                RenderBlock (anonymous) at (0,0) size 8x16
+                  RenderText at (0,-5) size 8x25
+                    text run at (0,-5) width 8: &quot;\x{2225}&quot;
+            RenderMathMLSpace {mspace} at (123,0) size 1x41
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformeflmathmlpresentationrootsexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/efl/mathml/presentation/roots-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflmathmlpresentationrootsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/mathml/presentation/roots-expected.txt (166058 => 166059)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/mathml/presentation/roots-expected.txt        2014-03-21 10:36:21 UTC (rev 166058)
+++ trunk/LayoutTests/platform/efl/mathml/presentation/roots-expected.txt        2014-03-21 13:01:56 UTC (rev 166059)
</span><span class="lines">@@ -1,91 +1,111 @@
</span><del>-layer at (0,0) size 836x600
</del><ins>+layer at (0,0) size 800x600
</ins><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x570
-  RenderBlock {html} at (0,0) size 800x570
-    RenderBody {body} at (8,16) size 784x538
</del><ins>+layer at (0,0) size 800x518
+  RenderBlock {html} at (0,0) size 800x518
+    RenderBody {body} at (8,16) size 784x486
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 177x17
</span><span class="cx">           text run at (0,0) width 177: &quot;square root (should be red): &quot;
</span><span class="cx">         RenderMathMLMath {math} at (177,0) size 22x15 [padding: 0 1 0 1]
</span><span class="cx">           RenderMathMLSquareRoot {msqrt} at (1,0) size 20x15 [color=#FF0000] [intrinsic padding: 3 0 0 12]
</span><span class="cx">             RenderMathMLRow (anonymous) at (12,3) size 8x12
</span><del>-              RenderBlock {mn} at (0,0) size 8x12
-                RenderText {#text} at (0,-6) size 8x25
-                  text run at (0,-6) width 8: &quot;2&quot;
</del><ins>+              RenderMathMLToken {mn} at (0,0) size 8x12
+                RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                  RenderBlock (anonymous) at (0,0) size 8x12
+                    RenderText {#text} at (0,-6) size 8x25
+                      text run at (0,-6) width 8: &quot;2&quot;
</ins><span class="cx">       RenderBlock {p} at (0,34) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 110x17
</span><span class="cx">           text run at (0,0) width 110: &quot;long square root: &quot;
</span><del>-        RenderMathMLMath {math} at (110,0) size 48x15 [padding: 0 1 0 1]
-          RenderMathMLSquareRoot {msqrt} at (1,0) size 46x15 [intrinsic padding: 3 0 0 12]
-            RenderMathMLRow (anonymous) at (12,3) size 34x12
-              RenderMathMLRow {mrow} at (0,0) size 34x12
-                RenderBlock {mi} at (0,3) size 9x9
-                  RenderText {#text} at (0,-9) size 7x25
-                    text run at (0,-9) width 7: &quot;x&quot;
-                RenderMathMLOperator {mo} at (11,2) size 12x10
-                  RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+        RenderMathMLMath {math} at (110,0) size 49x15 [padding: 0 1 0 1]
+          RenderMathMLSquareRoot {msqrt} at (1,0) size 47x15 [intrinsic padding: 3 0 0 12]
+            RenderMathMLRow (anonymous) at (12,3) size 35x12
+              RenderMathMLRow {mrow} at (0,0) size 35x12
+                RenderMathMLToken {mi} at (0,3) size 9x9 [padding: 0 2 0 0]
+                  RenderMathMLBlock (anonymous, flex) at (0,0) size 7x9
+                    RenderBlock (anonymous) at (0,0) size 7x9
+                      RenderText {#text} at (0,-9) size 7x25
+                        text run at (0,-9) width 7: &quot;x&quot;
+                RenderMathMLOperator {mo} at (8,2) size 19x10
+                  RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                     RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                      RenderText {mo} at (0,-8) size 11x25
</del><ins>+                      RenderText at (0,-8) size 11x25
</ins><span class="cx">                         text run at (0,-8) width 11: &quot;+&quot;
</span><del>-                RenderBlock {mn} at (25,0) size 9x12
-                  RenderText {#text} at (0,-6) size 8x25
-                    text run at (0,-6) width 8: &quot;1&quot;
</del><ins>+                RenderMathMLToken {mn} at (26,0) size 9x12
+                  RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                    RenderBlock (anonymous) at (0,0) size 8x12
+                      RenderText {#text} at (0,-6) size 8x25
+                        text run at (0,-6) width 8: &quot;1&quot;
</ins><span class="cx">       RenderBlock {p} at (0,68) size 784x22
</span><span class="cx">         RenderText {#text} at (0,4) size 222x17
</span><span class="cx">           text run at (0,4) width 222: &quot;long square root with implied row: &quot;
</span><del>-        RenderMathMLMath {math} at (222,0) size 54x19 [padding: 0 1 0 1]
-          RenderMathMLSquareRoot {msqrt} at (1,0) size 52x19 [intrinsic padding: 3 0 0 12]
-            RenderMathMLRow (anonymous) at (12,3) size 40x16
-              RenderMathMLSubSup {msup} at (0,0) size 15x16
-                RenderMathMLBlock (anonymous, flex) at (0,0) size 9x16 [padding: 7 0 0 0]
-                  RenderBlock {mi} at (0,7) size 9x9
-                    RenderText {#text} at (0,-9) size 7x25
-                      text run at (0,-9) width 7: &quot;x&quot;
-                RenderMathMLBlock (anonymous, flex) at (8,0) size 7x10
-                  RenderBlock {mn} at (0,0) size 6x10
-                    RenderText {#text} at (0,-4) size 6x19
-                      text run at (0,-4) width 6: &quot;2&quot;
-              RenderMathMLOperator {mo} at (17,6) size 12x10
-                RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+        RenderMathMLMath {math} at (222,0) size 55x19 [padding: 0 1 0 1]
+          RenderMathMLSquareRoot {msqrt} at (1,0) size 53x19 [intrinsic padding: 3 0 0 12]
+            RenderMathMLRow (anonymous) at (12,3) size 41x16
+              RenderMathMLScripts {msup} at (0,0) size 15x16
+                Base Wrapper at (0,0) size 9x16 [padding: 7 0 0 0]
+                  RenderMathMLToken {mi} at (0,7) size 9x9 [padding: 0 2 0 0]
+                    RenderMathMLBlock (anonymous, flex) at (0,0) size 7x9
+                      RenderBlock (anonymous) at (0,0) size 7x9
+                        RenderText {#text} at (0,-9) size 7x25
+                          text run at (0,-9) width 7: &quot;x&quot;
+                SubSupPair Wrapper at (8,0) size 7x16
+                  RenderMathMLToken {mn} at (0,0) size 6x10
+                    RenderMathMLBlock (anonymous, flex) at (0,0) size 6x10
+                      RenderBlock (anonymous) at (0,0) size 6x10
+                        RenderText {#text} at (0,-4) size 6x19
+                          text run at (0,-4) width 6: &quot;2&quot;
+              RenderMathMLOperator {mo} at (14,6) size 19x10
+                RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                   RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                    RenderText {mo} at (0,-8) size 11x25
</del><ins>+                    RenderText at (0,-8) size 11x25
</ins><span class="cx">                       text run at (0,-8) width 11: &quot;+&quot;
</span><del>-              RenderBlock {mn} at (31,4) size 9x12
-                RenderText {#text} at (0,-6) size 8x25
-                  text run at (0,-6) width 8: &quot;1&quot;
</del><ins>+              RenderMathMLToken {mn} at (32,4) size 9x12
+                RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                  RenderBlock (anonymous) at (0,0) size 8x12
+                    RenderText {#text} at (0,-6) size 8x25
+                      text run at (0,-6) width 8: &quot;1&quot;
</ins><span class="cx">       RenderBlock {p} at (0,106) size 784x37
</span><span class="cx">         RenderText {#text} at (0,9) size 113x17
</span><span class="cx">           text run at (0,9) width 113: &quot;root of a fraction: &quot;
</span><del>-        RenderMathMLMath {math} at (113,0) size 50x38 [padding: 0 1 0 1]
-          RenderMathMLSquareRoot {msqrt} at (1,0) size 48x38 [intrinsic padding: 3 0 3 12]
-            RenderMathMLRow (anonymous) at (12,3) size 36x32
-              RenderMathMLFraction {mfrac} at (1,0) size 34x32
-                RenderMathMLBlock (anonymous, flex) at (0,0) size 34x16
-                  RenderMathMLRow {mrow} at (0,0) size 34x12
-                    RenderBlock {mi} at (0,3) size 9x9
-                      RenderText {#text} at (0,-9) size 7x25
-                        text run at (0,-9) width 7: &quot;x&quot;
-                    RenderMathMLOperator {mo} at (11,2) size 12x10
-                      RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+        RenderMathMLMath {math} at (113,0) size 51x38 [padding: 0 1 0 1]
+          RenderMathMLSquareRoot {msqrt} at (1,0) size 49x38 [intrinsic padding: 3 0 3 12]
+            RenderMathMLRow (anonymous) at (12,3) size 37x32
+              RenderMathMLFraction {mfrac} at (1,0) size 35x32
+                RenderMathMLBlock (anonymous, flex) at (0,0) size 35x16
+                  RenderMathMLRow {mrow} at (0,0) size 35x12
+                    RenderMathMLToken {mi} at (0,3) size 9x9 [padding: 0 2 0 0]
+                      RenderMathMLBlock (anonymous, flex) at (0,0) size 7x9
+                        RenderBlock (anonymous) at (0,0) size 7x9
+                          RenderText {#text} at (0,-9) size 7x25
+                            text run at (0,-9) width 7: &quot;x&quot;
+                    RenderMathMLOperator {mo} at (8,2) size 19x10
+                      RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                         RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                          RenderText {mo} at (0,-8) size 11x25
</del><ins>+                          RenderText at (0,-8) size 11x25
</ins><span class="cx">                             text run at (0,-8) width 11: &quot;+&quot;
</span><del>-                    RenderBlock {mn} at (25,0) size 9x12
-                      RenderText {#text} at (0,-6) size 8x25
-                        text run at (0,-6) width 8: &quot;1&quot;
-                RenderMathMLBlock (anonymous, flex) at (0,15) size 34x17 [padding: 1 0 0 0]
-                  RenderMathMLRow {mrow} at (0,4) size 34x13
-                    RenderBlock {mi} at (0,3) size 9x9
-                      RenderText {#text} at (0,-9) size 7x25
-                        text run at (0,-9) width 7: &quot;x&quot;
-                    RenderMathMLOperator {mo} at (11,2) size 12x10
-                      RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+                    RenderMathMLToken {mn} at (26,0) size 9x12
+                      RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                        RenderBlock (anonymous) at (0,0) size 8x12
+                          RenderText {#text} at (0,-6) size 8x25
+                            text run at (0,-6) width 8: &quot;1&quot;
+                RenderMathMLBlock (anonymous, flex) at (0,15) size 35x17 [padding: 1 0 0 0]
+                  RenderMathMLRow {mrow} at (0,4) size 35x13
+                    RenderMathMLToken {mi} at (0,3) size 9x9 [padding: 0 2 0 0]
+                      RenderMathMLBlock (anonymous, flex) at (0,0) size 7x9
+                        RenderBlock (anonymous) at (0,0) size 7x9
+                          RenderText {#text} at (0,-9) size 7x25
+                            text run at (0,-9) width 7: &quot;x&quot;
+                    RenderMathMLOperator {mo} at (8,2) size 19x10
+                      RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                         RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                          RenderText {mo} at (0,-8) size 11x25
</del><ins>+                          RenderText at (0,-8) size 11x25
</ins><span class="cx">                             text run at (0,-8) width 11: &quot;+&quot;
</span><del>-                    RenderBlock {mn} at (25,0) size 9x12
-                      RenderText {#text} at (0,-6) size 8x25
-                        text run at (0,-6) width 8: &quot;2&quot;
</del><ins>+                    RenderMathMLToken {mn} at (26,0) size 9x12
+                      RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                        RenderBlock (anonymous) at (0,0) size 8x12
+                          RenderText {#text} at (0,-6) size 8x25
+                            text run at (0,-6) width 8: &quot;2&quot;
</ins><span class="cx">       RenderBlock {p} at (0,159) size 784x22
</span><span class="cx">         RenderText {#text} at (0,4) size 173x17
</span><span class="cx">           text run at (0,4) width 173: &quot;cube root (should be blue): &quot;
</span><span class="lines">@@ -93,11 +113,11 @@
</span><span class="cx">       RenderBlock {p} at (0,197) size 784x22
</span><span class="cx">         RenderText {#text} at (0,4) size 75x17
</span><span class="cx">           text run at (0,4) width 75: &quot;long index: &quot;
</span><del>-        RenderMathMLMath {math} at (75,0) size 61x19 [padding: 0 1 0 1]
</del><ins>+        RenderMathMLMath {math} at (75,0) size 62x19 [padding: 0 1 0 1]
</ins><span class="cx">       RenderBlock {p} at (0,235) size 784x37
</span><span class="cx">         RenderText {#text} at (0,9) size 185x17
</span><span class="cx">           text run at (0,9) width 185: &quot;long index w/ complex base: &quot;
</span><del>-        RenderMathMLMath {math} at (185,0) size 90x38 [padding: 0 1 0 1]
</del><ins>+        RenderMathMLMath {math} at (185,0) size 92x38 [padding: 0 1 0 1]
</ins><span class="cx">       RenderBlock {p} at (0,288) size 784x47
</span><span class="cx">         RenderText {#text} at (0,29) size 75x17
</span><span class="cx">           text run at (0,29) width 75: &quot;high index: &quot;
</span><span class="lines">@@ -105,352 +125,424 @@
</span><span class="cx">       RenderBlock {p} at (0,351) size 784x45
</span><span class="cx">         RenderText {#text} at (0,21) size 155x17
</span><span class="cx">           text run at (0,21) width 155: &quot;Imbricated square roots: &quot;
</span><del>-        RenderMathMLMath {math} at (155,0) size 288x45 [padding: 0 1 0 1]
-          RenderMathMLSquareRoot {msqrt} at (1,0) size 286x45 [intrinsic padding: 3 0 3 12]
-            RenderMathMLRow (anonymous) at (12,3) size 274x39
-              RenderBlock {mn} at (0,21) size 8x12
-                RenderText {#text} at (0,-6) size 8x25
-                  text run at (0,-6) width 8: &quot;1&quot;
-              RenderMathMLOperator {mo} at (11,23) size 12x10
-                RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+        RenderMathMLMath {math} at (155,0) size 293x45 [padding: 0 1 0 1]
+          RenderMathMLSquareRoot {msqrt} at (1,0) size 291x45 [intrinsic padding: 3 0 3 12]
+            RenderMathMLRow (anonymous) at (12,3) size 279x39
+              RenderMathMLToken {mn} at (0,21) size 8x12
+                RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                  RenderBlock (anonymous) at (0,0) size 8x12
+                    RenderText {#text} at (0,-6) size 8x25
+                      text run at (0,-6) width 8: &quot;1&quot;
+              RenderMathMLOperator {mo} at (8,23) size 19x10
+                RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                   RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                    RenderText {mo} at (0,-8) size 11x25
</del><ins>+                    RenderText at (0,-8) size 11x25
</ins><span class="cx">                       text run at (0,-8) width 11: &quot;+&quot;
</span><del>-              RenderMathMLSquareRoot {msqrt} at (25,0) size 249x39 [intrinsic padding: 3 0 3 12]
-                RenderMathMLRow (anonymous) at (12,3) size 236x33
-                  RenderMathMLRow {mrow} at (0,0) size 236x33
-                    RenderBlock {mn} at (0,18) size 8x12
-                      RenderText {#text} at (0,-6) size 8x25
-                        text run at (0,-6) width 8: &quot;2&quot;
-                    RenderMathMLOperator {mo} at (11,20) size 12x10
-                      RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+              RenderMathMLSquareRoot {msqrt} at (26,0) size 253x39 [intrinsic padding: 3 0 3 12]
+                RenderMathMLRow (anonymous) at (12,3) size 241x33
+                  RenderMathMLRow {mrow} at (0,0) size 241x33
+                    RenderMathMLToken {mn} at (0,18) size 8x12
+                      RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                        RenderBlock (anonymous) at (0,0) size 8x12
+                          RenderText {#text} at (0,-6) size 8x25
+                            text run at (0,-6) width 8: &quot;2&quot;
+                    RenderMathMLOperator {mo} at (8,20) size 19x10
+                      RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                         RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                          RenderText {mo} at (0,-8) size 11x25
</del><ins>+                          RenderText at (0,-8) size 11x25
</ins><span class="cx">                             text run at (0,-8) width 11: &quot;+&quot;
</span><del>-                    RenderMathMLSquareRoot {msqrt} at (25,0) size 211x33 [intrinsic padding: 3 0 3 12]
-                      RenderMathMLRow (anonymous) at (12,3) size 199x27
-                        RenderMathMLRow {mrow} at (0,0) size 199x27
-                          RenderBlock {mn} at (0,15) size 8x12
-                            RenderText {#text} at (0,-6) size 8x25
-                              text run at (0,-6) width 8: &quot;3&quot;
-                          RenderMathMLOperator {mo} at (11,17) size 12x10
-                            RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+                    RenderMathMLSquareRoot {msqrt} at (26,0) size 215x33 [intrinsic padding: 3 0 3 12]
+                      RenderMathMLRow (anonymous) at (12,3) size 203x27
+                        RenderMathMLRow {mrow} at (0,0) size 203x27
+                          RenderMathMLToken {mn} at (0,15) size 8x12
+                            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                              RenderBlock (anonymous) at (0,0) size 8x12
+                                RenderText {#text} at (0,-6) size 8x25
+                                  text run at (0,-6) width 8: &quot;3&quot;
+                          RenderMathMLOperator {mo} at (8,17) size 19x10
+                            RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                               RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                                RenderText {mo} at (0,-8) size 11x25
</del><ins>+                                RenderText at (0,-8) size 11x25
</ins><span class="cx">                                   text run at (0,-8) width 11: &quot;+&quot;
</span><del>-                          RenderMathMLSquareRoot {msqrt} at (25,0) size 174x27 [intrinsic padding: 3 0 0 12]
-                            RenderMathMLRow (anonymous) at (12,3) size 162x24
-                              RenderMathMLRow {mrow} at (0,0) size 162x24
-                                RenderBlock {mn} at (0,12) size 8x12
-                                  RenderText {#text} at (0,-6) size 8x25
-                                    text run at (0,-6) width 8: &quot;4&quot;
-                                RenderMathMLOperator {mo} at (11,14) size 12x10
-                                  RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+                          RenderMathMLSquareRoot {msqrt} at (26,0) size 177x27 [intrinsic padding: 3 0 0 12]
+                            RenderMathMLRow (anonymous) at (12,3) size 164x24
+                              RenderMathMLRow {mrow} at (0,0) size 164x24
+                                RenderMathMLToken {mn} at (0,12) size 8x12
+                                  RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                                    RenderBlock (anonymous) at (0,0) size 8x12
+                                      RenderText {#text} at (0,-6) size 8x25
+                                        text run at (0,-6) width 8: &quot;4&quot;
+                                RenderMathMLOperator {mo} at (8,14) size 19x10
+                                  RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                                     RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                                      RenderText {mo} at (0,-8) size 11x25
</del><ins>+                                      RenderText at (0,-8) size 11x25
</ins><span class="cx">                                         text run at (0,-8) width 11: &quot;+&quot;
</span><del>-                                RenderMathMLSquareRoot {msqrt} at (25,0) size 137x24 [intrinsic padding: 3 0 0 12]
-                                  RenderMathMLRow (anonymous) at (12,3) size 124x21
-                                    RenderMathMLRow {mrow} at (0,0) size 124x21
-                                      RenderBlock {mn} at (0,8) size 8x13
-                                        RenderText {#text} at (0,-5) size 8x25
-                                          text run at (0,-5) width 8: &quot;5&quot;
-                                      RenderMathMLOperator {mo} at (11,11) size 12x10
-                                        RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+                                RenderMathMLSquareRoot {msqrt} at (26,0) size 138x24 [intrinsic padding: 3 0 0 12]
+                                  RenderMathMLRow (anonymous) at (12,3) size 126x21
+                                    RenderMathMLRow {mrow} at (0,0) size 126x21
+                                      RenderMathMLToken {mn} at (0,8) size 8x13
+                                        RenderMathMLBlock (anonymous, flex) at (0,0) size 8x13
+                                          RenderBlock (anonymous) at (0,0) size 8x13
+                                            RenderText {#text} at (0,-5) size 8x25
+                                              text run at (0,-5) width 8: &quot;5&quot;
+                                      RenderMathMLOperator {mo} at (8,11) size 19x10
+                                        RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                                           RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                                            RenderText {mo} at (0,-8) size 11x25
</del><ins>+                                            RenderText at (0,-8) size 11x25
</ins><span class="cx">                                               text run at (0,-8) width 11: &quot;+&quot;
</span><del>-                                      RenderMathMLSquareRoot {msqrt} at (25,0) size 99x21 [intrinsic padding: 3 0 0 12]
-                                        RenderMathMLRow (anonymous) at (12,3) size 87x18
-                                          RenderMathMLRow {mrow} at (0,0) size 87x18
-                                            RenderBlock {mn} at (0,6) size 8x12
-                                              RenderText {#text} at (0,-6) size 8x25
-                                                text run at (0,-6) width 8: &quot;6&quot;
-                                            RenderMathMLOperator {mo} at (11,8) size 12x10
-                                              RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+                                      RenderMathMLSquareRoot {msqrt} at (26,0) size 100x21 [intrinsic padding: 3 0 0 12]
+                                        RenderMathMLRow (anonymous) at (12,3) size 88x18
+                                          RenderMathMLRow {mrow} at (0,0) size 88x18
+                                            RenderMathMLToken {mn} at (0,6) size 8x12
+                                              RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                                                RenderBlock (anonymous) at (0,0) size 8x12
+                                                  RenderText {#text} at (0,-6) size 8x25
+                                                    text run at (0,-6) width 8: &quot;6&quot;
+                                            RenderMathMLOperator {mo} at (8,8) size 19x10
+                                              RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                                                 RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                                                  RenderText {mo} at (0,-8) size 11x25
</del><ins>+                                                  RenderText at (0,-8) size 11x25
</ins><span class="cx">                                                     text run at (0,-8) width 11: &quot;+&quot;
</span><del>-                                            RenderMathMLSquareRoot {msqrt} at (25,0) size 62x18 [intrinsic padding: 3 0 0 12]
-                                              RenderMathMLRow (anonymous) at (12,3) size 49x15
-                                                RenderMathMLRow {mrow} at (0,0) size 49x15
-                                                  RenderBlock {mn} at (0,3) size 8x12
-                                                    RenderText {#text} at (0,-6) size 8x25
-                                                      text run at (0,-6) width 8: &quot;7&quot;
-                                                  RenderMathMLOperator {mo} at (11,5) size 12x10
-                                                    RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+                                            RenderMathMLSquareRoot {msqrt} at (26,0) size 62x18 [intrinsic padding: 3 0 0 12]
+                                              RenderMathMLRow (anonymous) at (12,3) size 50x15
+                                                RenderMathMLRow {mrow} at (0,0) size 50x15
+                                                  RenderMathMLToken {mn} at (0,3) size 8x12
+                                                    RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                                                      RenderBlock (anonymous) at (0,0) size 8x12
+                                                        RenderText {#text} at (0,-6) size 8x25
+                                                          text run at (0,-6) width 8: &quot;7&quot;
+                                                  RenderMathMLOperator {mo} at (8,5) size 19x10
+                                                    RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                                                       RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                                                        RenderText {mo} at (0,-8) size 11x25
</del><ins>+                                                        RenderText at (0,-8) size 11x25
</ins><span class="cx">                                                           text run at (0,-8) width 11: &quot;+&quot;
</span><del>-                                                  RenderMathMLSquareRoot {msqrt} at (25,0) size 24x15 [intrinsic padding: 3 0 0 12]
</del><ins>+                                                  RenderMathMLSquareRoot {msqrt} at (26,0) size 24x15 [intrinsic padding: 3 0 0 12]
</ins><span class="cx">                                                     RenderMathMLRow (anonymous) at (12,3) size 12x12
</span><del>-                                                      RenderBlock {mi} at (0,0) size 12x12
-                                                        RenderText {#text} at (0,-6) size 10x25
-                                                          text run at (0,-6) width 10: &quot;A&quot;
</del><ins>+                                                      RenderMathMLToken {mi} at (0,0) size 12x12 [padding: 0 2 0 0]
+                                                        RenderMathMLBlock (anonymous, flex) at (0,0) size 10x12
+                                                          RenderBlock (anonymous) at (0,0) size 10x12
+                                                            RenderText {#text} at (0,-6) size 10x25
+                                                              text run at (0,-6) width 10: &quot;A&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {p} at (0,412) size 784x74
</span><span class="cx">         RenderText {#text} at (0,38) size 110x17
</span><span class="cx">           text run at (0,38) width 110: &quot;Imbricated roots: &quot;
</span><del>-        RenderMathMLMath {math} at (110,0) size 349x74 [padding: 0 1 0 1]
</del><ins>+        RenderMathMLMath {math} at (110,0) size 355x74 [padding: 0 1 0 1]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {p} at (0,502) size 784x36
-        RenderText {#text} at (0,0) size 306x17
-          text run at (0,0) width 306: &quot;Don't wrap this wide line with an implicit mrow:&quot;
-        RenderBR {br} at (306,0) size 0x17
-        RenderMathMLMath {math} at (0,21) size 828x15 [padding: 0 1 0 1]
-          RenderMathMLSquareRoot {msqrt} at (1,0) size 826x15 [intrinsic padding: 3 0 0 12]
-            RenderMathMLRow (anonymous) at (12,3) size 814x12
-              RenderBlock {mi} at (0,0) size 407x9
-                RenderText {#text} at (0,-9) size 7x25
-                  text run at (0,-9) width 7: &quot;x&quot;
-              RenderBlock {mi} at (407,0) size 407x12
-                RenderText {#text} at (0,-9) size 7x25
-                  text run at (0,-9) width 7: &quot;y&quot;
-        RenderText {#text} at (0,0) size 0x0
</del><span class="cx"> layer at (182,175) size 21x19
</span><span class="cx">   RenderMathMLRoot {mroot} at (1,0) size 21x19 [intrinsic padding: 7 0 0 13]
</span><span class="cx">     RenderMathMLRow (anonymous) at (13,7) size 8x12
</span><del>-      RenderBlock {mn} at (0,0) size 8x12
-        RenderText {#text} at (0,-6) size 8x25
-          text run at (0,-6) width 8: &quot;2&quot;
</del><ins>+      RenderMathMLToken {mn} at (0,0) size 8x12
+        RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+          RenderBlock (anonymous) at (0,0) size 8x12
+            RenderText {#text} at (0,-6) size 8x25
+              text run at (0,-6) width 8: &quot;2&quot;
</ins><span class="cx"> layer at (182,175) size 13x14
</span><del>-  RenderBlock (positioned) {mn} at (0,0) size 14x15
-    RenderText {#text} at (2,-4) size 6x19
-      text run at (2,-4) width 6: &quot;3&quot;
-layer at (84,213) size 59x19
-  RenderMathMLRoot {mroot} at (1,0) size 59x19 [intrinsic padding: 7 0 0 51]
-    RenderMathMLRow (anonymous) at (51,7) size 8x12
-      RenderBlock {mn} at (0,0) size 8x12
-        RenderText {#text} at (0,-6) size 8x25
-          text run at (0,-6) width 8: &quot;2&quot;
-layer at (84,213) size 51x14
-  RenderMathMLRow {mrow} at (0,0) size 52x15 [padding: 0 5 4 2]
-    RenderBlock {mi} at (2,1) size 7x7
-      RenderText {#text} at (0,-7) size 5x19
-        text run at (0,-7) width 5: &quot;x&quot;
-    RenderMathMLOperator {mo} at (10,0) size 9x8
-      RenderMathMLBlock (flex) {mo} at (0,0) size 8x8
</del><ins>+  RenderMathMLToken {mn} at (0,0) size 14x15 [padding: 0 5 4 2]
+    RenderMathMLBlock (anonymous, flex) at (2,0) size 7x10
+      RenderBlock (anonymous) at (0,0) size 6x10
+        RenderText {#text} at (0,-4) size 6x19
+          text run at (0,-4) width 6: &quot;3&quot;
+layer at (84,213) size 60x19
+  RenderMathMLRoot {mroot} at (1,0) size 60x19 [intrinsic padding: 7 0 0 52]
+    RenderMathMLRow (anonymous) at (52,7) size 8x12
+      RenderMathMLToken {mn} at (0,0) size 8x12
+        RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+          RenderBlock (anonymous) at (0,0) size 8x12
+            RenderText {#text} at (0,-6) size 8x25
+              text run at (0,-6) width 8: &quot;2&quot;
+layer at (84,213) size 52x14
+  RenderMathMLRow {mrow} at (0,0) size 53x15 [padding: 0 5 4 2]
+    RenderMathMLToken {mi} at (2,1) size 7x7 [padding: 0 1 0 0]
+      RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
+        RenderBlock (anonymous) at (0,0) size 5x7
+          RenderText {#text} at (0,-7) size 5x19
+            text run at (0,-7) width 5: &quot;x&quot;
+    RenderMathMLOperator {mo} at (8,0) size 14x8
+      RenderMathMLBlock (anonymous, flex) at (2,0) size 9x8
</ins><span class="cx">         RenderBlock (anonymous) at (0,0) size 8x8
</span><del>-          RenderText {mo} at (0,-6) size 8x19
</del><ins>+          RenderText at (0,-6) size 8x19
</ins><span class="cx">             text run at (0,-6) width 8: &quot;+&quot;
</span><del>-    RenderBlock {mi} at (21,1) size 7x9
-      RenderText {#text} at (0,-7) size 5x19
-        text run at (0,-7) width 5: &quot;y&quot;
-    RenderMathMLOperator {mo} at (29,0) size 9x8
-      RenderMathMLBlock (flex) {mo} at (0,0) size 8x8
</del><ins>+    RenderMathMLToken {mi} at (21,1) size 8x9 [padding: 0 1 0 0]
+      RenderMathMLBlock (anonymous, flex) at (0,0) size 5x9
+        RenderBlock (anonymous) at (0,0) size 5x9
+          RenderText {#text} at (0,-7) size 5x19
+            text run at (0,-7) width 5: &quot;y&quot;
+    RenderMathMLOperator {mo} at (28,0) size 14x8
+      RenderMathMLBlock (anonymous, flex) at (2,0) size 9x8
</ins><span class="cx">         RenderBlock (anonymous) at (0,0) size 8x8
</span><del>-          RenderText {mo} at (0,-6) size 8x19
</del><ins>+          RenderText at (0,-6) size 8x19
</ins><span class="cx">             text run at (0,-6) width 8: &quot;+&quot;
</span><del>-    RenderBlock {mi} at (40,1) size 7x7
-      RenderText {#text} at (0,-7) size 5x19
-        text run at (0,-7) width 5: &quot;z&quot;
-layer at (194,251) size 88x37
-  RenderMathMLRoot {mroot} at (1,0) size 88x38 [intrinsic padding: 3 0 3 52]
-    RenderMathMLRow (anonymous) at (52,3) size 36x32
-      RenderMathMLFraction {mfrac} at (1,0) size 34x32
-        RenderMathMLBlock (anonymous, flex) at (0,0) size 34x16
-          RenderMathMLRow {mrow} at (0,0) size 34x12
-            RenderBlock {mi} at (0,3) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderMathMLOperator {mo} at (11,2) size 12x10
-              RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+    RenderMathMLToken {mi} at (41,1) size 7x7 [padding: 0 1 0 0]
+      RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
+        RenderBlock (anonymous) at (0,0) size 5x7
+          RenderText {#text} at (0,-7) size 5x19
+            text run at (0,-7) width 5: &quot;z&quot;
+layer at (194,251) size 90x37
+  RenderMathMLRoot {mroot} at (1,0) size 90x38 [intrinsic padding: 3 0 3 53]
+    RenderMathMLRow (anonymous) at (53,3) size 37x32
+      RenderMathMLFraction {mfrac} at (1,0) size 35x32
+        RenderMathMLBlock (anonymous, flex) at (0,0) size 35x16
+          RenderMathMLRow {mrow} at (0,0) size 35x12
+            RenderMathMLToken {mi} at (0,3) size 9x9 [padding: 0 2 0 0]
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 7x9
+                RenderBlock (anonymous) at (0,0) size 7x9
+                  RenderText {#text} at (0,-9) size 7x25
+                    text run at (0,-9) width 7: &quot;x&quot;
+            RenderMathMLOperator {mo} at (8,2) size 19x10
+              RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                 RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                  RenderText {mo} at (0,-8) size 11x25
</del><ins>+                  RenderText at (0,-8) size 11x25
</ins><span class="cx">                     text run at (0,-8) width 11: &quot;+&quot;
</span><del>-            RenderBlock {mn} at (25,0) size 9x12
-              RenderText {#text} at (0,-6) size 8x25
-                text run at (0,-6) width 8: &quot;1&quot;
-        RenderMathMLBlock (anonymous, flex) at (0,15) size 34x17 [padding: 1 0 0 0]
-          RenderMathMLRow {mrow} at (0,4) size 34x13
-            RenderBlock {mi} at (0,3) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderMathMLOperator {mo} at (11,2) size 12x10
-              RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+            RenderMathMLToken {mn} at (26,0) size 9x12
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                RenderBlock (anonymous) at (0,0) size 8x12
+                  RenderText {#text} at (0,-6) size 8x25
+                    text run at (0,-6) width 8: &quot;1&quot;
+        RenderMathMLBlock (anonymous, flex) at (0,15) size 35x17 [padding: 1 0 0 0]
+          RenderMathMLRow {mrow} at (0,4) size 35x13
+            RenderMathMLToken {mi} at (0,3) size 9x9 [padding: 0 2 0 0]
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 7x9
+                RenderBlock (anonymous) at (0,0) size 7x9
+                  RenderText {#text} at (0,-9) size 7x25
+                    text run at (0,-9) width 7: &quot;x&quot;
+            RenderMathMLOperator {mo} at (8,2) size 19x10
+              RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                 RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                  RenderText {mo} at (0,-8) size 11x25
</del><ins>+                  RenderText at (0,-8) size 11x25
</ins><span class="cx">                     text run at (0,-8) width 11: &quot;+&quot;
</span><del>-            RenderBlock {mn} at (25,0) size 9x12
-              RenderText {#text} at (0,-6) size 8x25
-                text run at (0,-6) width 8: &quot;2&quot;
-layer at (194,259) size 51x14
-  RenderMathMLRow {mrow} at (0,8) size 52x15 [padding: 0 5 4 2]
-    RenderBlock {mi} at (2,1) size 7x7
-      RenderText {#text} at (0,-7) size 5x19
-        text run at (0,-7) width 5: &quot;x&quot;
-    RenderMathMLOperator {mo} at (10,0) size 9x8
-      RenderMathMLBlock (flex) {mo} at (0,0) size 8x8
</del><ins>+            RenderMathMLToken {mn} at (26,0) size 9x12
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                RenderBlock (anonymous) at (0,0) size 8x12
+                  RenderText {#text} at (0,-6) size 8x25
+                    text run at (0,-6) width 8: &quot;2&quot;
+layer at (194,259) size 52x14
+  RenderMathMLRow {mrow} at (0,8) size 53x15 [padding: 0 5 4 2]
+    RenderMathMLToken {mi} at (2,1) size 7x7 [padding: 0 1 0 0]
+      RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
+        RenderBlock (anonymous) at (0,0) size 5x7
+          RenderText {#text} at (0,-7) size 5x19
+            text run at (0,-7) width 5: &quot;x&quot;
+    RenderMathMLOperator {mo} at (8,0) size 14x8
+      RenderMathMLBlock (anonymous, flex) at (2,0) size 9x8
</ins><span class="cx">         RenderBlock (anonymous) at (0,0) size 8x8
</span><del>-          RenderText {mo} at (0,-6) size 8x19
</del><ins>+          RenderText at (0,-6) size 8x19
</ins><span class="cx">             text run at (0,-6) width 8: &quot;+&quot;
</span><del>-    RenderBlock {mi} at (21,1) size 7x9
-      RenderText {#text} at (0,-7) size 5x19
-        text run at (0,-7) width 5: &quot;y&quot;
-    RenderMathMLOperator {mo} at (29,0) size 9x8
-      RenderMathMLBlock (flex) {mo} at (0,0) size 8x8
</del><ins>+    RenderMathMLToken {mi} at (21,1) size 8x9 [padding: 0 1 0 0]
+      RenderMathMLBlock (anonymous, flex) at (0,0) size 5x9
+        RenderBlock (anonymous) at (0,0) size 5x9
+          RenderText {#text} at (0,-7) size 5x19
+            text run at (0,-7) width 5: &quot;y&quot;
+    RenderMathMLOperator {mo} at (28,0) size 14x8
+      RenderMathMLBlock (anonymous, flex) at (2,0) size 9x8
</ins><span class="cx">         RenderBlock (anonymous) at (0,0) size 8x8
</span><del>-          RenderText {mo} at (0,-6) size 8x19
</del><ins>+          RenderText at (0,-6) size 8x19
</ins><span class="cx">             text run at (0,-6) width 8: &quot;+&quot;
</span><del>-    RenderBlock {mi} at (40,1) size 7x7
-      RenderText {#text} at (0,-7) size 5x19
-        text run at (0,-7) width 5: &quot;z&quot;
</del><ins>+    RenderMathMLToken {mi} at (41,1) size 7x7 [padding: 0 1 0 0]
+      RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
+        RenderBlock (anonymous) at (0,0) size 5x7
+          RenderText {#text} at (0,-7) size 5x19
+            text run at (0,-7) width 5: &quot;z&quot;
</ins><span class="cx"> layer at (84,304) size 23x44
</span><span class="cx">   RenderMathMLRoot {mroot} at (1,0) size 23x44 [intrinsic padding: 32 0 0 15]
</span><span class="cx">     RenderMathMLRow (anonymous) at (15,32) size 8x12
</span><del>-      RenderBlock {mn} at (0,0) size 8x12
-        RenderText {#text} at (0,-6) size 8x25
-          text run at (0,-6) width 8: &quot;2&quot;
</del><ins>+      RenderMathMLToken {mn} at (0,0) size 8x12
+        RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+          RenderBlock (anonymous) at (0,0) size 8x12
+            RenderText {#text} at (0,-6) size 8x25
+              text run at (0,-6) width 8: &quot;2&quot;
</ins><span class="cx"> layer at (85,304) size 15x39
</span><span class="cx">   RenderMathMLFraction {mfrac} at (1,0) size 16x39 [padding: 0 5 4 2]
</span><span class="cx">     RenderMathMLBlock (anonymous, flex) at (2,0) size 9x25
</span><span class="cx">       RenderMathMLFraction {mfrac} at (1,0) size 7x22
</span><span class="cx">         RenderMathMLBlock (anonymous, flex) at (0,0) size 7x10
</span><del>-          RenderBlock {mi} at (0,0) size 7x7
-            RenderText {#text} at (0,-7) size 5x19
-              text run at (0,-7) width 5: &quot;x&quot;
</del><ins>+          RenderMathMLToken {mi} at (0,0) size 7x7 [padding: 0 1 0 0]
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
+              RenderBlock (anonymous) at (0,0) size 5x7
+                RenderText {#text} at (0,-7) size 5x19
+                  text run at (0,-7) width 5: &quot;x&quot;
</ins><span class="cx">         RenderMathMLBlock (anonymous, flex) at (0,9) size 7x13 [padding: 1 0 0 0]
</span><del>-          RenderBlock {mi} at (0,3) size 7x10
</del><ins>+          RenderMathMLToken {mi} at (0,3) size 7x10 [padding: 0 1 0 0]
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 5x9
+              RenderBlock (anonymous) at (0,0) size 5x9
+                RenderText {#text} at (0,-7) size 5x19
+                  text run at (0,-7) width 5: &quot;y&quot;
+    RenderMathMLBlock (anonymous, flex) at (2,24) size 9x11 [padding: 1 0 0 0]
+      RenderMathMLToken {mi} at (1,3) size 7x8 [padding: 0 1 0 0]
+        RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
+          RenderBlock (anonymous) at (0,0) size 5x7
</ins><span class="cx">             RenderText {#text} at (0,-7) size 5x19
</span><del>-              text run at (0,-7) width 5: &quot;y&quot;
-    RenderMathMLBlock (anonymous, flex) at (2,24) size 9x11 [padding: 1 0 0 0]
-      RenderBlock {mi} at (1,3) size 7x8
-        RenderText {#text} at (0,-7) size 5x19
-          text run at (0,-7) width 5: &quot;z&quot;
-layer at (119,428) size 346x74
-  RenderMathMLRoot {mroot} at (1,0) size 347x74 [intrinsic padding: 3 0 3 19]
-    RenderMathMLRow (anonymous) at (19,3) size 328x68
-      RenderMathMLRow {mrow} at (0,0) size 328x68
-        RenderBlock {mn} at (0,38) size 8x12
-          RenderText {#text} at (0,-6) size 8x25
-            text run at (0,-6) width 8: &quot;1&quot;
-        RenderMathMLOperator {mo} at (11,40) size 12x10
-          RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+              text run at (0,-7) width 5: &quot;z&quot;
+layer at (119,428) size 352x74
+  RenderMathMLRoot {mroot} at (1,0) size 353x74 [intrinsic padding: 3 0 3 19]
+    RenderMathMLRow (anonymous) at (19,3) size 334x68
+      RenderMathMLRow {mrow} at (0,0) size 334x68
+        RenderMathMLToken {mn} at (0,38) size 8x12
+          RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+            RenderBlock (anonymous) at (0,0) size 8x12
+              RenderText {#text} at (0,-6) size 8x25
+                text run at (0,-6) width 8: &quot;1&quot;
+        RenderMathMLOperator {mo} at (8,40) size 19x10
+          RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-              RenderText {mo} at (0,-8) size 11x25
</del><ins>+              RenderText at (0,-8) size 11x25
</ins><span class="cx">                 text run at (0,-8) width 11: &quot;+&quot;
</span><del>-layer at (163,431) size 302x68
-  RenderMathMLRoot {mroot} at (25,0) size 303x68 [intrinsic padding: 3 0 3 19]
-    RenderMathMLRow (anonymous) at (19,3) size 283x62
-      RenderMathMLRow {mrow} at (0,0) size 283x62
-        RenderBlock {mn} at (0,35) size 8x12
-          RenderText {#text} at (0,-6) size 8x25
-            text run at (0,-6) width 8: &quot;2&quot;
-        RenderMathMLOperator {mo} at (11,37) size 12x10
-          RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+layer at (164,431) size 307x68
+  RenderMathMLRoot {mroot} at (26,0) size 308x68 [intrinsic padding: 3 0 3 19]
+    RenderMathMLRow (anonymous) at (19,3) size 289x62
+      RenderMathMLRow {mrow} at (0,0) size 289x62
+        RenderMathMLToken {mn} at (0,35) size 8x12
+          RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+            RenderBlock (anonymous) at (0,0) size 8x12
+              RenderText {#text} at (0,-6) size 8x25
+                text run at (0,-6) width 8: &quot;2&quot;
+        RenderMathMLOperator {mo} at (8,37) size 19x10
+          RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-              RenderText {mo} at (0,-8) size 11x25
</del><ins>+              RenderText at (0,-8) size 11x25
</ins><span class="cx">                 text run at (0,-8) width 11: &quot;+&quot;
</span><del>-layer at (208,434) size 258x62
-  RenderMathMLRoot {mroot} at (25,0) size 258x62 [intrinsic padding: 3 0 3 19]
-    RenderMathMLRow (anonymous) at (19,3) size 239x56
-      RenderMathMLRow {mrow} at (0,0) size 239x56
-        RenderBlock {mn} at (0,32) size 8x12
-          RenderText {#text} at (0,-6) size 8x25
-            text run at (0,-6) width 8: &quot;3&quot;
-        RenderMathMLOperator {mo} at (11,34) size 12x10
-          RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+layer at (209,434) size 262x62
+  RenderMathMLRoot {mroot} at (26,0) size 263x62 [intrinsic padding: 3 0 3 19]
+    RenderMathMLRow (anonymous) at (19,3) size 244x56
+      RenderMathMLRow {mrow} at (0,0) size 244x56
+        RenderMathMLToken {mn} at (0,32) size 8x12
+          RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+            RenderBlock (anonymous) at (0,0) size 8x12
+              RenderText {#text} at (0,-6) size 8x25
+                text run at (0,-6) width 8: &quot;3&quot;
+        RenderMathMLOperator {mo} at (8,34) size 19x10
+          RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-              RenderText {mo} at (0,-8) size 11x25
</del><ins>+              RenderText at (0,-8) size 11x25
</ins><span class="cx">                 text run at (0,-8) width 11: &quot;+&quot;
</span><del>-layer at (252,437) size 213x56
-  RenderMathMLRoot {mroot} at (25,0) size 214x56 [intrinsic padding: 3 0 3 19]
-    RenderMathMLRow (anonymous) at (19,3) size 195x50
-      RenderMathMLRow {mrow} at (0,0) size 195x50
-        RenderBlock {mn} at (0,29) size 8x12
-          RenderText {#text} at (0,-6) size 8x25
-            text run at (0,-6) width 8: &quot;4&quot;
-        RenderMathMLOperator {mo} at (11,31) size 12x10
-          RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+layer at (254,437) size 217x56
+  RenderMathMLRoot {mroot} at (26,0) size 218x56 [intrinsic padding: 3 0 3 19]
+    RenderMathMLRow (anonymous) at (19,3) size 198x50
+      RenderMathMLRow {mrow} at (0,0) size 198x50
+        RenderMathMLToken {mn} at (0,29) size 8x12
+          RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+            RenderBlock (anonymous) at (0,0) size 8x12
+              RenderText {#text} at (0,-6) size 8x25
+                text run at (0,-6) width 8: &quot;4&quot;
+        RenderMathMLOperator {mo} at (8,31) size 19x10
+          RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-              RenderText {mo} at (0,-8) size 11x25
</del><ins>+              RenderText at (0,-8) size 11x25
</ins><span class="cx">                 text run at (0,-8) width 11: &quot;+&quot;
</span><del>-layer at (297,440) size 169x50
-  RenderMathMLRoot {mroot} at (25,0) size 170x50 [intrinsic padding: 3 0 3 18]
-    RenderMathMLRow (anonymous) at (18,3) size 151x44
-      RenderMathMLRow {mrow} at (0,0) size 151x44
-        RenderBlock {mn} at (0,25) size 8x13
-          RenderText {#text} at (0,-5) size 8x25
-            text run at (0,-5) width 8: &quot;5&quot;
-        RenderMathMLOperator {mo} at (11,28) size 12x10
-          RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+layer at (299,440) size 172x50
+  RenderMathMLRoot {mroot} at (26,0) size 172x50 [intrinsic padding: 3 0 3 18]
+    RenderMathMLRow (anonymous) at (18,3) size 154x44
+      RenderMathMLRow {mrow} at (0,0) size 154x44
+        RenderMathMLToken {mn} at (0,25) size 8x13
+          RenderMathMLBlock (anonymous, flex) at (0,0) size 8x13
+            RenderBlock (anonymous) at (0,0) size 8x13
+              RenderText {#text} at (0,-5) size 8x25
+                text run at (0,-5) width 8: &quot;5&quot;
+        RenderMathMLOperator {mo} at (8,28) size 19x10
+          RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-              RenderText {mo} at (0,-8) size 11x25
</del><ins>+              RenderText at (0,-8) size 11x25
</ins><span class="cx">                 text run at (0,-8) width 11: &quot;+&quot;
</span><del>-layer at (340,443) size 126x44
-  RenderMathMLRoot {mroot} at (25,0) size 126x44 [intrinsic padding: 3 0 3 16]
-    RenderMathMLRow (anonymous) at (16,3) size 110x38
-      RenderMathMLRow {mrow} at (0,0) size 110x38
-        RenderBlock {mn} at (0,23) size 8x12
-          RenderText {#text} at (0,-6) size 8x25
-            text run at (0,-6) width 8: &quot;6&quot;
-        RenderMathMLOperator {mo} at (11,25) size 12x10
-          RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+layer at (343,443) size 128x44
+  RenderMathMLRoot {mroot} at (26,0) size 128x44 [intrinsic padding: 3 0 3 16]
+    RenderMathMLRow (anonymous) at (16,3) size 112x38
+      RenderMathMLRow {mrow} at (0,0) size 112x38
+        RenderMathMLToken {mn} at (0,23) size 8x12
+          RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+            RenderBlock (anonymous) at (0,0) size 8x12
+              RenderText {#text} at (0,-6) size 8x25
+                text run at (0,-6) width 8: &quot;6&quot;
+        RenderMathMLOperator {mo} at (8,25) size 19x10
+          RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-              RenderText {mo} at (0,-8) size 11x25
</del><ins>+              RenderText at (0,-8) size 11x25
</ins><span class="cx">                 text run at (0,-8) width 11: &quot;+&quot;
</span><del>-layer at (381,446) size 84x38
-  RenderMathMLRoot {mroot} at (25,0) size 85x38 [intrinsic padding: 3 0 3 15]
-    RenderMathMLRow (anonymous) at (15,3) size 69x32
-      RenderMathMLRow {mrow} at (0,0) size 69x32
-        RenderBlock {mn} at (0,20) size 8x12
-          RenderText {#text} at (0,-6) size 8x25
-            text run at (0,-6) width 8: &quot;7&quot;
-        RenderMathMLOperator {mo} at (11,22) size 12x10
-          RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+layer at (386,446) size 86x38
+  RenderMathMLRoot {mroot} at (26,0) size 86x38 [intrinsic padding: 3 0 3 15]
+    RenderMathMLRow (anonymous) at (15,3) size 71x32
+      RenderMathMLRow {mrow} at (0,0) size 71x32
+        RenderMathMLToken {mn} at (0,20) size 8x12
+          RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+            RenderBlock (anonymous) at (0,0) size 8x12
+              RenderText {#text} at (0,-6) size 8x25
+                text run at (0,-6) width 8: &quot;7&quot;
+        RenderMathMLOperator {mo} at (8,22) size 19x10
+          RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-              RenderText {mo} at (0,-8) size 11x25
</del><ins>+              RenderText at (0,-8) size 11x25
</ins><span class="cx">                 text run at (0,-8) width 11: &quot;+&quot;
</span><del>-layer at (422,449) size 44x32
-  RenderMathMLRoot {mroot} at (25,0) size 44x32 [intrinsic padding: 20 0 0 32]
-    RenderMathMLRow (anonymous) at (32,20) size 12x12
-      RenderBlock {mi} at (0,0) size 12x12
-        RenderText {#text} at (0,-6) size 10x25
-          text run at (0,-6) width 10: &quot;A&quot;
-layer at (423,449) size 32x27
</del><ins>+layer at (427,449) size 45x32
+  RenderMathMLRoot {mroot} at (26,0) size 45x32 [intrinsic padding: 20 0 0 33]
+    RenderMathMLRow (anonymous) at (33,20) size 12x12
+      RenderMathMLToken {mi} at (0,0) size 12x12 [padding: 0 2 0 0]
+        RenderMathMLBlock (anonymous, flex) at (0,0) size 10x12
+          RenderBlock (anonymous) at (0,0) size 10x12
+            RenderText {#text} at (0,-6) size 10x25
+              text run at (0,-6) width 10: &quot;A&quot;
+layer at (428,449) size 33x27
</ins><span class="cx">   RenderMathMLFraction {mfrac} at (1,0) size 33x27 [padding: 0 5 4 2]
</span><del>-    RenderMathMLBlock (anonymous, flex) at (2,0) size 26x13
</del><ins>+    RenderMathMLBlock (anonymous, flex) at (2,0) size 27x13
</ins><span class="cx">       RenderMathMLRow {mrow} at (0,0) size 26x10
</span><del>-        RenderBlock {mi} at (0,1) size 7x7
-          RenderText {#text} at (0,-7) size 5x19
-            text run at (0,-7) width 5: &quot;x&quot;
-        RenderMathMLOperator {mo} at (8,0) size 9x8
-          RenderMathMLBlock (flex) {mo} at (0,0) size 8x8
</del><ins>+        RenderMathMLToken {mi} at (0,1) size 7x7 [padding: 0 1 0 0]
+          RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
+            RenderBlock (anonymous) at (0,0) size 5x7
+              RenderText {#text} at (0,-7) size 5x19
+                text run at (0,-7) width 5: &quot;x&quot;
+        RenderMathMLOperator {mo} at (6,0) size 14x8
+          RenderMathMLBlock (anonymous, flex) at (2,0) size 9x8
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 8x8
</span><del>-              RenderText {mo} at (0,-6) size 8x19
</del><ins>+              RenderText at (0,-6) size 8x19
</ins><span class="cx">                 text run at (0,-6) width 8: &quot;+&quot;
</span><del>-        RenderBlock {mi} at (18,1) size 8x9
-          RenderText {#text} at (0,-7) size 5x19
-            text run at (0,-7) width 5: &quot;y&quot;
-    RenderMathMLBlock (anonymous, flex) at (2,12) size 26x11 [padding: 1 0 0 0]
-      RenderBlock {mi} at (9,3) size 7x8
-        RenderText {#text} at (0,-7) size 5x19
-          text run at (0,-7) width 5: &quot;z&quot;
-layer at (381,455) size 13x14
-  RenderBlock (positioned) {mn} at (0,9) size 14x15
-    RenderText {#text} at (2,-4) size 6x19
-      text run at (2,-4) width 6: &quot;9&quot;
-layer at (340,456) size 13x14
-  RenderBlock (positioned) {mn} at (0,13) size 14x15
-    RenderText {#text} at (2,-4) size 6x19
-      text run at (2,-4) width 6: &quot;8&quot;
-layer at (297,457) size 13x13
-  RenderBlock (positioned) {mn} at (0,17) size 14x14
-    RenderText {#text} at (2,-5) size 6x19
-      text run at (2,-5) width 6: &quot;7&quot;
-layer at (252,457) size 13x14
-  RenderBlock (positioned) {mn} at (0,20) size 14x15
-    RenderText {#text} at (2,-4) size 6x19
-      text run at (2,-4) width 6: &quot;6&quot;
-layer at (208,458) size 13x14
-  RenderBlock (positioned) {mn} at (0,24) size 14x15
-    RenderText {#text} at (2,-4) size 6x19
-      text run at (2,-4) width 6: &quot;5&quot;
-layer at (163,459) size 13x14
-  RenderBlock (positioned) {mn} at (0,28) size 14x15
-    RenderText {#text} at (2,-4) size 6x19
-      text run at (2,-4) width 6: &quot;4&quot;
</del><ins>+        RenderMathMLToken {mi} at (19,1) size 7x9 [padding: 0 1 0 0]
+          RenderMathMLBlock (anonymous, flex) at (0,0) size 5x9
+            RenderBlock (anonymous) at (0,0) size 5x9
+              RenderText {#text} at (0,-7) size 5x19
+                text run at (0,-7) width 5: &quot;y&quot;
+    RenderMathMLBlock (anonymous, flex) at (2,12) size 27x11 [padding: 1 0 0 0]
+      RenderMathMLToken {mi} at (9,3) size 7x8 [padding: 0 1 0 0]
+        RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
+          RenderBlock (anonymous) at (0,0) size 5x7
+            RenderText {#text} at (0,-7) size 5x19
+              text run at (0,-7) width 5: &quot;z&quot;
+layer at (386,455) size 13x14
+  RenderMathMLToken {mn} at (0,9) size 14x15 [padding: 0 5 4 2]
+    RenderMathMLBlock (anonymous, flex) at (2,0) size 7x10
+      RenderBlock (anonymous) at (0,0) size 6x10
+        RenderText {#text} at (0,-4) size 6x19
+          text run at (0,-4) width 6: &quot;9&quot;
+layer at (343,456) size 13x14
+  RenderMathMLToken {mn} at (0,13) size 14x15 [padding: 0 5 4 2]
+    RenderMathMLBlock (anonymous, flex) at (2,0) size 7x10
+      RenderBlock (anonymous) at (0,0) size 6x10
+        RenderText {#text} at (0,-4) size 6x19
+          text run at (0,-4) width 6: &quot;8&quot;
+layer at (299,457) size 13x13
+  RenderMathMLToken {mn} at (0,17) size 14x14 [padding: 0 5 4 2]
+    RenderMathMLBlock (anonymous, flex) at (2,0) size 7x9
+      RenderBlock (anonymous) at (0,0) size 6x9
+        RenderText {#text} at (0,-5) size 6x19
+          text run at (0,-5) width 6: &quot;7&quot;
+layer at (254,457) size 13x14
+  RenderMathMLToken {mn} at (0,20) size 14x15 [padding: 0 5 4 2]
+    RenderMathMLBlock (anonymous, flex) at (2,0) size 7x10
+      RenderBlock (anonymous) at (0,0) size 6x10
+        RenderText {#text} at (0,-4) size 6x19
+          text run at (0,-4) width 6: &quot;6&quot;
+layer at (209,458) size 13x14
+  RenderMathMLToken {mn} at (0,24) size 14x15 [padding: 0 5 4 2]
+    RenderMathMLBlock (anonymous, flex) at (2,0) size 7x10
+      RenderBlock (anonymous) at (0,0) size 6x10
+        RenderText {#text} at (0,-4) size 6x19
+          text run at (0,-4) width 6: &quot;5&quot;
+layer at (164,459) size 13x14
+  RenderMathMLToken {mn} at (0,28) size 14x15 [padding: 0 5 4 2]
+    RenderMathMLBlock (anonymous, flex) at (2,0) size 7x10
+      RenderBlock (anonymous) at (0,0) size 6x10
+        RenderText {#text} at (0,-4) size 6x19
+          text run at (0,-4) width 6: &quot;4&quot;
</ins><span class="cx"> layer at (119,459) size 13x14
</span><del>-  RenderBlock (positioned) {mn} at (0,31) size 14x15
-    RenderText {#text} at (2,-4) size 6x19
-      text run at (2,-4) width 6: &quot;3&quot;
</del><ins>+  RenderMathMLToken {mn} at (0,31) size 14x15 [padding: 0 5 4 2]
+    RenderMathMLBlock (anonymous, flex) at (2,0) size 7x10
+      RenderBlock (anonymous) at (0,0) size 6x10
+        RenderText {#text} at (0,-4) size 6x19
+          text run at (0,-4) width 6: &quot;3&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlpresentationmoexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/gtk/mathml/presentation/mo-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlpresentationmoexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/gtk/mathml/presentation/mo-expected.txt (166058 => 166059)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/mathml/presentation/mo-expected.txt        2014-03-21 10:36:21 UTC (rev 166058)
+++ trunk/LayoutTests/platform/gtk/mathml/presentation/mo-expected.txt        2014-03-21 13:01:56 UTC (rev 166059)
</span><span class="lines">@@ -1,382 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x376
-  RenderBlock {html} at (0,0) size 800x376
-    RenderBody {body} at (8,16) size 784x344
-      RenderBlock {p} at (0,0) size 784x18
-        RenderText {#text} at (0,0) size 60x17
-          text run at (0,0) width 60: &quot;operator: &quot;
-        RenderMathMLMath {math} at (60,4) size 16x14 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (2,0) size 12x14
-            RenderMathMLBlock (flex) {mo} at (0,0) size 11x14
-              RenderBlock (anonymous) at (0,0) size 11x14
-                RenderText {mo} at (0,-3) size 11x19
-                  text run at (0,-3) width 11: &quot;\x{2211}&quot;
-        RenderText {#text} at (75,0) size 73x17
-          text run at (75,0) width 73: &quot; , operator: &quot;
-        RenderMathMLMath {math} at (147,6) size 13x9 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (2,0) size 9x9
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x9
-              RenderBlock (anonymous) at (0,0) size 8x9
-                RenderText {mo} at (0,-5) size 8x19
-                  text run at (0,-5) width 8: &quot;B&quot;
-        RenderText {#text} at (159,0) size 115x17
-          text run at (159,0) width 115: &quot; , minus operator: &quot;
-        RenderMathMLMath {math} at (273,10) size 14x5 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (2,0) size 9x5
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x5
-              RenderBlock (anonymous) at (0,0) size 8x5
-                RenderText {mo} at (0,-9) size 8x19
-                  text run at (0,-9) width 8: &quot;\x{2212}&quot;
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {p} at (0,34) size 784x19
-        RenderText {#text} at (0,0) size 60x17
-          text run at (0,0) width 60: &quot;operator: &quot;
-        RenderMathMLMath {math} at (60,1) size 21x18 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (2,0) size 16x18
-            RenderMathMLBlock (flex) {mo} at (0,0) size 15x18
-              RenderBlock (anonymous) at (0,0) size 15x18
-                RenderText {mo} at (0,-4) size 15x25
-                  text run at (0,-4) width 15: &quot;\x{2211}&quot;
-        RenderText {#text} at (80,0) size 73x17
-          text run at (80,0) width 73: &quot; , operator: &quot;
-        RenderMathMLMath {math} at (152,3) size 17x12 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (2,0) size 12x12
-            RenderMathMLBlock (flex) {mo} at (0,0) size 11x12
-              RenderBlock (anonymous) at (0,0) size 11x12
-                RenderText {mo} at (0,-6) size 11x25
-                  text run at (0,-6) width 11: &quot;B&quot;
-        RenderText {#text} at (168,0) size 115x17
-          text run at (168,0) width 115: &quot; , minus operator: &quot;
-        RenderMathMLMath {math} at (282,9) size 17x6 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (2,0) size 12x6
-            RenderMathMLBlock (flex) {mo} at (0,0) size 11x6
-              RenderBlock (anonymous) at (0,0) size 11x6
-                RenderText {mo} at (0,-12) size 11x25
-                  text run at (0,-12) width 11: &quot;\x{2212}&quot;
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {p} at (0,69) size 784x26
-        RenderText {#text} at (0,5) size 60x17
-          text run at (0,5) width 60: &quot;operator: &quot;
-        RenderMathMLMath {math} at (60,0) size 29x26 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (3,0) size 23x26
-            RenderMathMLBlock (flex) {mo} at (0,0) size 22x26
-              RenderBlock (anonymous) at (0,0) size 22x26
-                RenderText {mo} at (0,-7) size 22x37
-                  text run at (0,-7) width 22: &quot;\x{2211}&quot;
-        RenderText {#text} at (88,5) size 73x17
-          text run at (88,5) width 73: &quot; , operator: &quot;
-        RenderMathMLMath {math} at (160,3) size 24x17 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (3,0) size 17x17
-            RenderMathMLBlock (flex) {mo} at (0,0) size 16x17
-              RenderBlock (anonymous) at (0,0) size 16x17
-                RenderText {mo} at (0,-10) size 16x37
-                  text run at (0,-10) width 16: &quot;B&quot;
-        RenderText {#text} at (183,5) size 115x17
-          text run at (183,5) width 115: &quot; , minus operator: &quot;
-        RenderMathMLMath {math} at (297,12) size 24x8 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (3,0) size 17x8
-            RenderMathMLBlock (flex) {mo} at (0,0) size 16x8
-              RenderBlock (anonymous) at (0,0) size 16x8
-                RenderText {mo} at (0,-19) size 16x37
-                  text run at (0,-19) width 16: &quot;\x{2212}&quot;
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {p} at (0,111) size 784x26
-        RenderText {#text} at (0,5) size 60x17
-          text run at (0,5) width 60: &quot;operator: &quot;
-        RenderMathMLMath {math} at (60,0) size 64x26 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (2,9) size 12x14
-            RenderMathMLBlock (flex) {mo} at (0,0) size 11x14
-              RenderBlock (anonymous) at (0,0) size 11x14
-                RenderText {mo} at (0,-3) size 11x19
-                  text run at (0,-3) width 11: &quot;\x{2211}&quot;
-          RenderMathMLOperator {mo} at (17,6) size 16x18
-            RenderMathMLBlock (flex) {mo} at (0,0) size 15x18
-              RenderBlock (anonymous) at (0,0) size 15x18
-                RenderText {mo} at (0,-4) size 15x25
-                  text run at (0,-4) width 15: &quot;\x{2211}&quot;
-          RenderMathMLOperator {mo} at (38,0) size 23x26
-            RenderMathMLBlock (flex) {mo} at (0,0) size 22x26
-              RenderBlock (anonymous) at (0,0) size 22x26
-                RenderText {mo} at (0,-7) size 22x37
-                  text run at (0,-7) width 22: &quot;\x{2211}&quot;
-        RenderText {#text} at (123,5) size 73x17
-          text run at (123,5) width 73: &quot; , operator: &quot;
-        RenderMathMLMath {math} at (195,3) size 52x17 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (2,8) size 9x9
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x9
-              RenderBlock (anonymous) at (0,0) size 8x9
-                RenderText {mo} at (0,-5) size 8x19
-                  text run at (0,-5) width 8: &quot;B&quot;
-          RenderMathMLOperator {mo} at (14,5) size 12x12
-            RenderMathMLBlock (flex) {mo} at (0,0) size 11x12
-              RenderBlock (anonymous) at (0,0) size 11x12
-                RenderText {mo} at (0,-6) size 11x25
-                  text run at (0,-6) width 11: &quot;B&quot;
-          RenderMathMLOperator {mo} at (31,0) size 17x17
-            RenderMathMLBlock (flex) {mo} at (0,0) size 16x17
-              RenderBlock (anonymous) at (0,0) size 16x17
-                RenderText {mo} at (0,-10) size 16x37
-                  text run at (0,-10) width 16: &quot;B&quot;
-        RenderText {#text} at (246,5) size 115x17
-          text run at (246,5) width 115: &quot; , minus operator: &quot;
-        RenderMathMLMath {math} at (360,12) size 51x8 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (2,3) size 9x5
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x5
-              RenderBlock (anonymous) at (0,0) size 8x5
-                RenderText {mo} at (0,-9) size 8x19
-                  text run at (0,-9) width 8: &quot;\x{2212}&quot;
-          RenderMathMLOperator {mo} at (14,2) size 12x6
-            RenderMathMLBlock (flex) {mo} at (0,0) size 11x6
-              RenderBlock (anonymous) at (0,0) size 11x6
-                RenderText {mo} at (0,-12) size 11x25
-                  text run at (0,-12) width 11: &quot;\x{2212}&quot;
-          RenderMathMLOperator {mo} at (31,0) size 17x8
-            RenderMathMLBlock (flex) {mo} at (0,0) size 16x8
-              RenderBlock (anonymous) at (0,0) size 16x8
-                RenderText {mo} at (0,-19) size 16x37
-                  text run at (0,-19) width 16: &quot;\x{2212}&quot;
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {p} at (0,153) size 784x61
-        RenderText {#text} at (0,21) size 60x17
-          text run at (0,21) width 60: &quot;operator: &quot;
-        RenderMathMLMath {math} at (60,0) size 145x61 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (2,0) size 11x61
-          RenderMathMLOperator {mo} at (17,0) size 12x61
-          RenderMathMLOperator {mo} at (34,0) size 11x61
-          RenderMathMLOperator {mo} at (51,0) size 8x61
-          RenderBlock {mtext} at (61,0) size 57x51
-            RenderBlock {div} at (2,-1) size 52x53 [border: (1px solid #000000)]
-            RenderText {#text} at (0,0) size 0x0
-          RenderMathMLOperator {mo} at (120,0) size 8x61
-          RenderMathMLOperator {mo} at (132,0) size 11x61
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {p} at (0,230) size 784x114
-        RenderMathMLMath {math} at (0,0) size 114x114 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (5,0) size 32x114
-          RenderMathMLFraction {mfrac} at (42,2) size 30x96
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 29x53
-              RenderBlock {mi} at (5,0) size 19x43
-                RenderText {#text} at (0,-18) size 13x73
-                  text run at (0,-18) width 13: &quot;f&quot;
-            RenderMathMLBlock (anonymous, flex) at (0,52) size 29x44 [padding: 1 0 0 0]
-              RenderBlock {mi} at (0,10) size 29x33
-                RenderText {#text} at (0,-29) size 24x73
-                  text run at (0,-29) width 24: &quot;g&quot;
-          RenderMathMLOperator {mo} at (77,0) size 32x114
-        RenderText {#text} at (0,0) size 0x0
-layer at (71,169) size 10x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,0) size 10x17
-    RenderBlock (anonymous) at (0,0) size 10x17
-      RenderText {mo} at (0,-5) size 10x25
-        text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (71,186) size 10x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,17) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (71,202) size 10x11 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,33) size 10x11
-    RenderBlock (anonymous) at (0,0) size 10x11
-layer at (71,213) size 10x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,44) size 10x17
-    RenderBlock (anonymous) at (0,0) size 10x17
-layer at (85,169) size 11x20 scrollHeight 26
-  RenderMathMLBlock (flex) {mo} at (0,0) size 11x20
-    RenderBlock (anonymous) at (0,0) size 11x20
-      RenderText {mo} at (0,1) size 11x25
-        text run at (0,1) width 11: &quot;\x{2320}&quot;
-layer at (85,189) size 11x10 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,20) size 11x10
-    RenderBlock (anonymous) at (0,0) size 11x10
-layer at (85,199) size 11x10 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,30) size 11x10
-    RenderBlock (anonymous) at (0,0) size 11x10
-layer at (85,209) size 11x2 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,40) size 11x2
-    RenderBlock (anonymous) at (0,0) size 11x2
-layer at (85,211) size 11x19 scrollHeight 26
-  RenderMathMLBlock (flex) {mo} at (0,42) size 11x19
-    RenderBlock (anonymous) at (0,0) size 11x19
-layer at (103,169) size 10x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,0) size 10x17
-    RenderBlock (anonymous) at (0,0) size 10x17
-      RenderText {mo} at (0,-5) size 10x25
-        text run at (0,-5) width 10: &quot;\x{23A7}&quot;
-layer at (103,186) size 10x5 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,17) size 10x5
-    RenderBlock (anonymous) at (0,0) size 10x5
-layer at (103,191) size 10x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,22) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (103,207) size 10x6 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,38) size 10x6
-    RenderBlock (anonymous) at (0,0) size 10x6
-layer at (103,213) size 10x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,44) size 10x17
-    RenderBlock (anonymous) at (0,0) size 10x17
-layer at (119,169) size 7x17 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-      RenderText {mo} at (0,-6) size 7x25
-        text run at (0,-6) width 7: &quot;\x{23A1}&quot;
-layer at (119,186) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,17) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (119,202) size 7x11 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,33) size 7x11
-    RenderBlock (anonymous) at (0,0) size 7x11
-layer at (119,213) size 7x17 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,44) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-layer at (189,169) size 7x17 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-      RenderText {mo} at (0,-6) size 7x25
-        text run at (0,-6) width 7: &quot;\x{23A4}&quot;
-layer at (189,186) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,17) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (189,202) size 7x11 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,33) size 7x11
-    RenderBlock (anonymous) at (0,0) size 7x11
-layer at (189,213) size 7x17 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,44) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-layer at (200,169) size 10x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,0) size 10x17
-    RenderBlock (anonymous) at (0,0) size 10x17
-      RenderText {mo} at (0,-5) size 10x25
-        text run at (0,-5) width 10: &quot;\x{23AB}&quot;
-layer at (200,186) size 10x5 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,17) size 10x5
-    RenderBlock (anonymous) at (0,0) size 10x5
-layer at (200,191) size 10x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,22) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (200,207) size 10x6 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,38) size 10x6
-    RenderBlock (anonymous) at (0,0) size 10x6
-layer at (200,213) size 10x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,44) size 10x17
-    RenderBlock (anonymous) at (0,0) size 10x17
-layer at (14,246) size 31x49 scrollHeight 56
-  RenderMathMLBlock (flex) {mo} at (0,0) size 31x49
-    RenderBlock (anonymous) at (0,0) size 31x49
-      RenderText {mo} at (0,-17) size 31x73
-        text run at (0,-17) width 31: &quot;\x{23AA}&quot;
-layer at (14,295) size 31x16 scrollHeight 56
-  RenderMathMLBlock (flex) {mo} at (0,49) size 31x16
-    RenderBlock (anonymous) at (0,0) size 31x16
-layer at (14,311) size 31x49 scrollHeight 56
-  RenderMathMLBlock (flex) {mo} at (0,65) size 31x49
-    RenderBlock (anonymous) at (0,0) size 31x49
-layer at (85,246) size 31x49 scrollHeight 56
-  RenderMathMLBlock (flex) {mo} at (0,0) size 31x49
-    RenderBlock (anonymous) at (0,0) size 31x49
-      RenderText {mo} at (0,-17) size 31x73
-        text run at (0,-17) width 31: &quot;\x{23AA}&quot;
-layer at (85,295) size 31x16 scrollHeight 56
-  RenderMathMLBlock (flex) {mo} at (0,49) size 31x16
-    RenderBlock (anonymous) at (0,0) size 31x16
-layer at (85,311) size 31x49 scrollHeight 56
-  RenderMathMLBlock (flex) {mo} at (0,65) size 31x49
-    RenderBlock (anonymous) at (0,0) size 31x49
-layer at (71,185) size 10x17 backgroundClip at (71,186) size 10x16 clip at (71,186) size 10x16 outlineClip at (71,186) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (71,201) size 10x17 backgroundClip at (71,202) size 10x11 clip at (71,202) size 10x11 outlineClip at (71,202) size 10x11
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (71,212) size 10x17 backgroundClip at (71,213) size 10x17 clip at (71,213) size 10x17 outlineClip at (71,213) size 10x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (85,188) size 11x11 backgroundClip at (85,189) size 11x10 clip at (85,189) size 11x10 outlineClip at (85,189) size 11x10
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText {mo} at (0,-7) size 11x25
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (85,198) size 11x11 backgroundClip at (85,199) size 11x10 clip at (85,199) size 11x10 outlineClip at (85,199) size 11x10
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText {mo} at (0,-7) size 11x25
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (85,208) size 11x11 backgroundClip at (85,209) size 11x2 clip at (85,209) size 11x2 outlineClip at (85,209) size 11x2
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText {mo} at (0,-7) size 11x25
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (85,210) size 11x19 backgroundClip at (85,211) size 11x19 clip at (85,211) size 11x19 outlineClip at (85,211) size 11x19
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x19
-    RenderText {mo} at (0,1) size 11x25
-      text run at (0,1) width 11: &quot;\x{2321}&quot;
-layer at (103,185) size 10x17 backgroundClip at (103,186) size 10x5 clip at (103,186) size 10x5 outlineClip at (103,186) size 10x5
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (103,190) size 10x17 backgroundClip at (103,191) size 10x16 clip at (103,191) size 10x16 outlineClip at (103,191) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23A8}&quot;
-layer at (103,206) size 10x17 backgroundClip at (103,207) size 10x6 clip at (103,207) size 10x6 outlineClip at (103,207) size 10x6
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (103,212) size 10x17 backgroundClip at (103,213) size 10x17 clip at (103,213) size 10x17 outlineClip at (103,213) size 10x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23A9}&quot;
-layer at (119,185) size 7x17 backgroundClip at (119,186) size 7x16 clip at (119,186) size 7x16 outlineClip at (119,186) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (119,201) size 7x17 backgroundClip at (119,202) size 7x11 clip at (119,202) size 7x11 outlineClip at (119,202) size 7x11
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (119,212) size 7x17 backgroundClip at (119,213) size 7x17 clip at (119,213) size 7x17 outlineClip at (119,213) size 7x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A3}&quot;
-layer at (189,185) size 7x17 backgroundClip at (189,186) size 7x16 clip at (189,186) size 7x16 outlineClip at (189,186) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (189,201) size 7x17 backgroundClip at (189,202) size 7x11 clip at (189,202) size 7x11 outlineClip at (189,202) size 7x11
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (189,212) size 7x17 backgroundClip at (189,213) size 7x17 clip at (189,213) size 7x17 outlineClip at (189,213) size 7x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A6}&quot;
-layer at (200,185) size 10x17 backgroundClip at (200,186) size 10x5 clip at (200,186) size 10x5 outlineClip at (200,186) size 10x5
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (200,190) size 10x17 backgroundClip at (200,191) size 10x16 clip at (200,191) size 10x16 outlineClip at (200,191) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AC}&quot;
-layer at (200,206) size 10x17 backgroundClip at (200,207) size 10x6 clip at (200,207) size 10x6 outlineClip at (200,207) size 10x6
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (200,212) size 10x17 backgroundClip at (200,213) size 10x17 clip at (200,213) size 10x17 outlineClip at (200,213) size 10x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AD}&quot;
-layer at (14,294) size 31x49 backgroundClip at (14,295) size 31x16 clip at (14,295) size 31x16 outlineClip at (14,295) size 31x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 31x49
-    RenderText {mo} at (0,-17) size 31x73
-      text run at (0,-17) width 31: &quot;\x{23AA}&quot;
-layer at (14,310) size 31x49 backgroundClip at (14,311) size 31x49 clip at (14,311) size 31x49 outlineClip at (14,311) size 31x49
-  RenderBlock (relative positioned) {mo} at (0,0) size 31x49
-    RenderText {mo} at (0,-17) size 31x73
-      text run at (0,-17) width 31: &quot;\x{23AA}&quot;
-layer at (85,294) size 31x49 backgroundClip at (85,295) size 31x16 clip at (85,295) size 31x16 outlineClip at (85,295) size 31x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 31x49
-    RenderText {mo} at (0,-17) size 31x73
-      text run at (0,-17) width 31: &quot;\x{23AA}&quot;
-layer at (85,310) size 31x49 backgroundClip at (85,311) size 31x49 clip at (85,311) size 31x49 outlineClip at (85,311) size 31x49
-  RenderBlock (relative positioned) {mo} at (0,0) size 31x49
-    RenderText {mo} at (0,-17) size 31x73
-      text run at (0,-17) width 31: &quot;\x{23AA}&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlpresentationrootsexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/presentation/roots-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlpresentationrootsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/presentation/roots-expected.txt (166058 => 166059)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/mathml/presentation/roots-expected.txt        2014-03-21 10:36:21 UTC (rev 166058)
+++ trunk/LayoutTests/platform/gtk/mathml/presentation/roots-expected.txt        2014-03-21 13:01:56 UTC (rev 166059)
</span><span class="lines">@@ -1,91 +1,111 @@
</span><del>-layer at (0,0) size 836x600
</del><ins>+layer at (0,0) size 800x600
</ins><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x563
-  RenderBlock {html} at (0,0) size 800x563
-    RenderBody {body} at (8,16) size 784x531
</del><ins>+layer at (0,0) size 800x512
+  RenderBlock {html} at (0,0) size 800x512
+    RenderBody {body} at (8,16) size 784x480
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 177x17
</span><span class="cx">           text run at (0,0) width 177: &quot;square root (should be red): &quot;
</span><span class="cx">         RenderMathMLMath {math} at (177,0) size 22x15 [padding: 0 1 0 1]
</span><span class="cx">           RenderMathMLSquareRoot {msqrt} at (1,0) size 20x15 [color=#FF0000] [intrinsic padding: 3 0 0 12]
</span><span class="cx">             RenderMathMLRow (anonymous) at (12,3) size 8x12
</span><del>-              RenderBlock {mn} at (0,0) size 8x12
-                RenderText {#text} at (0,-6) size 8x25
-                  text run at (0,-6) width 8: &quot;2&quot;
</del><ins>+              RenderMathMLToken {mn} at (0,0) size 8x12
+                RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                  RenderBlock (anonymous) at (0,0) size 8x12
+                    RenderText {#text} at (0,-6) size 8x25
+                      text run at (0,-6) width 8: &quot;2&quot;
</ins><span class="cx">       RenderBlock {p} at (0,33) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 110x17
</span><span class="cx">           text run at (0,0) width 110: &quot;long square root: &quot;
</span><del>-        RenderMathMLMath {math} at (110,0) size 48x15 [padding: 0 1 0 1]
-          RenderMathMLSquareRoot {msqrt} at (1,0) size 46x15 [intrinsic padding: 3 0 0 12]
-            RenderMathMLRow (anonymous) at (12,3) size 34x12
-              RenderMathMLRow {mrow} at (0,0) size 34x12
-                RenderBlock {mi} at (0,3) size 9x9
-                  RenderText {#text} at (0,-9) size 7x25
-                    text run at (0,-9) width 7: &quot;x&quot;
-                RenderMathMLOperator {mo} at (11,2) size 12x10
-                  RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+        RenderMathMLMath {math} at (110,0) size 49x15 [padding: 0 1 0 1]
+          RenderMathMLSquareRoot {msqrt} at (1,0) size 47x15 [intrinsic padding: 3 0 0 12]
+            RenderMathMLRow (anonymous) at (12,3) size 35x12
+              RenderMathMLRow {mrow} at (0,0) size 35x12
+                RenderMathMLToken {mi} at (0,3) size 9x9 [padding: 0 2 0 0]
+                  RenderMathMLBlock (anonymous, flex) at (0,0) size 7x9
+                    RenderBlock (anonymous) at (0,0) size 7x9
+                      RenderText {#text} at (0,-9) size 7x25
+                        text run at (0,-9) width 7: &quot;x&quot;
+                RenderMathMLOperator {mo} at (8,2) size 19x10
+                  RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                     RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                      RenderText {mo} at (0,-8) size 11x25
</del><ins>+                      RenderText at (0,-8) size 11x25
</ins><span class="cx">                         text run at (0,-8) width 11: &quot;+&quot;
</span><del>-                RenderBlock {mn} at (25,0) size 9x12
-                  RenderText {#text} at (0,-6) size 8x25
-                    text run at (0,-6) width 8: &quot;1&quot;
</del><ins>+                RenderMathMLToken {mn} at (26,0) size 9x12
+                  RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                    RenderBlock (anonymous) at (0,0) size 8x12
+                      RenderText {#text} at (0,-6) size 8x25
+                        text run at (0,-6) width 8: &quot;1&quot;
</ins><span class="cx">       RenderBlock {p} at (0,66) size 784x21
</span><span class="cx">         RenderText {#text} at (0,4) size 222x17
</span><span class="cx">           text run at (0,4) width 222: &quot;long square root with implied row: &quot;
</span><del>-        RenderMathMLMath {math} at (222,0) size 54x19 [padding: 0 1 0 1]
-          RenderMathMLSquareRoot {msqrt} at (1,0) size 52x19 [intrinsic padding: 3 0 0 12]
-            RenderMathMLRow (anonymous) at (12,3) size 40x16
-              RenderMathMLSubSup {msup} at (0,0) size 15x16
-                RenderMathMLBlock (anonymous, flex) at (0,0) size 9x16 [padding: 7 0 0 0]
-                  RenderBlock {mi} at (0,7) size 9x9
-                    RenderText {#text} at (0,-9) size 7x25
-                      text run at (0,-9) width 7: &quot;x&quot;
-                RenderMathMLBlock (anonymous, flex) at (8,0) size 7x10
-                  RenderBlock {mn} at (0,0) size 6x10
-                    RenderText {#text} at (0,-4) size 6x19
-                      text run at (0,-4) width 6: &quot;2&quot;
-              RenderMathMLOperator {mo} at (17,6) size 12x10
-                RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+        RenderMathMLMath {math} at (222,0) size 55x19 [padding: 0 1 0 1]
+          RenderMathMLSquareRoot {msqrt} at (1,0) size 53x19 [intrinsic padding: 3 0 0 12]
+            RenderMathMLRow (anonymous) at (12,3) size 41x16
+              RenderMathMLScripts {msup} at (0,0) size 15x16
+                Base Wrapper at (0,0) size 9x16 [padding: 7 0 0 0]
+                  RenderMathMLToken {mi} at (0,7) size 9x9 [padding: 0 2 0 0]
+                    RenderMathMLBlock (anonymous, flex) at (0,0) size 7x9
+                      RenderBlock (anonymous) at (0,0) size 7x9
+                        RenderText {#text} at (0,-9) size 7x25
+                          text run at (0,-9) width 7: &quot;x&quot;
+                SubSupPair Wrapper at (8,0) size 7x16
+                  RenderMathMLToken {mn} at (0,0) size 6x10
+                    RenderMathMLBlock (anonymous, flex) at (0,0) size 6x10
+                      RenderBlock (anonymous) at (0,0) size 6x10
+                        RenderText {#text} at (0,-4) size 6x19
+                          text run at (0,-4) width 6: &quot;2&quot;
+              RenderMathMLOperator {mo} at (14,6) size 19x10
+                RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                   RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                    RenderText {mo} at (0,-8) size 11x25
</del><ins>+                    RenderText at (0,-8) size 11x25
</ins><span class="cx">                       text run at (0,-8) width 11: &quot;+&quot;
</span><del>-              RenderBlock {mn} at (31,4) size 9x12
-                RenderText {#text} at (0,-6) size 8x25
-                  text run at (0,-6) width 8: &quot;1&quot;
</del><ins>+              RenderMathMLToken {mn} at (32,4) size 9x12
+                RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                  RenderBlock (anonymous) at (0,0) size 8x12
+                    RenderText {#text} at (0,-6) size 8x25
+                      text run at (0,-6) width 8: &quot;1&quot;
</ins><span class="cx">       RenderBlock {p} at (0,103) size 784x37
</span><span class="cx">         RenderText {#text} at (0,9) size 113x17
</span><span class="cx">           text run at (0,9) width 113: &quot;root of a fraction: &quot;
</span><del>-        RenderMathMLMath {math} at (113,0) size 50x38 [padding: 0 1 0 1]
-          RenderMathMLSquareRoot {msqrt} at (1,0) size 48x38 [intrinsic padding: 3 0 3 12]
-            RenderMathMLRow (anonymous) at (12,3) size 36x32
-              RenderMathMLFraction {mfrac} at (1,0) size 34x32
-                RenderMathMLBlock (anonymous, flex) at (0,0) size 34x16
-                  RenderMathMLRow {mrow} at (0,0) size 34x12
-                    RenderBlock {mi} at (0,3) size 9x9
-                      RenderText {#text} at (0,-9) size 7x25
-                        text run at (0,-9) width 7: &quot;x&quot;
-                    RenderMathMLOperator {mo} at (11,2) size 12x10
-                      RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+        RenderMathMLMath {math} at (113,0) size 51x38 [padding: 0 1 0 1]
+          RenderMathMLSquareRoot {msqrt} at (1,0) size 49x38 [intrinsic padding: 3 0 3 12]
+            RenderMathMLRow (anonymous) at (12,3) size 37x32
+              RenderMathMLFraction {mfrac} at (1,0) size 35x32
+                RenderMathMLBlock (anonymous, flex) at (0,0) size 35x16
+                  RenderMathMLRow {mrow} at (0,0) size 35x12
+                    RenderMathMLToken {mi} at (0,3) size 9x9 [padding: 0 2 0 0]
+                      RenderMathMLBlock (anonymous, flex) at (0,0) size 7x9
+                        RenderBlock (anonymous) at (0,0) size 7x9
+                          RenderText {#text} at (0,-9) size 7x25
+                            text run at (0,-9) width 7: &quot;x&quot;
+                    RenderMathMLOperator {mo} at (8,2) size 19x10
+                      RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                         RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                          RenderText {mo} at (0,-8) size 11x25
</del><ins>+                          RenderText at (0,-8) size 11x25
</ins><span class="cx">                             text run at (0,-8) width 11: &quot;+&quot;
</span><del>-                    RenderBlock {mn} at (25,0) size 9x12
-                      RenderText {#text} at (0,-6) size 8x25
-                        text run at (0,-6) width 8: &quot;1&quot;
-                RenderMathMLBlock (anonymous, flex) at (0,15) size 34x17 [padding: 1 0 0 0]
-                  RenderMathMLRow {mrow} at (0,4) size 34x13
-                    RenderBlock {mi} at (0,3) size 9x9
-                      RenderText {#text} at (0,-9) size 7x25
-                        text run at (0,-9) width 7: &quot;x&quot;
-                    RenderMathMLOperator {mo} at (11,2) size 12x10
-                      RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+                    RenderMathMLToken {mn} at (26,0) size 9x12
+                      RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                        RenderBlock (anonymous) at (0,0) size 8x12
+                          RenderText {#text} at (0,-6) size 8x25
+                            text run at (0,-6) width 8: &quot;1&quot;
+                RenderMathMLBlock (anonymous, flex) at (0,15) size 35x17 [padding: 1 0 0 0]
+                  RenderMathMLRow {mrow} at (0,4) size 35x13
+                    RenderMathMLToken {mi} at (0,3) size 9x9 [padding: 0 2 0 0]
+                      RenderMathMLBlock (anonymous, flex) at (0,0) size 7x9
+                        RenderBlock (anonymous) at (0,0) size 7x9
+                          RenderText {#text} at (0,-9) size 7x25
+                            text run at (0,-9) width 7: &quot;x&quot;
+                    RenderMathMLOperator {mo} at (8,2) size 19x10
+                      RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                         RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                          RenderText {mo} at (0,-8) size 11x25
</del><ins>+                          RenderText at (0,-8) size 11x25
</ins><span class="cx">                             text run at (0,-8) width 11: &quot;+&quot;
</span><del>-                    RenderBlock {mn} at (25,0) size 9x12
-                      RenderText {#text} at (0,-6) size 8x25
-                        text run at (0,-6) width 8: &quot;2&quot;
</del><ins>+                    RenderMathMLToken {mn} at (26,0) size 9x12
+                      RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                        RenderBlock (anonymous) at (0,0) size 8x12
+                          RenderText {#text} at (0,-6) size 8x25
+                            text run at (0,-6) width 8: &quot;2&quot;
</ins><span class="cx">       RenderBlock {p} at (0,156) size 784x21
</span><span class="cx">         RenderText {#text} at (0,4) size 173x17
</span><span class="cx">           text run at (0,4) width 173: &quot;cube root (should be blue): &quot;
</span><span class="lines">@@ -93,11 +113,11 @@
</span><span class="cx">       RenderBlock {p} at (0,193) size 784x21
</span><span class="cx">         RenderText {#text} at (0,4) size 75x17
</span><span class="cx">           text run at (0,4) width 75: &quot;long index: &quot;
</span><del>-        RenderMathMLMath {math} at (75,0) size 61x19 [padding: 0 1 0 1]
</del><ins>+        RenderMathMLMath {math} at (75,0) size 62x19 [padding: 0 1 0 1]
</ins><span class="cx">       RenderBlock {p} at (0,230) size 784x37
</span><span class="cx">         RenderText {#text} at (0,9) size 185x17
</span><span class="cx">           text run at (0,9) width 185: &quot;long index w/ complex base: &quot;
</span><del>-        RenderMathMLMath {math} at (185,0) size 90x38 [padding: 0 1 0 1]
</del><ins>+        RenderMathMLMath {math} at (185,0) size 92x38 [padding: 0 1 0 1]
</ins><span class="cx">       RenderBlock {p} at (0,283) size 784x46
</span><span class="cx">         RenderText {#text} at (0,29) size 75x17
</span><span class="cx">           text run at (0,29) width 75: &quot;high index: &quot;
</span><span class="lines">@@ -105,352 +125,424 @@
</span><span class="cx">       RenderBlock {p} at (0,345) size 784x45
</span><span class="cx">         RenderText {#text} at (0,21) size 155x17
</span><span class="cx">           text run at (0,21) width 155: &quot;Imbricated square roots: &quot;
</span><del>-        RenderMathMLMath {math} at (155,0) size 288x45 [padding: 0 1 0 1]
-          RenderMathMLSquareRoot {msqrt} at (1,0) size 286x45 [intrinsic padding: 3 0 3 12]
-            RenderMathMLRow (anonymous) at (12,3) size 274x39
-              RenderBlock {mn} at (0,21) size 8x12
-                RenderText {#text} at (0,-6) size 8x25
-                  text run at (0,-6) width 8: &quot;1&quot;
-              RenderMathMLOperator {mo} at (11,23) size 12x10
-                RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+        RenderMathMLMath {math} at (155,0) size 293x45 [padding: 0 1 0 1]
+          RenderMathMLSquareRoot {msqrt} at (1,0) size 291x45 [intrinsic padding: 3 0 3 12]
+            RenderMathMLRow (anonymous) at (12,3) size 279x39
+              RenderMathMLToken {mn} at (0,21) size 8x12
+                RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                  RenderBlock (anonymous) at (0,0) size 8x12
+                    RenderText {#text} at (0,-6) size 8x25
+                      text run at (0,-6) width 8: &quot;1&quot;
+              RenderMathMLOperator {mo} at (8,23) size 19x10
+                RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                   RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                    RenderText {mo} at (0,-8) size 11x25
</del><ins>+                    RenderText at (0,-8) size 11x25
</ins><span class="cx">                       text run at (0,-8) width 11: &quot;+&quot;
</span><del>-              RenderMathMLSquareRoot {msqrt} at (25,0) size 249x39 [intrinsic padding: 3 0 3 12]
-                RenderMathMLRow (anonymous) at (12,3) size 236x33
-                  RenderMathMLRow {mrow} at (0,0) size 236x33
-                    RenderBlock {mn} at (0,18) size 8x12
-                      RenderText {#text} at (0,-6) size 8x25
-                        text run at (0,-6) width 8: &quot;2&quot;
-                    RenderMathMLOperator {mo} at (11,20) size 12x10
-                      RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+              RenderMathMLSquareRoot {msqrt} at (26,0) size 253x39 [intrinsic padding: 3 0 3 12]
+                RenderMathMLRow (anonymous) at (12,3) size 241x33
+                  RenderMathMLRow {mrow} at (0,0) size 241x33
+                    RenderMathMLToken {mn} at (0,18) size 8x12
+                      RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                        RenderBlock (anonymous) at (0,0) size 8x12
+                          RenderText {#text} at (0,-6) size 8x25
+                            text run at (0,-6) width 8: &quot;2&quot;
+                    RenderMathMLOperator {mo} at (8,20) size 19x10
+                      RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                         RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                          RenderText {mo} at (0,-8) size 11x25
</del><ins>+                          RenderText at (0,-8) size 11x25
</ins><span class="cx">                             text run at (0,-8) width 11: &quot;+&quot;
</span><del>-                    RenderMathMLSquareRoot {msqrt} at (25,0) size 211x33 [intrinsic padding: 3 0 3 12]
-                      RenderMathMLRow (anonymous) at (12,3) size 199x27
-                        RenderMathMLRow {mrow} at (0,0) size 199x27
-                          RenderBlock {mn} at (0,15) size 8x12
-                            RenderText {#text} at (0,-6) size 8x25
-                              text run at (0,-6) width 8: &quot;3&quot;
-                          RenderMathMLOperator {mo} at (11,17) size 12x10
-                            RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+                    RenderMathMLSquareRoot {msqrt} at (26,0) size 215x33 [intrinsic padding: 3 0 3 12]
+                      RenderMathMLRow (anonymous) at (12,3) size 203x27
+                        RenderMathMLRow {mrow} at (0,0) size 203x27
+                          RenderMathMLToken {mn} at (0,15) size 8x12
+                            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                              RenderBlock (anonymous) at (0,0) size 8x12
+                                RenderText {#text} at (0,-6) size 8x25
+                                  text run at (0,-6) width 8: &quot;3&quot;
+                          RenderMathMLOperator {mo} at (8,17) size 19x10
+                            RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                               RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                                RenderText {mo} at (0,-8) size 11x25
</del><ins>+                                RenderText at (0,-8) size 11x25
</ins><span class="cx">                                   text run at (0,-8) width 11: &quot;+&quot;
</span><del>-                          RenderMathMLSquareRoot {msqrt} at (25,0) size 174x27 [intrinsic padding: 3 0 0 12]
-                            RenderMathMLRow (anonymous) at (12,3) size 162x24
-                              RenderMathMLRow {mrow} at (0,0) size 162x24
-                                RenderBlock {mn} at (0,12) size 8x12
-                                  RenderText {#text} at (0,-6) size 8x25
-                                    text run at (0,-6) width 8: &quot;4&quot;
-                                RenderMathMLOperator {mo} at (11,14) size 12x10
-                                  RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+                          RenderMathMLSquareRoot {msqrt} at (26,0) size 177x27 [intrinsic padding: 3 0 0 12]
+                            RenderMathMLRow (anonymous) at (12,3) size 164x24
+                              RenderMathMLRow {mrow} at (0,0) size 164x24
+                                RenderMathMLToken {mn} at (0,12) size 8x12
+                                  RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                                    RenderBlock (anonymous) at (0,0) size 8x12
+                                      RenderText {#text} at (0,-6) size 8x25
+                                        text run at (0,-6) width 8: &quot;4&quot;
+                                RenderMathMLOperator {mo} at (8,14) size 19x10
+                                  RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                                     RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                                      RenderText {mo} at (0,-8) size 11x25
</del><ins>+                                      RenderText at (0,-8) size 11x25
</ins><span class="cx">                                         text run at (0,-8) width 11: &quot;+&quot;
</span><del>-                                RenderMathMLSquareRoot {msqrt} at (25,0) size 137x24 [intrinsic padding: 3 0 0 12]
-                                  RenderMathMLRow (anonymous) at (12,3) size 124x21
-                                    RenderMathMLRow {mrow} at (0,0) size 124x21
-                                      RenderBlock {mn} at (0,8) size 8x13
-                                        RenderText {#text} at (0,-5) size 8x25
-                                          text run at (0,-5) width 8: &quot;5&quot;
-                                      RenderMathMLOperator {mo} at (11,11) size 12x10
-                                        RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+                                RenderMathMLSquareRoot {msqrt} at (26,0) size 138x24 [intrinsic padding: 3 0 0 12]
+                                  RenderMathMLRow (anonymous) at (12,3) size 126x21
+                                    RenderMathMLRow {mrow} at (0,0) size 126x21
+                                      RenderMathMLToken {mn} at (0,8) size 8x13
+                                        RenderMathMLBlock (anonymous, flex) at (0,0) size 8x13
+                                          RenderBlock (anonymous) at (0,0) size 8x13
+                                            RenderText {#text} at (0,-5) size 8x25
+                                              text run at (0,-5) width 8: &quot;5&quot;
+                                      RenderMathMLOperator {mo} at (8,11) size 19x10
+                                        RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                                           RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                                            RenderText {mo} at (0,-8) size 11x25
</del><ins>+                                            RenderText at (0,-8) size 11x25
</ins><span class="cx">                                               text run at (0,-8) width 11: &quot;+&quot;
</span><del>-                                      RenderMathMLSquareRoot {msqrt} at (25,0) size 99x21 [intrinsic padding: 3 0 0 12]
-                                        RenderMathMLRow (anonymous) at (12,3) size 87x18
-                                          RenderMathMLRow {mrow} at (0,0) size 87x18
-                                            RenderBlock {mn} at (0,6) size 8x12
-                                              RenderText {#text} at (0,-6) size 8x25
-                                                text run at (0,-6) width 8: &quot;6&quot;
-                                            RenderMathMLOperator {mo} at (11,8) size 12x10
-                                              RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+                                      RenderMathMLSquareRoot {msqrt} at (26,0) size 100x21 [intrinsic padding: 3 0 0 12]
+                                        RenderMathMLRow (anonymous) at (12,3) size 88x18
+                                          RenderMathMLRow {mrow} at (0,0) size 88x18
+                                            RenderMathMLToken {mn} at (0,6) size 8x12
+                                              RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                                                RenderBlock (anonymous) at (0,0) size 8x12
+                                                  RenderText {#text} at (0,-6) size 8x25
+                                                    text run at (0,-6) width 8: &quot;6&quot;
+                                            RenderMathMLOperator {mo} at (8,8) size 19x10
+                                              RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                                                 RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                                                  RenderText {mo} at (0,-8) size 11x25
</del><ins>+                                                  RenderText at (0,-8) size 11x25
</ins><span class="cx">                                                     text run at (0,-8) width 11: &quot;+&quot;
</span><del>-                                            RenderMathMLSquareRoot {msqrt} at (25,0) size 62x18 [intrinsic padding: 3 0 0 12]
-                                              RenderMathMLRow (anonymous) at (12,3) size 49x15
-                                                RenderMathMLRow {mrow} at (0,0) size 49x15
-                                                  RenderBlock {mn} at (0,3) size 8x12
-                                                    RenderText {#text} at (0,-6) size 8x25
-                                                      text run at (0,-6) width 8: &quot;7&quot;
-                                                  RenderMathMLOperator {mo} at (11,5) size 12x10
-                                                    RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+                                            RenderMathMLSquareRoot {msqrt} at (26,0) size 62x18 [intrinsic padding: 3 0 0 12]
+                                              RenderMathMLRow (anonymous) at (12,3) size 50x15
+                                                RenderMathMLRow {mrow} at (0,0) size 50x15
+                                                  RenderMathMLToken {mn} at (0,3) size 8x12
+                                                    RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                                                      RenderBlock (anonymous) at (0,0) size 8x12
+                                                        RenderText {#text} at (0,-6) size 8x25
+                                                          text run at (0,-6) width 8: &quot;7&quot;
+                                                  RenderMathMLOperator {mo} at (8,5) size 19x10
+                                                    RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                                                       RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                                                        RenderText {mo} at (0,-8) size 11x25
</del><ins>+                                                        RenderText at (0,-8) size 11x25
</ins><span class="cx">                                                           text run at (0,-8) width 11: &quot;+&quot;
</span><del>-                                                  RenderMathMLSquareRoot {msqrt} at (25,0) size 24x15 [intrinsic padding: 3 0 0 12]
</del><ins>+                                                  RenderMathMLSquareRoot {msqrt} at (26,0) size 24x15 [intrinsic padding: 3 0 0 12]
</ins><span class="cx">                                                     RenderMathMLRow (anonymous) at (12,3) size 12x12
</span><del>-                                                      RenderBlock {mi} at (0,0) size 12x12
-                                                        RenderText {#text} at (0,-6) size 10x25
-                                                          text run at (0,-6) width 10: &quot;A&quot;
</del><ins>+                                                      RenderMathMLToken {mi} at (0,0) size 12x12 [padding: 0 2 0 0]
+                                                        RenderMathMLBlock (anonymous, flex) at (0,0) size 10x12
+                                                          RenderBlock (anonymous) at (0,0) size 10x12
+                                                            RenderText {#text} at (0,-6) size 10x25
+                                                              text run at (0,-6) width 10: &quot;A&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {p} at (0,406) size 784x74
</span><span class="cx">         RenderText {#text} at (0,38) size 110x17
</span><span class="cx">           text run at (0,38) width 110: &quot;Imbricated roots: &quot;
</span><del>-        RenderMathMLMath {math} at (110,0) size 349x74 [padding: 0 1 0 1]
</del><ins>+        RenderMathMLMath {math} at (110,0) size 355x74 [padding: 0 1 0 1]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {p} at (0,496) size 784x35
-        RenderText {#text} at (0,0) size 306x17
-          text run at (0,0) width 306: &quot;Don't wrap this wide line with an implicit mrow:&quot;
-        RenderBR {br} at (306,0) size 0x17
-        RenderMathMLMath {math} at (0,20) size 828x15 [padding: 0 1 0 1]
-          RenderMathMLSquareRoot {msqrt} at (1,0) size 826x15 [intrinsic padding: 3 0 0 12]
-            RenderMathMLRow (anonymous) at (12,3) size 814x12
-              RenderBlock {mi} at (0,0) size 407x9
-                RenderText {#text} at (0,-9) size 7x25
-                  text run at (0,-9) width 7: &quot;x&quot;
-              RenderBlock {mi} at (407,0) size 407x12
-                RenderText {#text} at (0,-9) size 7x25
-                  text run at (0,-9) width 7: &quot;y&quot;
-        RenderText {#text} at (0,0) size 0x0
</del><span class="cx"> layer at (182,172) size 21x19
</span><span class="cx">   RenderMathMLRoot {mroot} at (1,0) size 21x19 [intrinsic padding: 7 0 0 13]
</span><span class="cx">     RenderMathMLRow (anonymous) at (13,7) size 8x12
</span><del>-      RenderBlock {mn} at (0,0) size 8x12
-        RenderText {#text} at (0,-6) size 8x25
-          text run at (0,-6) width 8: &quot;2&quot;
</del><ins>+      RenderMathMLToken {mn} at (0,0) size 8x12
+        RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+          RenderBlock (anonymous) at (0,0) size 8x12
+            RenderText {#text} at (0,-6) size 8x25
+              text run at (0,-6) width 8: &quot;2&quot;
</ins><span class="cx"> layer at (182,172) size 13x14
</span><del>-  RenderBlock (positioned) {mn} at (0,0) size 14x15
-    RenderText {#text} at (2,-4) size 6x19
-      text run at (2,-4) width 6: &quot;3&quot;
-layer at (84,209) size 59x19
-  RenderMathMLRoot {mroot} at (1,0) size 59x19 [intrinsic padding: 7 0 0 51]
-    RenderMathMLRow (anonymous) at (51,7) size 8x12
-      RenderBlock {mn} at (0,0) size 8x12
-        RenderText {#text} at (0,-6) size 8x25
-          text run at (0,-6) width 8: &quot;2&quot;
-layer at (84,209) size 51x14
-  RenderMathMLRow {mrow} at (0,0) size 52x15 [padding: 0 5 4 2]
-    RenderBlock {mi} at (2,1) size 7x7
-      RenderText {#text} at (0,-7) size 5x19
-        text run at (0,-7) width 5: &quot;x&quot;
-    RenderMathMLOperator {mo} at (10,0) size 9x8
-      RenderMathMLBlock (flex) {mo} at (0,0) size 8x8
</del><ins>+  RenderMathMLToken {mn} at (0,0) size 14x15 [padding: 0 5 4 2]
+    RenderMathMLBlock (anonymous, flex) at (2,0) size 7x10
+      RenderBlock (anonymous) at (0,0) size 6x10
+        RenderText {#text} at (0,-4) size 6x19
+          text run at (0,-4) width 6: &quot;3&quot;
+layer at (84,209) size 60x19
+  RenderMathMLRoot {mroot} at (1,0) size 60x19 [intrinsic padding: 7 0 0 52]
+    RenderMathMLRow (anonymous) at (52,7) size 8x12
+      RenderMathMLToken {mn} at (0,0) size 8x12
+        RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+          RenderBlock (anonymous) at (0,0) size 8x12
+            RenderText {#text} at (0,-6) size 8x25
+              text run at (0,-6) width 8: &quot;2&quot;
+layer at (84,209) size 52x14
+  RenderMathMLRow {mrow} at (0,0) size 53x15 [padding: 0 5 4 2]
+    RenderMathMLToken {mi} at (2,1) size 7x7 [padding: 0 1 0 0]
+      RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
+        RenderBlock (anonymous) at (0,0) size 5x7
+          RenderText {#text} at (0,-7) size 5x19
+            text run at (0,-7) width 5: &quot;x&quot;
+    RenderMathMLOperator {mo} at (8,0) size 14x8
+      RenderMathMLBlock (anonymous, flex) at (2,0) size 9x8
</ins><span class="cx">         RenderBlock (anonymous) at (0,0) size 8x8
</span><del>-          RenderText {mo} at (0,-6) size 8x19
</del><ins>+          RenderText at (0,-6) size 8x19
</ins><span class="cx">             text run at (0,-6) width 8: &quot;+&quot;
</span><del>-    RenderBlock {mi} at (21,1) size 7x9
-      RenderText {#text} at (0,-7) size 5x19
-        text run at (0,-7) width 5: &quot;y&quot;
-    RenderMathMLOperator {mo} at (29,0) size 9x8
-      RenderMathMLBlock (flex) {mo} at (0,0) size 8x8
</del><ins>+    RenderMathMLToken {mi} at (21,1) size 8x9 [padding: 0 1 0 0]
+      RenderMathMLBlock (anonymous, flex) at (0,0) size 5x9
+        RenderBlock (anonymous) at (0,0) size 5x9
+          RenderText {#text} at (0,-7) size 5x19
+            text run at (0,-7) width 5: &quot;y&quot;
+    RenderMathMLOperator {mo} at (28,0) size 14x8
+      RenderMathMLBlock (anonymous, flex) at (2,0) size 9x8
</ins><span class="cx">         RenderBlock (anonymous) at (0,0) size 8x8
</span><del>-          RenderText {mo} at (0,-6) size 8x19
</del><ins>+          RenderText at (0,-6) size 8x19
</ins><span class="cx">             text run at (0,-6) width 8: &quot;+&quot;
</span><del>-    RenderBlock {mi} at (40,1) size 7x7
-      RenderText {#text} at (0,-7) size 5x19
-        text run at (0,-7) width 5: &quot;z&quot;
-layer at (194,246) size 88x37
-  RenderMathMLRoot {mroot} at (1,0) size 88x38 [intrinsic padding: 3 0 3 52]
-    RenderMathMLRow (anonymous) at (52,3) size 36x32
-      RenderMathMLFraction {mfrac} at (1,0) size 34x32
-        RenderMathMLBlock (anonymous, flex) at (0,0) size 34x16
-          RenderMathMLRow {mrow} at (0,0) size 34x12
-            RenderBlock {mi} at (0,3) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderMathMLOperator {mo} at (11,2) size 12x10
-              RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+    RenderMathMLToken {mi} at (41,1) size 7x7 [padding: 0 1 0 0]
+      RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
+        RenderBlock (anonymous) at (0,0) size 5x7
+          RenderText {#text} at (0,-7) size 5x19
+            text run at (0,-7) width 5: &quot;z&quot;
+layer at (194,246) size 90x37
+  RenderMathMLRoot {mroot} at (1,0) size 90x38 [intrinsic padding: 3 0 3 53]
+    RenderMathMLRow (anonymous) at (53,3) size 37x32
+      RenderMathMLFraction {mfrac} at (1,0) size 35x32
+        RenderMathMLBlock (anonymous, flex) at (0,0) size 35x16
+          RenderMathMLRow {mrow} at (0,0) size 35x12
+            RenderMathMLToken {mi} at (0,3) size 9x9 [padding: 0 2 0 0]
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 7x9
+                RenderBlock (anonymous) at (0,0) size 7x9
+                  RenderText {#text} at (0,-9) size 7x25
+                    text run at (0,-9) width 7: &quot;x&quot;
+            RenderMathMLOperator {mo} at (8,2) size 19x10
+              RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                 RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                  RenderText {mo} at (0,-8) size 11x25
</del><ins>+                  RenderText at (0,-8) size 11x25
</ins><span class="cx">                     text run at (0,-8) width 11: &quot;+&quot;
</span><del>-            RenderBlock {mn} at (25,0) size 9x12
-              RenderText {#text} at (0,-6) size 8x25
-                text run at (0,-6) width 8: &quot;1&quot;
-        RenderMathMLBlock (anonymous, flex) at (0,15) size 34x17 [padding: 1 0 0 0]
-          RenderMathMLRow {mrow} at (0,4) size 34x13
-            RenderBlock {mi} at (0,3) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderMathMLOperator {mo} at (11,2) size 12x10
-              RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+            RenderMathMLToken {mn} at (26,0) size 9x12
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                RenderBlock (anonymous) at (0,0) size 8x12
+                  RenderText {#text} at (0,-6) size 8x25
+                    text run at (0,-6) width 8: &quot;1&quot;
+        RenderMathMLBlock (anonymous, flex) at (0,15) size 35x17 [padding: 1 0 0 0]
+          RenderMathMLRow {mrow} at (0,4) size 35x13
+            RenderMathMLToken {mi} at (0,3) size 9x9 [padding: 0 2 0 0]
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 7x9
+                RenderBlock (anonymous) at (0,0) size 7x9
+                  RenderText {#text} at (0,-9) size 7x25
+                    text run at (0,-9) width 7: &quot;x&quot;
+            RenderMathMLOperator {mo} at (8,2) size 19x10
+              RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                 RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                  RenderText {mo} at (0,-8) size 11x25
</del><ins>+                  RenderText at (0,-8) size 11x25
</ins><span class="cx">                     text run at (0,-8) width 11: &quot;+&quot;
</span><del>-            RenderBlock {mn} at (25,0) size 9x12
-              RenderText {#text} at (0,-6) size 8x25
-                text run at (0,-6) width 8: &quot;2&quot;
-layer at (194,254) size 51x14
-  RenderMathMLRow {mrow} at (0,8) size 52x15 [padding: 0 5 4 2]
-    RenderBlock {mi} at (2,1) size 7x7
-      RenderText {#text} at (0,-7) size 5x19
-        text run at (0,-7) width 5: &quot;x&quot;
-    RenderMathMLOperator {mo} at (10,0) size 9x8
-      RenderMathMLBlock (flex) {mo} at (0,0) size 8x8
</del><ins>+            RenderMathMLToken {mn} at (26,0) size 9x12
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                RenderBlock (anonymous) at (0,0) size 8x12
+                  RenderText {#text} at (0,-6) size 8x25
+                    text run at (0,-6) width 8: &quot;2&quot;
+layer at (194,254) size 52x14
+  RenderMathMLRow {mrow} at (0,8) size 53x15 [padding: 0 5 4 2]
+    RenderMathMLToken {mi} at (2,1) size 7x7 [padding: 0 1 0 0]
+      RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
+        RenderBlock (anonymous) at (0,0) size 5x7
+          RenderText {#text} at (0,-7) size 5x19
+            text run at (0,-7) width 5: &quot;x&quot;
+    RenderMathMLOperator {mo} at (8,0) size 14x8
+      RenderMathMLBlock (anonymous, flex) at (2,0) size 9x8
</ins><span class="cx">         RenderBlock (anonymous) at (0,0) size 8x8
</span><del>-          RenderText {mo} at (0,-6) size 8x19
</del><ins>+          RenderText at (0,-6) size 8x19
</ins><span class="cx">             text run at (0,-6) width 8: &quot;+&quot;
</span><del>-    RenderBlock {mi} at (21,1) size 7x9
-      RenderText {#text} at (0,-7) size 5x19
-        text run at (0,-7) width 5: &quot;y&quot;
-    RenderMathMLOperator {mo} at (29,0) size 9x8
-      RenderMathMLBlock (flex) {mo} at (0,0) size 8x8
</del><ins>+    RenderMathMLToken {mi} at (21,1) size 8x9 [padding: 0 1 0 0]
+      RenderMathMLBlock (anonymous, flex) at (0,0) size 5x9
+        RenderBlock (anonymous) at (0,0) size 5x9
+          RenderText {#text} at (0,-7) size 5x19
+            text run at (0,-7) width 5: &quot;y&quot;
+    RenderMathMLOperator {mo} at (28,0) size 14x8
+      RenderMathMLBlock (anonymous, flex) at (2,0) size 9x8
</ins><span class="cx">         RenderBlock (anonymous) at (0,0) size 8x8
</span><del>-          RenderText {mo} at (0,-6) size 8x19
</del><ins>+          RenderText at (0,-6) size 8x19
</ins><span class="cx">             text run at (0,-6) width 8: &quot;+&quot;
</span><del>-    RenderBlock {mi} at (40,1) size 7x7
-      RenderText {#text} at (0,-7) size 5x19
-        text run at (0,-7) width 5: &quot;z&quot;
</del><ins>+    RenderMathMLToken {mi} at (41,1) size 7x7 [padding: 0 1 0 0]
+      RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
+        RenderBlock (anonymous) at (0,0) size 5x7
+          RenderText {#text} at (0,-7) size 5x19
+            text run at (0,-7) width 5: &quot;z&quot;
</ins><span class="cx"> layer at (84,299) size 23x44
</span><span class="cx">   RenderMathMLRoot {mroot} at (1,0) size 23x44 [intrinsic padding: 32 0 0 15]
</span><span class="cx">     RenderMathMLRow (anonymous) at (15,32) size 8x12
</span><del>-      RenderBlock {mn} at (0,0) size 8x12
-        RenderText {#text} at (0,-6) size 8x25
-          text run at (0,-6) width 8: &quot;2&quot;
</del><ins>+      RenderMathMLToken {mn} at (0,0) size 8x12
+        RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+          RenderBlock (anonymous) at (0,0) size 8x12
+            RenderText {#text} at (0,-6) size 8x25
+              text run at (0,-6) width 8: &quot;2&quot;
</ins><span class="cx"> layer at (85,299) size 15x39
</span><span class="cx">   RenderMathMLFraction {mfrac} at (1,0) size 16x39 [padding: 0 5 4 2]
</span><span class="cx">     RenderMathMLBlock (anonymous, flex) at (2,0) size 9x25
</span><span class="cx">       RenderMathMLFraction {mfrac} at (1,0) size 7x22
</span><span class="cx">         RenderMathMLBlock (anonymous, flex) at (0,0) size 7x10
</span><del>-          RenderBlock {mi} at (0,0) size 7x7
-            RenderText {#text} at (0,-7) size 5x19
-              text run at (0,-7) width 5: &quot;x&quot;
</del><ins>+          RenderMathMLToken {mi} at (0,0) size 7x7 [padding: 0 1 0 0]
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
+              RenderBlock (anonymous) at (0,0) size 5x7
+                RenderText {#text} at (0,-7) size 5x19
+                  text run at (0,-7) width 5: &quot;x&quot;
</ins><span class="cx">         RenderMathMLBlock (anonymous, flex) at (0,9) size 7x13 [padding: 1 0 0 0]
</span><del>-          RenderBlock {mi} at (0,3) size 7x10
</del><ins>+          RenderMathMLToken {mi} at (0,3) size 7x10 [padding: 0 1 0 0]
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 5x9
+              RenderBlock (anonymous) at (0,0) size 5x9
+                RenderText {#text} at (0,-7) size 5x19
+                  text run at (0,-7) width 5: &quot;y&quot;
+    RenderMathMLBlock (anonymous, flex) at (2,24) size 9x11 [padding: 1 0 0 0]
+      RenderMathMLToken {mi} at (1,3) size 7x8 [padding: 0 1 0 0]
+        RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
+          RenderBlock (anonymous) at (0,0) size 5x7
</ins><span class="cx">             RenderText {#text} at (0,-7) size 5x19
</span><del>-              text run at (0,-7) width 5: &quot;y&quot;
-    RenderMathMLBlock (anonymous, flex) at (2,24) size 9x11 [padding: 1 0 0 0]
-      RenderBlock {mi} at (1,3) size 7x8
-        RenderText {#text} at (0,-7) size 5x19
-          text run at (0,-7) width 5: &quot;z&quot;
-layer at (119,422) size 346x74
-  RenderMathMLRoot {mroot} at (1,0) size 347x74 [intrinsic padding: 3 0 3 19]
-    RenderMathMLRow (anonymous) at (19,3) size 328x68
-      RenderMathMLRow {mrow} at (0,0) size 328x68
-        RenderBlock {mn} at (0,38) size 8x12
-          RenderText {#text} at (0,-6) size 8x25
-            text run at (0,-6) width 8: &quot;1&quot;
-        RenderMathMLOperator {mo} at (11,40) size 12x10
-          RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+              text run at (0,-7) width 5: &quot;z&quot;
+layer at (119,422) size 352x74
+  RenderMathMLRoot {mroot} at (1,0) size 353x74 [intrinsic padding: 3 0 3 19]
+    RenderMathMLRow (anonymous) at (19,3) size 334x68
+      RenderMathMLRow {mrow} at (0,0) size 334x68
+        RenderMathMLToken {mn} at (0,38) size 8x12
+          RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+            RenderBlock (anonymous) at (0,0) size 8x12
+              RenderText {#text} at (0,-6) size 8x25
+                text run at (0,-6) width 8: &quot;1&quot;
+        RenderMathMLOperator {mo} at (8,40) size 19x10
+          RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-              RenderText {mo} at (0,-8) size 11x25
</del><ins>+              RenderText at (0,-8) size 11x25
</ins><span class="cx">                 text run at (0,-8) width 11: &quot;+&quot;
</span><del>-layer at (163,425) size 302x68
-  RenderMathMLRoot {mroot} at (25,0) size 303x68 [intrinsic padding: 3 0 3 19]
-    RenderMathMLRow (anonymous) at (19,3) size 283x62
-      RenderMathMLRow {mrow} at (0,0) size 283x62
-        RenderBlock {mn} at (0,35) size 8x12
-          RenderText {#text} at (0,-6) size 8x25
-            text run at (0,-6) width 8: &quot;2&quot;
-        RenderMathMLOperator {mo} at (11,37) size 12x10
-          RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+layer at (164,425) size 307x68
+  RenderMathMLRoot {mroot} at (26,0) size 308x68 [intrinsic padding: 3 0 3 19]
+    RenderMathMLRow (anonymous) at (19,3) size 289x62
+      RenderMathMLRow {mrow} at (0,0) size 289x62
+        RenderMathMLToken {mn} at (0,35) size 8x12
+          RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+            RenderBlock (anonymous) at (0,0) size 8x12
+              RenderText {#text} at (0,-6) size 8x25
+                text run at (0,-6) width 8: &quot;2&quot;
+        RenderMathMLOperator {mo} at (8,37) size 19x10
+          RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-              RenderText {mo} at (0,-8) size 11x25
</del><ins>+              RenderText at (0,-8) size 11x25
</ins><span class="cx">                 text run at (0,-8) width 11: &quot;+&quot;
</span><del>-layer at (208,428) size 258x62
-  RenderMathMLRoot {mroot} at (25,0) size 258x62 [intrinsic padding: 3 0 3 19]
-    RenderMathMLRow (anonymous) at (19,3) size 239x56
-      RenderMathMLRow {mrow} at (0,0) size 239x56
-        RenderBlock {mn} at (0,32) size 8x12
-          RenderText {#text} at (0,-6) size 8x25
-            text run at (0,-6) width 8: &quot;3&quot;
-        RenderMathMLOperator {mo} at (11,34) size 12x10
-          RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+layer at (209,428) size 262x62
+  RenderMathMLRoot {mroot} at (26,0) size 263x62 [intrinsic padding: 3 0 3 19]
+    RenderMathMLRow (anonymous) at (19,3) size 244x56
+      RenderMathMLRow {mrow} at (0,0) size 244x56
+        RenderMathMLToken {mn} at (0,32) size 8x12
+          RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+            RenderBlock (anonymous) at (0,0) size 8x12
+              RenderText {#text} at (0,-6) size 8x25
+                text run at (0,-6) width 8: &quot;3&quot;
+        RenderMathMLOperator {mo} at (8,34) size 19x10
+          RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-              RenderText {mo} at (0,-8) size 11x25
</del><ins>+              RenderText at (0,-8) size 11x25
</ins><span class="cx">                 text run at (0,-8) width 11: &quot;+&quot;
</span><del>-layer at (252,431) size 213x56
-  RenderMathMLRoot {mroot} at (25,0) size 214x56 [intrinsic padding: 3 0 3 19]
-    RenderMathMLRow (anonymous) at (19,3) size 195x50
-      RenderMathMLRow {mrow} at (0,0) size 195x50
-        RenderBlock {mn} at (0,29) size 8x12
-          RenderText {#text} at (0,-6) size 8x25
-            text run at (0,-6) width 8: &quot;4&quot;
-        RenderMathMLOperator {mo} at (11,31) size 12x10
-          RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+layer at (254,431) size 217x56
+  RenderMathMLRoot {mroot} at (26,0) size 218x56 [intrinsic padding: 3 0 3 19]
+    RenderMathMLRow (anonymous) at (19,3) size 198x50
+      RenderMathMLRow {mrow} at (0,0) size 198x50
+        RenderMathMLToken {mn} at (0,29) size 8x12
+          RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+            RenderBlock (anonymous) at (0,0) size 8x12
+              RenderText {#text} at (0,-6) size 8x25
+                text run at (0,-6) width 8: &quot;4&quot;
+        RenderMathMLOperator {mo} at (8,31) size 19x10
+          RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-              RenderText {mo} at (0,-8) size 11x25
</del><ins>+              RenderText at (0,-8) size 11x25
</ins><span class="cx">                 text run at (0,-8) width 11: &quot;+&quot;
</span><del>-layer at (297,434) size 169x50
-  RenderMathMLRoot {mroot} at (25,0) size 170x50 [intrinsic padding: 3 0 3 18]
-    RenderMathMLRow (anonymous) at (18,3) size 151x44
-      RenderMathMLRow {mrow} at (0,0) size 151x44
-        RenderBlock {mn} at (0,25) size 8x13
-          RenderText {#text} at (0,-5) size 8x25
-            text run at (0,-5) width 8: &quot;5&quot;
-        RenderMathMLOperator {mo} at (11,28) size 12x10
-          RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+layer at (299,434) size 172x50
+  RenderMathMLRoot {mroot} at (26,0) size 172x50 [intrinsic padding: 3 0 3 18]
+    RenderMathMLRow (anonymous) at (18,3) size 154x44
+      RenderMathMLRow {mrow} at (0,0) size 154x44
+        RenderMathMLToken {mn} at (0,25) size 8x13
+          RenderMathMLBlock (anonymous, flex) at (0,0) size 8x13
+            RenderBlock (anonymous) at (0,0) size 8x13
+              RenderText {#text} at (0,-5) size 8x25
+                text run at (0,-5) width 8: &quot;5&quot;
+        RenderMathMLOperator {mo} at (8,28) size 19x10
+          RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-              RenderText {mo} at (0,-8) size 11x25
</del><ins>+              RenderText at (0,-8) size 11x25
</ins><span class="cx">                 text run at (0,-8) width 11: &quot;+&quot;
</span><del>-layer at (340,437) size 126x44
-  RenderMathMLRoot {mroot} at (25,0) size 126x44 [intrinsic padding: 3 0 3 16]
-    RenderMathMLRow (anonymous) at (16,3) size 110x38
-      RenderMathMLRow {mrow} at (0,0) size 110x38
-        RenderBlock {mn} at (0,23) size 8x12
-          RenderText {#text} at (0,-6) size 8x25
-            text run at (0,-6) width 8: &quot;6&quot;
-        RenderMathMLOperator {mo} at (11,25) size 12x10
-          RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+layer at (343,437) size 128x44
+  RenderMathMLRoot {mroot} at (26,0) size 128x44 [intrinsic padding: 3 0 3 16]
+    RenderMathMLRow (anonymous) at (16,3) size 112x38
+      RenderMathMLRow {mrow} at (0,0) size 112x38
+        RenderMathMLToken {mn} at (0,23) size 8x12
+          RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+            RenderBlock (anonymous) at (0,0) size 8x12
+              RenderText {#text} at (0,-6) size 8x25
+                text run at (0,-6) width 8: &quot;6&quot;
+        RenderMathMLOperator {mo} at (8,25) size 19x10
+          RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-              RenderText {mo} at (0,-8) size 11x25
</del><ins>+              RenderText at (0,-8) size 11x25
</ins><span class="cx">                 text run at (0,-8) width 11: &quot;+&quot;
</span><del>-layer at (381,440) size 84x38
-  RenderMathMLRoot {mroot} at (25,0) size 85x38 [intrinsic padding: 3 0 3 15]
-    RenderMathMLRow (anonymous) at (15,3) size 69x32
-      RenderMathMLRow {mrow} at (0,0) size 69x32
-        RenderBlock {mn} at (0,20) size 8x12
-          RenderText {#text} at (0,-6) size 8x25
-            text run at (0,-6) width 8: &quot;7&quot;
-        RenderMathMLOperator {mo} at (11,22) size 12x10
-          RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+layer at (386,440) size 86x38
+  RenderMathMLRoot {mroot} at (26,0) size 86x38 [intrinsic padding: 3 0 3 15]
+    RenderMathMLRow (anonymous) at (15,3) size 71x32
+      RenderMathMLRow {mrow} at (0,0) size 71x32
+        RenderMathMLToken {mn} at (0,20) size 8x12
+          RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+            RenderBlock (anonymous) at (0,0) size 8x12
+              RenderText {#text} at (0,-6) size 8x25
+                text run at (0,-6) width 8: &quot;7&quot;
+        RenderMathMLOperator {mo} at (8,22) size 19x10
+          RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-              RenderText {mo} at (0,-8) size 11x25
</del><ins>+              RenderText at (0,-8) size 11x25
</ins><span class="cx">                 text run at (0,-8) width 11: &quot;+&quot;
</span><del>-layer at (422,443) size 44x32
-  RenderMathMLRoot {mroot} at (25,0) size 44x32 [intrinsic padding: 20 0 0 32]
-    RenderMathMLRow (anonymous) at (32,20) size 12x12
-      RenderBlock {mi} at (0,0) size 12x12
-        RenderText {#text} at (0,-6) size 10x25
-          text run at (0,-6) width 10: &quot;A&quot;
-layer at (423,443) size 32x27
</del><ins>+layer at (427,443) size 45x32
+  RenderMathMLRoot {mroot} at (26,0) size 45x32 [intrinsic padding: 20 0 0 33]
+    RenderMathMLRow (anonymous) at (33,20) size 12x12
+      RenderMathMLToken {mi} at (0,0) size 12x12 [padding: 0 2 0 0]
+        RenderMathMLBlock (anonymous, flex) at (0,0) size 10x12
+          RenderBlock (anonymous) at (0,0) size 10x12
+            RenderText {#text} at (0,-6) size 10x25
+              text run at (0,-6) width 10: &quot;A&quot;
+layer at (428,443) size 33x27
</ins><span class="cx">   RenderMathMLFraction {mfrac} at (1,0) size 33x27 [padding: 0 5 4 2]
</span><del>-    RenderMathMLBlock (anonymous, flex) at (2,0) size 26x13
</del><ins>+    RenderMathMLBlock (anonymous, flex) at (2,0) size 27x13
</ins><span class="cx">       RenderMathMLRow {mrow} at (0,0) size 26x10
</span><del>-        RenderBlock {mi} at (0,1) size 7x7
-          RenderText {#text} at (0,-7) size 5x19
-            text run at (0,-7) width 5: &quot;x&quot;
-        RenderMathMLOperator {mo} at (8,0) size 9x8
-          RenderMathMLBlock (flex) {mo} at (0,0) size 8x8
</del><ins>+        RenderMathMLToken {mi} at (0,1) size 7x7 [padding: 0 1 0 0]
+          RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
+            RenderBlock (anonymous) at (0,0) size 5x7
+              RenderText {#text} at (0,-7) size 5x19
+                text run at (0,-7) width 5: &quot;x&quot;
+        RenderMathMLOperator {mo} at (6,0) size 14x8
+          RenderMathMLBlock (anonymous, flex) at (2,0) size 9x8
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 8x8
</span><del>-              RenderText {mo} at (0,-6) size 8x19
</del><ins>+              RenderText at (0,-6) size 8x19
</ins><span class="cx">                 text run at (0,-6) width 8: &quot;+&quot;
</span><del>-        RenderBlock {mi} at (18,1) size 8x9
-          RenderText {#text} at (0,-7) size 5x19
-            text run at (0,-7) width 5: &quot;y&quot;
-    RenderMathMLBlock (anonymous, flex) at (2,12) size 26x11 [padding: 1 0 0 0]
-      RenderBlock {mi} at (9,3) size 7x8
-        RenderText {#text} at (0,-7) size 5x19
-          text run at (0,-7) width 5: &quot;z&quot;
-layer at (381,449) size 13x14
-  RenderBlock (positioned) {mn} at (0,9) size 14x15
-    RenderText {#text} at (2,-4) size 6x19
-      text run at (2,-4) width 6: &quot;9&quot;
-layer at (340,450) size 13x14
-  RenderBlock (positioned) {mn} at (0,13) size 14x15
-    RenderText {#text} at (2,-4) size 6x19
-      text run at (2,-4) width 6: &quot;8&quot;
-layer at (297,451) size 13x13
-  RenderBlock (positioned) {mn} at (0,17) size 14x14
-    RenderText {#text} at (2,-5) size 6x19
-      text run at (2,-5) width 6: &quot;7&quot;
-layer at (252,451) size 13x14
-  RenderBlock (positioned) {mn} at (0,20) size 14x15
-    RenderText {#text} at (2,-4) size 6x19
-      text run at (2,-4) width 6: &quot;6&quot;
-layer at (208,452) size 13x14
-  RenderBlock (positioned) {mn} at (0,24) size 14x15
-    RenderText {#text} at (2,-4) size 6x19
-      text run at (2,-4) width 6: &quot;5&quot;
-layer at (163,453) size 13x14
-  RenderBlock (positioned) {mn} at (0,28) size 14x15
-    RenderText {#text} at (2,-4) size 6x19
-      text run at (2,-4) width 6: &quot;4&quot;
</del><ins>+        RenderMathMLToken {mi} at (19,1) size 7x9 [padding: 0 1 0 0]
+          RenderMathMLBlock (anonymous, flex) at (0,0) size 5x9
+            RenderBlock (anonymous) at (0,0) size 5x9
+              RenderText {#text} at (0,-7) size 5x19
+                text run at (0,-7) width 5: &quot;y&quot;
+    RenderMathMLBlock (anonymous, flex) at (2,12) size 27x11 [padding: 1 0 0 0]
+      RenderMathMLToken {mi} at (9,3) size 7x8 [padding: 0 1 0 0]
+        RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
+          RenderBlock (anonymous) at (0,0) size 5x7
+            RenderText {#text} at (0,-7) size 5x19
+              text run at (0,-7) width 5: &quot;z&quot;
+layer at (386,449) size 13x14
+  RenderMathMLToken {mn} at (0,9) size 14x15 [padding: 0 5 4 2]
+    RenderMathMLBlock (anonymous, flex) at (2,0) size 7x10
+      RenderBlock (anonymous) at (0,0) size 6x10
+        RenderText {#text} at (0,-4) size 6x19
+          text run at (0,-4) width 6: &quot;9&quot;
+layer at (343,450) size 13x14
+  RenderMathMLToken {mn} at (0,13) size 14x15 [padding: 0 5 4 2]
+    RenderMathMLBlock (anonymous, flex) at (2,0) size 7x10
+      RenderBlock (anonymous) at (0,0) size 6x10
+        RenderText {#text} at (0,-4) size 6x19
+          text run at (0,-4) width 6: &quot;8&quot;
+layer at (299,451) size 13x13
+  RenderMathMLToken {mn} at (0,17) size 14x14 [padding: 0 5 4 2]
+    RenderMathMLBlock (anonymous, flex) at (2,0) size 7x9
+      RenderBlock (anonymous) at (0,0) size 6x9
+        RenderText {#text} at (0,-5) size 6x19
+          text run at (0,-5) width 6: &quot;7&quot;
+layer at (254,451) size 13x14
+  RenderMathMLToken {mn} at (0,20) size 14x15 [padding: 0 5 4 2]
+    RenderMathMLBlock (anonymous, flex) at (2,0) size 7x10
+      RenderBlock (anonymous) at (0,0) size 6x10
+        RenderText {#text} at (0,-4) size 6x19
+          text run at (0,-4) width 6: &quot;6&quot;
+layer at (209,452) size 13x14
+  RenderMathMLToken {mn} at (0,24) size 14x15 [padding: 0 5 4 2]
+    RenderMathMLBlock (anonymous, flex) at (2,0) size 7x10
+      RenderBlock (anonymous) at (0,0) size 6x10
+        RenderText {#text} at (0,-4) size 6x19
+          text run at (0,-4) width 6: &quot;5&quot;
+layer at (164,453) size 13x14
+  RenderMathMLToken {mn} at (0,28) size 14x15 [padding: 0 5 4 2]
+    RenderMathMLBlock (anonymous, flex) at (2,0) size 7x10
+      RenderBlock (anonymous) at (0,0) size 6x10
+        RenderText {#text} at (0,-4) size 6x19
+          text run at (0,-4) width 6: &quot;4&quot;
</ins><span class="cx"> layer at (119,453) size 13x14
</span><del>-  RenderBlock (positioned) {mn} at (0,31) size 14x15
-    RenderText {#text} at (2,-4) size 6x19
-      text run at (2,-4) width 6: &quot;3&quot;
</del><ins>+  RenderMathMLToken {mn} at (0,31) size 14x15 [padding: 0 5 4 2]
+    RenderMathMLBlock (anonymous, flex) at (2,0) size 7x10
+      RenderBlock (anonymous) at (0,0) size 6x10
+        RenderText {#text} at (0,-4) size 6x19
+          text run at (0,-4) width 6: &quot;3&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlpresentationrowexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/gtk/mathml/presentation/row-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlpresentationrowexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/gtk/mathml/presentation/row-expected.txt (166058 => 166059)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/mathml/presentation/row-expected.txt        2014-03-21 10:36:21 UTC (rev 166058)
+++ trunk/LayoutTests/platform/gtk/mathml/presentation/row-expected.txt        2014-03-21 13:01:56 UTC (rev 166059)
</span><span class="lines">@@ -1,1392 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x489
-  RenderBlock {html} at (0,0) size 800x489
-    RenderBody {body} at (8,16) size 784x457
-      RenderBlock {p} at (0,0) size 784x17
-        RenderMathMLMath {math} at (0,3) size 36x12 [padding: 0 1 0 1]
-          RenderBlock {mi} at (1,3) size 9x9
-            RenderText {#text} at (0,-9) size 7x25
-              text run at (0,-9) width 7: &quot;x&quot;
-          RenderMathMLOperator {mo} at (12,2) size 12x10 [bgcolor=#C8C8C8]
-            RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
-              RenderBlock (anonymous) at (0,0) size 11x10
-                RenderText {mo} at (0,-8) size 11x25
-                  text run at (0,-8) width 11: &quot;+&quot;
-          RenderBlock {mn} at (26,0) size 9x12
-            RenderText {#text} at (0,-6) size 8x25
-              text run at (0,-6) width 8: &quot;1&quot;
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {p} at (0,33) size 784x21
-        RenderText {#text} at (0,1) size 40x17
-          text run at (0,1) width 40: &quot;16px: &quot;
-        RenderMathMLMath {math} at (40,2) size 51x18 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 49x18
-            RenderMathMLOperator {mo} at (1,0) size 10x17 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 9x17
-                RenderBlock (anonymous) at (0,0) size 9x17
-                  RenderText {mo} at (0,-6) size 9x28
-                    text run at (0,-6) width 9: &quot;{&quot;
-            RenderBlock {mi} at (12,5) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (20,3) size 17x15
-              RenderBlock {div} at (0,-1) size 16x17 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (38,0) size 10x17 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 9x17
-                RenderBlock (anonymous) at (0,0) size 9x17
-                  RenderText {mo} at (0,-6) size 9x28
-                    text run at (0,-6) width 9: &quot;}&quot;
-        RenderText {#text} at (90,1) size 5x17
-          text run at (90,1) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (94,3) size 46x17 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 43x17
-            RenderMathMLOperator {mo} at (1,0) size 7x15 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 6x15
-                RenderBlock (anonymous) at (0,0) size 6x15
-                  RenderText {mo} at (0,-7) size 6x28
-                    text run at (0,-7) width 6: &quot;[&quot;
-            RenderBlock {mi} at (9,4) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (17,2) size 17x15
-              RenderBlock {div} at (0,-1) size 16x17 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (35,0) size 7x15 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 6x15
-                RenderBlock (anonymous) at (0,0) size 6x15
-                  RenderText {mo} at (0,-7) size 6x28
-                    text run at (0,-7) width 6: &quot;]&quot;
-        RenderText {#text} at (139,1) size 5x17
-          text run at (139,1) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (143,2) size 46x18 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 43x18
-            RenderMathMLOperator {mo} at (1,0) size 7x17 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 6x17
-                RenderBlock (anonymous) at (0,0) size 6x17
-                  RenderText {mo} at (0,-6) size 6x28
-                    text run at (0,-6) width 6: &quot;(&quot;
-            RenderBlock {mi} at (9,5) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (17,3) size 17x15
-              RenderBlock {div} at (0,-1) size 16x17 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (35,0) size 7x17 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 6x17
-                RenderBlock (anonymous) at (0,0) size 6x17
-                  RenderText {mo} at (0,-6) size 6x28
-                    text run at (0,-6) width 6: &quot;)&quot;
-        RenderText {#text} at (188,1) size 5x17
-          text run at (188,1) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (192,2) size 42x18 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 39x18
-            RenderMathMLOperator {mo} at (1,0) size 5x14 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 4x14
-                RenderBlock (anonymous) at (0,0) size 4x14
-                  RenderText {mo} at (0,-6) size 4x28
-                    text run at (0,-6) width 4: &quot;|&quot;
-            RenderBlock {mi} at (7,5) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (15,3) size 17x15
-              RenderBlock {div} at (0,-1) size 16x17 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (33,0) size 5x14 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 4x14
-                RenderBlock (anonymous) at (0,0) size 4x14
-                  RenderText {mo} at (0,-6) size 4x28
-                    text run at (0,-6) width 4: &quot;|&quot;
-        RenderText {#text} at (233,1) size 5x17
-          text run at (233,1) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (237,0) size 39x21 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 36x21
-            RenderMathMLOperator {mo} at (1,0) size 9x21 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 8x21
-                RenderBlock (anonymous) at (0,0) size 8x21
-                  RenderText {mo} at (0,-4) size 8x28
-                    text run at (0,-4) width 8: &quot;\x{222B}&quot;
-            RenderBlock {mi} at (11,7) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (19,5) size 17x15
-              RenderBlock {div} at (0,-1) size 16x17 [bgcolor=#00FF00]
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {p} at (0,70) size 784x32
-        RenderText {#text} at (0,9) size 40x17
-          text run at (0,9) width 40: &quot;24px: &quot;
-        RenderMathMLMath {math} at (40,4) size 67x26 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 65x26
-            RenderMathMLOperator {mo} at (1,0) size 14x24 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 13x24
-                RenderBlock (anonymous) at (0,0) size 13x24
-                  RenderText {mo} at (0,-10) size 13x42
-                    text run at (0,-10) width 13: &quot;{&quot;
-            RenderBlock {mi} at (16,11) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (24,3) size 25x23
-              RenderBlock {div} at (0,-1) size 24x25 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (50,0) size 14x24 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 13x24
-                RenderBlock (anonymous) at (0,0) size 13x24
-                  RenderText {mo} at (0,-10) size 13x42
-                    text run at (0,-10) width 13: &quot;}&quot;
-        RenderText {#text} at (106,9) size 5x17
-          text run at (106,9) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (110,5) size 60x25 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 57x25
-            RenderMathMLOperator {mo} at (1,0) size 10x23 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 9x23
-                RenderBlock (anonymous) at (0,0) size 9x23
-                  RenderText {mo} at (0,-11) size 9x42
-                    text run at (0,-11) width 9: &quot;[&quot;
-            RenderBlock {mi} at (12,10) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (20,2) size 25x23
-              RenderBlock {div} at (0,-1) size 24x25 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (46,0) size 10x23 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 9x23
-                RenderBlock (anonymous) at (0,0) size 9x23
-                  RenderText {mo} at (0,-11) size 9x42
-                    text run at (0,-11) width 9: &quot;]&quot;
-        RenderText {#text} at (169,9) size 5x17
-          text run at (169,9) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (173,4) size 60x26 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 57x26
-            RenderMathMLOperator {mo} at (1,0) size 10x24 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 9x24
-                RenderBlock (anonymous) at (0,0) size 9x24
-                  RenderText {mo} at (0,-10) size 9x42
-                    text run at (0,-10) width 9: &quot;(&quot;
-            RenderBlock {mi} at (12,11) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (20,3) size 25x23
-              RenderBlock {div} at (0,-1) size 24x25 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (46,0) size 10x24 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 9x24
-                RenderBlock (anonymous) at (0,0) size 9x24
-                  RenderText {mo} at (0,-10) size 9x42
-                    text run at (0,-10) width 9: &quot;)&quot;
-        RenderText {#text} at (232,9) size 5x17
-          text run at (232,9) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (236,4) size 52x26 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 49x26
-            RenderMathMLOperator {mo} at (1,0) size 6x20 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 5x20
-                RenderBlock (anonymous) at (0,0) size 5x20
-                  RenderText {mo} at (0,-10) size 5x42
-                    text run at (0,-10) width 5: &quot;|&quot;
-            RenderBlock {mi} at (8,11) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (16,3) size 25x23
-              RenderBlock {div} at (0,-1) size 24x25 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (42,0) size 6x20 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 5x20
-                RenderBlock (anonymous) at (0,0) size 5x20
-                  RenderText {mo} at (0,-10) size 5x42
-                    text run at (0,-10) width 5: &quot;|&quot;
-        RenderText {#text} at (287,9) size 5x17
-          text run at (287,9) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (291,0) size 51x32 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 48x32
-            RenderMathMLOperator {mo} at (1,0) size 13x32 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 12x32
-                RenderBlock (anonymous) at (0,0) size 12x32
-                  RenderText {mo} at (0,-6) size 12x42
-                    text run at (0,-6) width 12: &quot;\x{222B}&quot;
-            RenderBlock {mi} at (15,15) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (23,7) size 25x23
-              RenderBlock {div} at (0,-1) size 24x25 [bgcolor=#00FF00]
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {p} at (0,118) size 784x47
-        RenderText {#text} at (0,17) size 40x17
-          text run at (0,17) width 40: &quot;32px: &quot;
-        RenderMathMLMath {math} at (40,5) size 85x36 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 83x36
-            RenderMathMLOperator {mo} at (1,0) size 19x33 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 18x33
-                RenderBlock (anonymous) at (0,0) size 18x33
-                  RenderText {mo} at (0,-14) size 18x57
-                    text run at (0,-14) width 18: &quot;{&quot;
-            RenderBlock {mi} at (21,18) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (29,5) size 33x31
-              RenderBlock {div} at (0,-1) size 32x33 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (63,0) size 19x33 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 18x33
-                RenderBlock (anonymous) at (0,0) size 18x33
-                  RenderText {mo} at (0,-14) size 18x57
-                    text run at (0,-14) width 18: &quot;}&quot;
-        RenderText {#text} at (124,17) size 5x17
-          text run at (124,17) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (128,10) size 64x37 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 61x37
-            RenderMathMLOperator {mo} at (1,0) size 8x37 [bgcolor=#C8C8C8]
-            RenderBlock {mi} at (10,13) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (18,0) size 33x31
-              RenderBlock {div} at (0,-1) size 32x33 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (52,0) size 8x37 [bgcolor=#C8C8C8]
-        RenderText {#text} at (191,17) size 5x17
-          text run at (191,17) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (195,10) size 64x37 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 61x37
-            RenderMathMLOperator {mo} at (1,0) size 8x37 [bgcolor=#C8C8C8]
-            RenderBlock {mi} at (10,13) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (18,0) size 33x31
-              RenderBlock {div} at (0,-1) size 32x33 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (52,0) size 8x37 [bgcolor=#C8C8C8]
-        RenderText {#text} at (258,17) size 5x17
-          text run at (258,17) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (262,10) size 70x37 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 67x37
-            RenderMathMLOperator {mo} at (1,0) size 11x37 [bgcolor=#C8C8C8]
-            RenderBlock {mi} at (13,13) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (21,0) size 33x31
-              RenderBlock {div} at (0,-1) size 32x33 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (55,0) size 11x37 [bgcolor=#C8C8C8]
-        RenderText {#text} at (331,17) size 5x17
-          text run at (331,17) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (335,0) size 64x43 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 61x43
-            RenderMathMLOperator {mo} at (1,0) size 18x43 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 17x43
-                RenderBlock (anonymous) at (0,0) size 17x43
-                  RenderText {mo} at (0,-9) size 17x57
-                    text run at (0,-9) width 17: &quot;\x{222B}&quot;
-            RenderBlock {mi} at (20,23) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (28,10) size 33x31
-              RenderBlock {div} at (0,-1) size 32x33 [bgcolor=#00FF00]
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {p} at (0,181) size 784x56
-        RenderText {#text} at (0,18) size 40x17
-          text run at (0,18) width 40: &quot;48px: &quot;
-        RenderMathMLMath {math} at (40,0) size 85x56 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 83x56
-            RenderMathMLOperator {mo} at (1,0) size 11x56 [bgcolor=#C8C8C8]
-            RenderBlock {mi} at (13,24) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (21,0) size 49x47
-              RenderBlock {div} at (0,-1) size 48x49 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (71,0) size 11x56 [bgcolor=#C8C8C8]
-        RenderText {#text} at (124,18) size 5x17
-          text run at (124,18) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (128,0) size 80x56 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 77x56
-            RenderMathMLOperator {mo} at (1,0) size 8x56 [bgcolor=#C8C8C8]
-            RenderBlock {mi} at (10,24) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (18,0) size 49x47
-              RenderBlock {div} at (0,-1) size 48x49 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (68,0) size 8x56 [bgcolor=#C8C8C8]
-        RenderText {#text} at (207,18) size 5x17
-          text run at (207,18) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (211,0) size 80x56 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 77x56
-            RenderMathMLOperator {mo} at (1,0) size 8x56 [bgcolor=#C8C8C8]
-            RenderBlock {mi} at (10,24) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (18,0) size 49x47
-              RenderBlock {div} at (0,-1) size 48x49 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (68,0) size 8x56 [bgcolor=#C8C8C8]
-        RenderText {#text} at (290,18) size 5x17
-          text run at (290,18) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (294,0) size 86x56 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 83x56
-            RenderMathMLOperator {mo} at (1,0) size 11x56 [bgcolor=#C8C8C8]
-            RenderBlock {mi} at (13,24) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (21,0) size 49x47
-              RenderBlock {div} at (0,-1) size 48x49 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (71,0) size 11x56 [bgcolor=#C8C8C8]
-        RenderText {#text} at (379,18) size 5x17
-          text run at (379,18) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (383,0) size 74x56 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 71x56
-            RenderMathMLOperator {mo} at (1,0) size 12x56 [bgcolor=#C8C8C8]
-            RenderBlock {mi} at (14,24) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (22,0) size 49x47
-              RenderBlock {div} at (0,-1) size 48x49 [bgcolor=#00FF00]
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {p} at (0,253) size 784x142
-        RenderText {#text} at (0,68) size 48x17
-          text run at (0,68) width 48: &quot;120px: &quot;
-        RenderMathMLMath {math} at (48,0) size 85x142 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 83x142
-            RenderMathMLOperator {mo} at (1,0) size 11x142 [bgcolor=#C8C8C8]
-            RenderBlock {mi} at (13,74) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (21,2) size 49x119
-              RenderBlock {div} at (0,-1) size 48x121 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (71,0) size 11x142 [bgcolor=#C8C8C8]
-        RenderText {#text} at (132,68) size 5x17
-          text run at (132,68) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (136,0) size 80x142 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 77x142
-            RenderMathMLOperator {mo} at (1,0) size 8x142 [bgcolor=#C8C8C8]
-            RenderBlock {mi} at (10,74) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (18,2) size 49x119
-              RenderBlock {div} at (0,-1) size 48x121 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (68,0) size 8x142 [bgcolor=#C8C8C8]
-        RenderText {#text} at (215,68) size 5x17
-          text run at (215,68) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (219,0) size 80x142 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 77x142
-            RenderMathMLOperator {mo} at (1,0) size 8x142 [bgcolor=#C8C8C8]
-            RenderBlock {mi} at (10,74) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (18,2) size 49x119
-              RenderBlock {div} at (0,-1) size 48x121 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (68,0) size 8x142 [bgcolor=#C8C8C8]
-        RenderText {#text} at (298,68) size 5x17
-          text run at (298,68) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (302,0) size 86x142 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 83x142
-            RenderMathMLOperator {mo} at (1,0) size 11x142 [bgcolor=#C8C8C8]
-            RenderBlock {mi} at (13,74) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (21,2) size 49x119
-              RenderBlock {div} at (0,-1) size 48x121 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (71,0) size 11x142 [bgcolor=#C8C8C8]
-        RenderText {#text} at (387,68) size 5x17
-          text run at (387,68) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (391,0) size 74x142 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 71x142
-            RenderMathMLOperator {mo} at (1,0) size 12x142 [bgcolor=#C8C8C8]
-            RenderBlock {mi} at (14,74) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (22,2) size 49x119
-              RenderBlock {div} at (0,-1) size 48x121 [bgcolor=#00FF00]
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {p} at (0,411) size 784x46
-        RenderText {#text} at (0,12) size 40x17
-          text run at (0,12) width 40: &quot;40px: &quot;
-        RenderMathMLMath {math} at (40,0) size 183x46 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 181x46
-            RenderMathMLOperator {mo} at (1,0) size 8x46 [bgcolor=#C8C8C8]
-            RenderBlock {mi} at (10,18) size 9x9
-              RenderText {#text} at (0,-9) size 7x25
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderMathMLOperator {mo} at (21,24) size 5x5 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 4x5
-                RenderBlock (anonymous) at (0,0) size 4x5
-                  RenderText {mo} at (0,-15) size 4x25
-                    text run at (0,-15) width 4: &quot;,&quot;
-            RenderBlock {mtext} at (29,0) size 41x39
-              RenderBlock {div} at (0,-1) size 40x41 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (72,24) size 5x5 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 4x5
-                RenderBlock (anonymous) at (0,0) size 4x5
-                  RenderText {mo} at (0,-15) size 4x25
-                    text run at (0,-15) width 4: &quot;,&quot;
-            RenderBlock {mtext} at (79,0) size 41x39
-              RenderBlock {div} at (0,-1) size 40x41 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (122,24) size 5x5 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 4x5
-                RenderBlock (anonymous) at (0,0) size 4x5
-                  RenderText {mo} at (0,-15) size 4x25
-                    text run at (0,-15) width 4: &quot;,&quot;
-            RenderBlock {mtext} at (129,0) size 41x39
-              RenderBlock {div} at (0,-1) size 40x41 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (171,0) size 8x46 [bgcolor=#C8C8C8]
-        RenderText {#text} at (0,0) size 0x0
-layer at (140,144) size 7x17 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-      RenderText {mo} at (0,-6) size 7x25
-        text run at (0,-6) width 7: &quot;\x{23A1}&quot;
-layer at (140,161) size 7x3 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,17) size 7x3
-    RenderBlock (anonymous) at (0,0) size 7x3
-layer at (140,164) size 7x17 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,20) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-layer at (190,144) size 7x17 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-      RenderText {mo} at (0,-6) size 7x25
-        text run at (0,-6) width 7: &quot;\x{23A4}&quot;
-layer at (190,161) size 7x3 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,17) size 7x3
-    RenderBlock (anonymous) at (0,0) size 7x3
-layer at (190,164) size 7x17 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,20) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-layer at (207,144) size 7x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-      RenderText {mo} at (0,-5) size 7x25
-        text run at (0,-5) width 7: &quot;\x{239B}&quot;
-layer at (207,161) size 7x3 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,17) size 7x3
-    RenderBlock (anonymous) at (0,0) size 7x3
-layer at (207,164) size 7x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,20) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-layer at (257,144) size 7x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-      RenderText {mo} at (0,-5) size 7x25
-        text run at (0,-5) width 7: &quot;\x{239E}&quot;
-layer at (257,161) size 7x3 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,17) size 7x3
-    RenderBlock (anonymous) at (0,0) size 7x3
-layer at (257,164) size 7x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,20) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-layer at (274,144) size 10x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,0) size 10x17
-    RenderBlock (anonymous) at (0,0) size 10x17
-      RenderText {mo} at (0,-5) size 10x25
-        text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (274,161) size 10x3 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,17) size 10x3
-    RenderBlock (anonymous) at (0,0) size 10x3
-layer at (274,164) size 10x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,20) size 10x17
-    RenderBlock (anonymous) at (0,0) size 10x17
-layer at (327,144) size 10x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,0) size 10x17
-    RenderBlock (anonymous) at (0,0) size 10x17
-      RenderText {mo} at (0,-5) size 10x25
-        text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (327,161) size 10x3 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,17) size 10x3
-    RenderBlock (anonymous) at (0,0) size 10x3
-layer at (327,164) size 10x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,20) size 10x17
-    RenderBlock (anonymous) at (0,0) size 10x17
-layer at (51,197) size 10x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,0) size 10x17
-    RenderBlock (anonymous) at (0,0) size 10x17
-      RenderText {mo} at (0,-5) size 10x25
-        text run at (0,-5) width 10: &quot;\x{23A7}&quot;
-layer at (51,214) size 10x3 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,17) size 10x3
-    RenderBlock (anonymous) at (0,0) size 10x3
-layer at (51,217) size 10x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,20) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (51,233) size 10x3 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,36) size 10x3
-    RenderBlock (anonymous) at (0,0) size 10x3
-layer at (51,236) size 10x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,39) size 10x17
-    RenderBlock (anonymous) at (0,0) size 10x17
-layer at (120,197) size 10x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,0) size 10x17
-    RenderBlock (anonymous) at (0,0) size 10x17
-      RenderText {mo} at (0,-5) size 10x25
-        text run at (0,-5) width 10: &quot;\x{23AB}&quot;
-layer at (120,214) size 10x3 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,17) size 10x3
-    RenderBlock (anonymous) at (0,0) size 10x3
-layer at (120,217) size 10x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,20) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (120,233) size 10x3 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,36) size 10x3
-    RenderBlock (anonymous) at (0,0) size 10x3
-layer at (120,236) size 10x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,39) size 10x17
-    RenderBlock (anonymous) at (0,0) size 10x17
-layer at (140,197) size 7x17 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-      RenderText {mo} at (0,-6) size 7x25
-        text run at (0,-6) width 7: &quot;\x{23A1}&quot;
-layer at (140,214) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,17) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (140,230) size 7x6 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,33) size 7x6
-    RenderBlock (anonymous) at (0,0) size 7x6
-layer at (140,236) size 7x17 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,39) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-layer at (206,197) size 7x17 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-      RenderText {mo} at (0,-6) size 7x25
-        text run at (0,-6) width 7: &quot;\x{23A4}&quot;
-layer at (206,214) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,17) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (206,230) size 7x6 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,33) size 7x6
-    RenderBlock (anonymous) at (0,0) size 7x6
-layer at (206,236) size 7x17 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,39) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-layer at (223,197) size 7x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-      RenderText {mo} at (0,-5) size 7x25
-        text run at (0,-5) width 7: &quot;\x{239B}&quot;
-layer at (223,214) size 7x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,17) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (223,230) size 7x6 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,33) size 7x6
-    RenderBlock (anonymous) at (0,0) size 7x6
-layer at (223,236) size 7x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,39) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-layer at (289,197) size 7x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-      RenderText {mo} at (0,-5) size 7x25
-        text run at (0,-5) width 7: &quot;\x{239E}&quot;
-layer at (289,214) size 7x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,17) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (289,230) size 7x6 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,33) size 7x6
-    RenderBlock (anonymous) at (0,0) size 7x6
-layer at (289,236) size 7x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,39) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-layer at (306,197) size 10x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,0) size 10x17
-    RenderBlock (anonymous) at (0,0) size 10x17
-      RenderText {mo} at (0,-5) size 10x25
-        text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (306,214) size 10x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,17) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (306,230) size 10x6 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,33) size 10x6
-    RenderBlock (anonymous) at (0,0) size 10x6
-layer at (306,236) size 10x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,39) size 10x17
-    RenderBlock (anonymous) at (0,0) size 10x17
-layer at (375,197) size 10x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,0) size 10x17
-    RenderBlock (anonymous) at (0,0) size 10x17
-      RenderText {mo} at (0,-5) size 10x25
-        text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (375,214) size 10x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,17) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (375,230) size 10x6 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,33) size 10x6
-    RenderBlock (anonymous) at (0,0) size 10x6
-layer at (375,236) size 10x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,39) size 10x17
-    RenderBlock (anonymous) at (0,0) size 10x17
-layer at (394,197) size 11x20 scrollHeight 26
-  RenderMathMLBlock (flex) {mo} at (0,0) size 11x20
-    RenderBlock (anonymous) at (0,0) size 11x20
-      RenderText {mo} at (0,1) size 11x25
-        text run at (0,1) width 11: &quot;\x{2320}&quot;
-layer at (394,217) size 11x10 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,20) size 11x10
-    RenderBlock (anonymous) at (0,0) size 11x10
-layer at (394,227) size 11x7 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,30) size 11x7
-    RenderBlock (anonymous) at (0,0) size 11x7
-layer at (394,234) size 11x19 scrollHeight 26
-  RenderMathMLBlock (flex) {mo} at (0,37) size 11x19
-    RenderBlock (anonymous) at (0,0) size 11x19
-layer at (59,269) size 10x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,0) size 10x17
-    RenderBlock (anonymous) at (0,0) size 10x17
-      RenderText {mo} at (0,-5) size 10x25
-        text run at (0,-5) width 10: &quot;\x{23A7}&quot;
-layer at (59,286) size 10x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,17) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (59,302) size 10x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,33) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (59,318) size 10x14 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,49) size 10x14
-    RenderBlock (anonymous) at (0,0) size 10x14
-layer at (59,332) size 10x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,63) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (59,348) size 10x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,79) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (59,364) size 10x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,95) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (59,380) size 10x14 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,111) size 10x14
-    RenderBlock (anonymous) at (0,0) size 10x14
-layer at (59,394) size 10x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,125) size 10x17
-    RenderBlock (anonymous) at (0,0) size 10x17
-layer at (128,269) size 10x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,0) size 10x17
-    RenderBlock (anonymous) at (0,0) size 10x17
-      RenderText {mo} at (0,-5) size 10x25
-        text run at (0,-5) width 10: &quot;\x{23AB}&quot;
-layer at (128,286) size 10x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,17) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (128,302) size 10x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,33) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (128,318) size 10x14 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,49) size 10x14
-    RenderBlock (anonymous) at (0,0) size 10x14
-layer at (128,332) size 10x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,63) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (128,348) size 10x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,79) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (128,364) size 10x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,95) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (128,380) size 10x14 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,111) size 10x14
-    RenderBlock (anonymous) at (0,0) size 10x14
-layer at (128,394) size 10x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,125) size 10x17
-    RenderBlock (anonymous) at (0,0) size 10x17
-layer at (148,269) size 7x17 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-      RenderText {mo} at (0,-6) size 7x25
-        text run at (0,-6) width 7: &quot;\x{23A1}&quot;
-layer at (148,286) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,17) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (148,302) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,33) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (148,318) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,49) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (148,334) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,65) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (148,350) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,81) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (148,366) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,97) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (148,382) size 7x12 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,113) size 7x12
-    RenderBlock (anonymous) at (0,0) size 7x12
-layer at (148,394) size 7x17 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,125) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-layer at (214,269) size 7x17 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-      RenderText {mo} at (0,-6) size 7x25
-        text run at (0,-6) width 7: &quot;\x{23A4}&quot;
-layer at (214,286) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,17) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (214,302) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,33) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (214,318) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,49) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (214,334) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,65) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (214,350) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,81) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (214,366) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,97) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (214,382) size 7x12 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,113) size 7x12
-    RenderBlock (anonymous) at (0,0) size 7x12
-layer at (214,394) size 7x17 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,125) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-layer at (231,269) size 7x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-      RenderText {mo} at (0,-5) size 7x25
-        text run at (0,-5) width 7: &quot;\x{239B}&quot;
-layer at (231,286) size 7x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,17) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (231,302) size 7x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,33) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (231,318) size 7x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,49) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (231,334) size 7x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,65) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (231,350) size 7x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,81) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (231,366) size 7x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,97) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (231,382) size 7x12 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,113) size 7x12
-    RenderBlock (anonymous) at (0,0) size 7x12
-layer at (231,394) size 7x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,125) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-layer at (297,269) size 7x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-      RenderText {mo} at (0,-5) size 7x25
-        text run at (0,-5) width 7: &quot;\x{239E}&quot;
-layer at (297,286) size 7x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,17) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (297,302) size 7x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,33) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (297,318) size 7x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,49) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (297,334) size 7x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,65) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (297,350) size 7x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,81) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (297,366) size 7x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,97) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (297,382) size 7x12 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,113) size 7x12
-    RenderBlock (anonymous) at (0,0) size 7x12
-layer at (297,394) size 7x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,125) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-layer at (314,269) size 10x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,0) size 10x17
-    RenderBlock (anonymous) at (0,0) size 10x17
-      RenderText {mo} at (0,-5) size 10x25
-        text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (314,286) size 10x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,17) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (314,302) size 10x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,33) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (314,318) size 10x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,49) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (314,334) size 10x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,65) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (314,350) size 10x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,81) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (314,366) size 10x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,97) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (314,382) size 10x12 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,113) size 10x12
-    RenderBlock (anonymous) at (0,0) size 10x12
-layer at (314,394) size 10x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,125) size 10x17
-    RenderBlock (anonymous) at (0,0) size 10x17
-layer at (383,269) size 10x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,0) size 10x17
-    RenderBlock (anonymous) at (0,0) size 10x17
-      RenderText {mo} at (0,-5) size 10x25
-        text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (383,286) size 10x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,17) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (383,302) size 10x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,33) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (383,318) size 10x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,49) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (383,334) size 10x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,65) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (383,350) size 10x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,81) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (383,366) size 10x16 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,97) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (383,382) size 10x12 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,113) size 10x12
-    RenderBlock (anonymous) at (0,0) size 10x12
-layer at (383,394) size 10x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,125) size 10x17
-    RenderBlock (anonymous) at (0,0) size 10x17
-layer at (402,269) size 11x20 scrollHeight 26
-  RenderMathMLBlock (flex) {mo} at (0,0) size 11x20
-    RenderBlock (anonymous) at (0,0) size 11x20
-      RenderText {mo} at (0,1) size 11x25
-        text run at (0,1) width 11: &quot;\x{2320}&quot;
-layer at (402,289) size 11x10 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,20) size 11x10
-    RenderBlock (anonymous) at (0,0) size 11x10
-layer at (402,299) size 11x10 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,30) size 11x10
-    RenderBlock (anonymous) at (0,0) size 11x10
-layer at (402,309) size 11x10 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,40) size 11x10
-    RenderBlock (anonymous) at (0,0) size 11x10
-layer at (402,319) size 11x10 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,50) size 11x10
-    RenderBlock (anonymous) at (0,0) size 11x10
-layer at (402,329) size 11x10 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,60) size 11x10
-    RenderBlock (anonymous) at (0,0) size 11x10
-layer at (402,339) size 11x10 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,70) size 11x10
-    RenderBlock (anonymous) at (0,0) size 11x10
-layer at (402,349) size 11x10 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,80) size 11x10
-    RenderBlock (anonymous) at (0,0) size 11x10
-layer at (402,359) size 11x10 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,90) size 11x10
-    RenderBlock (anonymous) at (0,0) size 11x10
-layer at (402,369) size 11x10 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,100) size 11x10
-    RenderBlock (anonymous) at (0,0) size 11x10
-layer at (402,379) size 11x10 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,110) size 11x10
-    RenderBlock (anonymous) at (0,0) size 11x10
-layer at (402,389) size 11x3 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,120) size 11x3
-    RenderBlock (anonymous) at (0,0) size 11x3
-layer at (402,392) size 11x19 scrollHeight 26
-  RenderMathMLBlock (flex) {mo} at (0,123) size 11x19
-    RenderBlock (anonymous) at (0,0) size 11x19
-layer at (51,427) size 7x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-      RenderText {mo} at (0,-5) size 7x25
-        text run at (0,-5) width 7: &quot;\x{239B}&quot;
-layer at (51,444) size 7x12 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,17) size 7x12
-    RenderBlock (anonymous) at (0,0) size 7x12
-layer at (51,456) size 7x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,29) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-layer at (221,427) size 7x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-      RenderText {mo} at (0,-5) size 7x25
-        text run at (0,-5) width 7: &quot;\x{239E}&quot;
-layer at (221,444) size 7x12 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,17) size 7x12
-    RenderBlock (anonymous) at (0,0) size 7x12
-layer at (221,456) size 7x17 scrollHeight 20
-  RenderMathMLBlock (flex) {mo} at (0,29) size 7x17
-    RenderBlock (anonymous) at (0,0) size 7x17
-layer at (140,160) size 7x17 backgroundClip at (140,161) size 7x3 clip at (140,161) size 7x3 outlineClip at (140,161) size 7x3
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (140,163) size 7x17 backgroundClip at (140,164) size 7x17 clip at (140,164) size 7x17 outlineClip at (140,164) size 7x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A3}&quot;
-layer at (190,160) size 7x17 backgroundClip at (190,161) size 7x3 clip at (190,161) size 7x3 outlineClip at (190,161) size 7x3
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (190,163) size 7x17 backgroundClip at (190,164) size 7x17 clip at (190,164) size 7x17 outlineClip at (190,164) size 7x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A6}&quot;
-layer at (207,160) size 7x17 backgroundClip at (207,161) size 7x3 clip at (207,161) size 7x3 outlineClip at (207,161) size 7x3
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239C}&quot;
-layer at (207,163) size 7x17 backgroundClip at (207,164) size 7x17 clip at (207,164) size 7x17 outlineClip at (207,164) size 7x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239D}&quot;
-layer at (257,160) size 7x17 backgroundClip at (257,161) size 7x3 clip at (257,161) size 7x3 outlineClip at (257,161) size 7x3
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239F}&quot;
-layer at (257,163) size 7x17 backgroundClip at (257,164) size 7x17 clip at (257,164) size 7x17 outlineClip at (257,164) size 7x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{23A0}&quot;
-layer at (274,160) size 10x17 backgroundClip at (274,161) size 10x3 clip at (274,161) size 10x3 outlineClip at (274,161) size 10x3
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (274,163) size 10x17 backgroundClip at (274,164) size 10x17 clip at (274,164) size 10x17 outlineClip at (274,164) size 10x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (327,160) size 10x17 backgroundClip at (327,161) size 10x3 clip at (327,161) size 10x3 outlineClip at (327,161) size 10x3
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (327,163) size 10x17 backgroundClip at (327,164) size 10x17 clip at (327,164) size 10x17 outlineClip at (327,164) size 10x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (51,213) size 10x17 backgroundClip at (51,214) size 10x3 clip at (51,214) size 10x3 outlineClip at (51,214) size 10x3
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (51,216) size 10x17 backgroundClip at (51,217) size 10x16 clip at (51,217) size 10x16 outlineClip at (51,217) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23A8}&quot;
-layer at (51,232) size 10x17 backgroundClip at (51,233) size 10x3 clip at (51,233) size 10x3 outlineClip at (51,233) size 10x3
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (51,235) size 10x17 backgroundClip at (51,236) size 10x17 clip at (51,236) size 10x17 outlineClip at (51,236) size 10x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23A9}&quot;
-layer at (120,213) size 10x17 backgroundClip at (120,214) size 10x3 clip at (120,214) size 10x3 outlineClip at (120,214) size 10x3
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (120,216) size 10x17 backgroundClip at (120,217) size 10x16 clip at (120,217) size 10x16 outlineClip at (120,217) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AC}&quot;
-layer at (120,232) size 10x17 backgroundClip at (120,233) size 10x3 clip at (120,233) size 10x3 outlineClip at (120,233) size 10x3
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (120,235) size 10x17 backgroundClip at (120,236) size 10x17 clip at (120,236) size 10x17 outlineClip at (120,236) size 10x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AD}&quot;
-layer at (140,213) size 7x17 backgroundClip at (140,214) size 7x16 clip at (140,214) size 7x16 outlineClip at (140,214) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (140,229) size 7x17 backgroundClip at (140,230) size 7x6 clip at (140,230) size 7x6 outlineClip at (140,230) size 7x6
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (140,235) size 7x17 backgroundClip at (140,236) size 7x17 clip at (140,236) size 7x17 outlineClip at (140,236) size 7x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A3}&quot;
-layer at (206,213) size 7x17 backgroundClip at (206,214) size 7x16 clip at (206,214) size 7x16 outlineClip at (206,214) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (206,229) size 7x17 backgroundClip at (206,230) size 7x6 clip at (206,230) size 7x6 outlineClip at (206,230) size 7x6
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (206,235) size 7x17 backgroundClip at (206,236) size 7x17 clip at (206,236) size 7x17 outlineClip at (206,236) size 7x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A6}&quot;
-layer at (223,213) size 7x17 backgroundClip at (223,214) size 7x16 clip at (223,214) size 7x16 outlineClip at (223,214) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239C}&quot;
-layer at (223,229) size 7x17 backgroundClip at (223,230) size 7x6 clip at (223,230) size 7x6 outlineClip at (223,230) size 7x6
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239C}&quot;
-layer at (223,235) size 7x17 backgroundClip at (223,236) size 7x17 clip at (223,236) size 7x17 outlineClip at (223,236) size 7x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239D}&quot;
-layer at (289,213) size 7x17 backgroundClip at (289,214) size 7x16 clip at (289,214) size 7x16 outlineClip at (289,214) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239F}&quot;
-layer at (289,229) size 7x17 backgroundClip at (289,230) size 7x6 clip at (289,230) size 7x6 outlineClip at (289,230) size 7x6
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239F}&quot;
-layer at (289,235) size 7x17 backgroundClip at (289,236) size 7x17 clip at (289,236) size 7x17 outlineClip at (289,236) size 7x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{23A0}&quot;
-layer at (306,213) size 10x17 backgroundClip at (306,214) size 10x16 clip at (306,214) size 10x16 outlineClip at (306,214) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (306,229) size 10x17 backgroundClip at (306,230) size 10x6 clip at (306,230) size 10x6 outlineClip at (306,230) size 10x6
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (306,235) size 10x17 backgroundClip at (306,236) size 10x17 clip at (306,236) size 10x17 outlineClip at (306,236) size 10x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (375,213) size 10x17 backgroundClip at (375,214) size 10x16 clip at (375,214) size 10x16 outlineClip at (375,214) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (375,229) size 10x17 backgroundClip at (375,230) size 10x6 clip at (375,230) size 10x6 outlineClip at (375,230) size 10x6
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (375,235) size 10x17 backgroundClip at (375,236) size 10x17 clip at (375,236) size 10x17 outlineClip at (375,236) size 10x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (394,216) size 11x11 backgroundClip at (394,217) size 11x10 clip at (394,217) size 11x10 outlineClip at (394,217) size 11x10
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText {mo} at (0,-7) size 11x25
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (394,226) size 11x11 backgroundClip at (394,227) size 11x7 clip at (394,227) size 11x7 outlineClip at (394,227) size 11x7
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText {mo} at (0,-7) size 11x25
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (394,233) size 11x19 backgroundClip at (394,234) size 11x19 clip at (394,234) size 11x19 outlineClip at (394,234) size 11x19
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x19
-    RenderText {mo} at (0,1) size 11x25
-      text run at (0,1) width 11: &quot;\x{2321}&quot;
-layer at (59,285) size 10x17 backgroundClip at (59,286) size 10x16 clip at (59,286) size 10x16 outlineClip at (59,286) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (59,301) size 10x17 backgroundClip at (59,302) size 10x16 clip at (59,302) size 10x16 outlineClip at (59,302) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (59,317) size 10x17 backgroundClip at (59,318) size 10x14 clip at (59,318) size 10x14 outlineClip at (59,318) size 10x14
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (59,331) size 10x17 backgroundClip at (59,332) size 10x16 clip at (59,332) size 10x16 outlineClip at (59,332) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23A8}&quot;
-layer at (59,347) size 10x17 backgroundClip at (59,348) size 10x16 clip at (59,348) size 10x16 outlineClip at (59,348) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (59,363) size 10x17 backgroundClip at (59,364) size 10x16 clip at (59,364) size 10x16 outlineClip at (59,364) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (59,379) size 10x17 backgroundClip at (59,380) size 10x14 clip at (59,380) size 10x14 outlineClip at (59,380) size 10x14
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (59,393) size 10x17 backgroundClip at (59,394) size 10x17 clip at (59,394) size 10x17 outlineClip at (59,394) size 10x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23A9}&quot;
-layer at (128,285) size 10x17 backgroundClip at (128,286) size 10x16 clip at (128,286) size 10x16 outlineClip at (128,286) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (128,301) size 10x17 backgroundClip at (128,302) size 10x16 clip at (128,302) size 10x16 outlineClip at (128,302) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (128,317) size 10x17 backgroundClip at (128,318) size 10x14 clip at (128,318) size 10x14 outlineClip at (128,318) size 10x14
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (128,331) size 10x17 backgroundClip at (128,332) size 10x16 clip at (128,332) size 10x16 outlineClip at (128,332) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AC}&quot;
-layer at (128,347) size 10x17 backgroundClip at (128,348) size 10x16 clip at (128,348) size 10x16 outlineClip at (128,348) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (128,363) size 10x17 backgroundClip at (128,364) size 10x16 clip at (128,364) size 10x16 outlineClip at (128,364) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (128,379) size 10x17 backgroundClip at (128,380) size 10x14 clip at (128,380) size 10x14 outlineClip at (128,380) size 10x14
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (128,393) size 10x17 backgroundClip at (128,394) size 10x17 clip at (128,394) size 10x17 outlineClip at (128,394) size 10x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AD}&quot;
-layer at (148,285) size 7x17 backgroundClip at (148,286) size 7x16 clip at (148,286) size 7x16 outlineClip at (148,286) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (148,301) size 7x17 backgroundClip at (148,302) size 7x16 clip at (148,302) size 7x16 outlineClip at (148,302) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (148,317) size 7x17 backgroundClip at (148,318) size 7x16 clip at (148,318) size 7x16 outlineClip at (148,318) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (148,333) size 7x17 backgroundClip at (148,334) size 7x16 clip at (148,334) size 7x16 outlineClip at (148,334) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (148,349) size 7x17 backgroundClip at (148,350) size 7x16 clip at (148,350) size 7x16 outlineClip at (148,350) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (148,365) size 7x17 backgroundClip at (148,366) size 7x16 clip at (148,366) size 7x16 outlineClip at (148,366) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (148,381) size 7x17 backgroundClip at (148,382) size 7x12 clip at (148,382) size 7x12 outlineClip at (148,382) size 7x12
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (148,393) size 7x17 backgroundClip at (148,394) size 7x17 clip at (148,394) size 7x17 outlineClip at (148,394) size 7x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A3}&quot;
-layer at (214,285) size 7x17 backgroundClip at (214,286) size 7x16 clip at (214,286) size 7x16 outlineClip at (214,286) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (214,301) size 7x17 backgroundClip at (214,302) size 7x16 clip at (214,302) size 7x16 outlineClip at (214,302) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (214,317) size 7x17 backgroundClip at (214,318) size 7x16 clip at (214,318) size 7x16 outlineClip at (214,318) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (214,333) size 7x17 backgroundClip at (214,334) size 7x16 clip at (214,334) size 7x16 outlineClip at (214,334) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (214,349) size 7x17 backgroundClip at (214,350) size 7x16 clip at (214,350) size 7x16 outlineClip at (214,350) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (214,365) size 7x17 backgroundClip at (214,366) size 7x16 clip at (214,366) size 7x16 outlineClip at (214,366) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (214,381) size 7x17 backgroundClip at (214,382) size 7x12 clip at (214,382) size 7x12 outlineClip at (214,382) size 7x12
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (214,393) size 7x17 backgroundClip at (214,394) size 7x17 clip at (214,394) size 7x17 outlineClip at (214,394) size 7x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-6) size 7x25
-      text run at (0,-6) width 7: &quot;\x{23A6}&quot;
-layer at (231,285) size 7x17 backgroundClip at (231,286) size 7x16 clip at (231,286) size 7x16 outlineClip at (231,286) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239C}&quot;
-layer at (231,301) size 7x17 backgroundClip at (231,302) size 7x16 clip at (231,302) size 7x16 outlineClip at (231,302) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239C}&quot;
-layer at (231,317) size 7x17 backgroundClip at (231,318) size 7x16 clip at (231,318) size 7x16 outlineClip at (231,318) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239C}&quot;
-layer at (231,333) size 7x17 backgroundClip at (231,334) size 7x16 clip at (231,334) size 7x16 outlineClip at (231,334) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239C}&quot;
-layer at (231,349) size 7x17 backgroundClip at (231,350) size 7x16 clip at (231,350) size 7x16 outlineClip at (231,350) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239C}&quot;
-layer at (231,365) size 7x17 backgroundClip at (231,366) size 7x16 clip at (231,366) size 7x16 outlineClip at (231,366) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239C}&quot;
-layer at (231,381) size 7x17 backgroundClip at (231,382) size 7x12 clip at (231,382) size 7x12 outlineClip at (231,382) size 7x12
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239C}&quot;
-layer at (231,393) size 7x17 backgroundClip at (231,394) size 7x17 clip at (231,394) size 7x17 outlineClip at (231,394) size 7x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239D}&quot;
-layer at (297,285) size 7x17 backgroundClip at (297,286) size 7x16 clip at (297,286) size 7x16 outlineClip at (297,286) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239F}&quot;
-layer at (297,301) size 7x17 backgroundClip at (297,302) size 7x16 clip at (297,302) size 7x16 outlineClip at (297,302) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239F}&quot;
-layer at (297,317) size 7x17 backgroundClip at (297,318) size 7x16 clip at (297,318) size 7x16 outlineClip at (297,318) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239F}&quot;
-layer at (297,333) size 7x17 backgroundClip at (297,334) size 7x16 clip at (297,334) size 7x16 outlineClip at (297,334) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239F}&quot;
-layer at (297,349) size 7x17 backgroundClip at (297,350) size 7x16 clip at (297,350) size 7x16 outlineClip at (297,350) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239F}&quot;
-layer at (297,365) size 7x17 backgroundClip at (297,366) size 7x16 clip at (297,366) size 7x16 outlineClip at (297,366) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239F}&quot;
-layer at (297,381) size 7x17 backgroundClip at (297,382) size 7x12 clip at (297,382) size 7x12 outlineClip at (297,382) size 7x12
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239F}&quot;
-layer at (297,393) size 7x17 backgroundClip at (297,394) size 7x17 clip at (297,394) size 7x17 outlineClip at (297,394) size 7x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{23A0}&quot;
-layer at (314,285) size 10x17 backgroundClip at (314,286) size 10x16 clip at (314,286) size 10x16 outlineClip at (314,286) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (314,301) size 10x17 backgroundClip at (314,302) size 10x16 clip at (314,302) size 10x16 outlineClip at (314,302) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (314,317) size 10x17 backgroundClip at (314,318) size 10x16 clip at (314,318) size 10x16 outlineClip at (314,318) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (314,333) size 10x17 backgroundClip at (314,334) size 10x16 clip at (314,334) size 10x16 outlineClip at (314,334) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (314,349) size 10x17 backgroundClip at (314,350) size 10x16 clip at (314,350) size 10x16 outlineClip at (314,350) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (314,365) size 10x17 backgroundClip at (314,366) size 10x16 clip at (314,366) size 10x16 outlineClip at (314,366) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (314,381) size 10x17 backgroundClip at (314,382) size 10x12 clip at (314,382) size 10x12 outlineClip at (314,382) size 10x12
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (314,393) size 10x17 backgroundClip at (314,394) size 10x17 clip at (314,394) size 10x17 outlineClip at (314,394) size 10x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (383,285) size 10x17 backgroundClip at (383,286) size 10x16 clip at (383,286) size 10x16 outlineClip at (383,286) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (383,301) size 10x17 backgroundClip at (383,302) size 10x16 clip at (383,302) size 10x16 outlineClip at (383,302) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (383,317) size 10x17 backgroundClip at (383,318) size 10x16 clip at (383,318) size 10x16 outlineClip at (383,318) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (383,333) size 10x17 backgroundClip at (383,334) size 10x16 clip at (383,334) size 10x16 outlineClip at (383,334) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (383,349) size 10x17 backgroundClip at (383,350) size 10x16 clip at (383,350) size 10x16 outlineClip at (383,350) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (383,365) size 10x17 backgroundClip at (383,366) size 10x16 clip at (383,366) size 10x16 outlineClip at (383,366) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (383,381) size 10x17 backgroundClip at (383,382) size 10x12 clip at (383,382) size 10x12 outlineClip at (383,382) size 10x12
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (383,393) size 10x17 backgroundClip at (383,394) size 10x17 clip at (383,394) size 10x17 outlineClip at (383,394) size 10x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText {mo} at (0,-5) size 10x25
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (402,288) size 11x11 backgroundClip at (402,289) size 11x10 clip at (402,289) size 11x10 outlineClip at (402,289) size 11x10
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText {mo} at (0,-7) size 11x25
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (402,298) size 11x11 backgroundClip at (402,299) size 11x10 clip at (402,299) size 11x10 outlineClip at (402,299) size 11x10
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText {mo} at (0,-7) size 11x25
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (402,308) size 11x11 backgroundClip at (402,309) size 11x10 clip at (402,309) size 11x10 outlineClip at (402,309) size 11x10
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText {mo} at (0,-7) size 11x25
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (402,318) size 11x11 backgroundClip at (402,319) size 11x10 clip at (402,319) size 11x10 outlineClip at (402,319) size 11x10
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText {mo} at (0,-7) size 11x25
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (402,328) size 11x11 backgroundClip at (402,329) size 11x10 clip at (402,329) size 11x10 outlineClip at (402,329) size 11x10
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText {mo} at (0,-7) size 11x25
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (402,338) size 11x11 backgroundClip at (402,339) size 11x10 clip at (402,339) size 11x10 outlineClip at (402,339) size 11x10
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText {mo} at (0,-7) size 11x25
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (402,348) size 11x11 backgroundClip at (402,349) size 11x10 clip at (402,349) size 11x10 outlineClip at (402,349) size 11x10
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText {mo} at (0,-7) size 11x25
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (402,358) size 11x11 backgroundClip at (402,359) size 11x10 clip at (402,359) size 11x10 outlineClip at (402,359) size 11x10
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText {mo} at (0,-7) size 11x25
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (402,368) size 11x11 backgroundClip at (402,369) size 11x10 clip at (402,369) size 11x10 outlineClip at (402,369) size 11x10
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText {mo} at (0,-7) size 11x25
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (402,378) size 11x11 backgroundClip at (402,379) size 11x10 clip at (402,379) size 11x10 outlineClip at (402,379) size 11x10
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText {mo} at (0,-7) size 11x25
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (402,388) size 11x11 backgroundClip at (402,389) size 11x3 clip at (402,389) size 11x3 outlineClip at (402,389) size 11x3
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText {mo} at (0,-7) size 11x25
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (402,391) size 11x19 backgroundClip at (402,392) size 11x19 clip at (402,392) size 11x19 outlineClip at (402,392) size 11x19
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x19
-    RenderText {mo} at (0,1) size 11x25
-      text run at (0,1) width 11: &quot;\x{2321}&quot;
-layer at (51,443) size 7x17 backgroundClip at (51,444) size 7x12 clip at (51,444) size 7x12 outlineClip at (51,444) size 7x12
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239C}&quot;
-layer at (51,455) size 7x17 backgroundClip at (51,456) size 7x17 clip at (51,456) size 7x17 outlineClip at (51,456) size 7x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239D}&quot;
-layer at (221,443) size 7x17 backgroundClip at (221,444) size 7x12 clip at (221,444) size 7x12 outlineClip at (221,444) size 7x12
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{239F}&quot;
-layer at (221,455) size 7x17 backgroundClip at (221,456) size 7x17 clip at (221,456) size 7x17 outlineClip at (221,456) size 7x17
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText {mo} at (0,-5) size 7x25
-      text run at (0,-5) width 7: &quot;\x{23A0}&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformmacmathmlpresentationmoexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/mac/mathml/presentation/mo-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacmathmlpresentationmoexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/mac/mathml/presentation/mo-expected.txt (166058 => 166059)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/mathml/presentation/mo-expected.txt        2014-03-21 10:36:21 UTC (rev 166058)
+++ trunk/LayoutTests/platform/mac/mathml/presentation/mo-expected.txt        2014-03-21 13:01:56 UTC (rev 166059)
</span><span class="lines">@@ -1,382 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x375
-  RenderBlock {html} at (0,0) size 800x375
-    RenderBody {body} at (8,16) size 784x343
-      RenderBlock {p} at (0,0) size 784x18
-        RenderText {#text} at (0,0) size 60x18
-          text run at (0,0) width 60: &quot;operator: &quot;
-        RenderMathMLMath {math} at (60,4) size 15x14 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (2,0) size 11x14
-            RenderMathMLBlock (flex) {mo} at (0,0) size 11x14
-              RenderBlock (anonymous) at (0,0) size 11x14
-                RenderText at (0,-3) size 11x18
-                  text run at (0,-3) width 11: &quot;\x{2211}&quot;
-        RenderText {#text} at (75,0) size 72x18
-          text run at (75,0) width 72: &quot; , operator: &quot;
-        RenderMathMLMath {math} at (147,6) size 12x9 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (2,0) size 8x9
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x9
-              RenderBlock (anonymous) at (0,0) size 8x9
-                RenderText at (0,-5) size 8x18
-                  text run at (0,-5) width 8: &quot;B&quot;
-        RenderText {#text} at (159,0) size 114x18
-          text run at (159,0) width 114: &quot; , minus operator: &quot;
-        RenderMathMLMath {math} at (273,10) size 12x5 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (2,0) size 8x5
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x5
-              RenderBlock (anonymous) at (0,0) size 8x5
-                RenderText at (0,-9) size 8x18
-                  text run at (0,-9) width 8: &quot;\x{2212}&quot;
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {p} at (0,34) size 784x19
-        RenderText {#text} at (0,0) size 60x18
-          text run at (0,0) width 60: &quot;operator: &quot;
-        RenderMathMLMath {math} at (60,1) size 19x18 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (2,0) size 15x18
-            RenderMathMLBlock (flex) {mo} at (0,0) size 15x18
-              RenderBlock (anonymous) at (0,0) size 15x18
-                RenderText at (0,-4) size 15x24
-                  text run at (0,-4) width 15: &quot;\x{2211}&quot;
-        RenderText {#text} at (79,0) size 72x18
-          text run at (79,0) width 72: &quot; , operator: &quot;
-        RenderMathMLMath {math} at (151,3) size 15x12 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (2,0) size 11x12
-            RenderMathMLBlock (flex) {mo} at (0,0) size 11x12
-              RenderBlock (anonymous) at (0,0) size 11x12
-                RenderText at (0,-6) size 11x24
-                  text run at (0,-6) width 11: &quot;B&quot;
-        RenderText {#text} at (166,0) size 114x18
-          text run at (166,0) width 114: &quot; , minus operator: &quot;
-        RenderMathMLMath {math} at (280,9) size 15x6 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (2,0) size 11x6
-            RenderMathMLBlock (flex) {mo} at (0,0) size 11x6
-              RenderBlock (anonymous) at (0,0) size 11x6
-                RenderText at (0,-12) size 11x24
-                  text run at (0,-12) width 11: &quot;\x{2212}&quot;
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {p} at (0,69) size 784x26
-        RenderText {#text} at (0,5) size 60x18
-          text run at (0,5) width 60: &quot;operator: &quot;
-        RenderMathMLMath {math} at (60,0) size 28x26 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (3,0) size 22x26
-            RenderMathMLBlock (flex) {mo} at (0,0) size 22x26
-              RenderBlock (anonymous) at (0,0) size 22x26
-                RenderText at (0,-6) size 22x36
-                  text run at (0,-6) width 22: &quot;\x{2211}&quot;
-        RenderText {#text} at (88,5) size 72x18
-          text run at (88,5) width 72: &quot; , operator: &quot;
-        RenderMathMLMath {math} at (160,3) size 22x17 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (3,0) size 16x17
-            RenderMathMLBlock (flex) {mo} at (0,0) size 16x17
-              RenderBlock (anonymous) at (0,0) size 16x17
-                RenderText at (0,-9) size 16x36
-                  text run at (0,-9) width 16: &quot;B&quot;
-        RenderText {#text} at (182,5) size 114x18
-          text run at (182,5) width 114: &quot; , minus operator: &quot;
-        RenderMathMLMath {math} at (296,12) size 22x8 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (3,0) size 16x8
-            RenderMathMLBlock (flex) {mo} at (0,0) size 16x8
-              RenderBlock (anonymous) at (0,0) size 16x8
-                RenderText at (0,-18) size 16x36
-                  text run at (0,-18) width 16: &quot;\x{2212}&quot;
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {p} at (0,111) size 784x26
-        RenderText {#text} at (0,5) size 60x18
-          text run at (0,5) width 60: &quot;operator: &quot;
-        RenderMathMLMath {math} at (60,0) size 62x26 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (2,9) size 11x14
-            RenderMathMLBlock (flex) {mo} at (0,0) size 11x14
-              RenderBlock (anonymous) at (0,0) size 11x14
-                RenderText at (0,-3) size 11x18
-                  text run at (0,-3) width 11: &quot;\x{2211}&quot;
-          RenderMathMLOperator {mo} at (17,6) size 15x18
-            RenderMathMLBlock (flex) {mo} at (0,0) size 15x18
-              RenderBlock (anonymous) at (0,0) size 15x18
-                RenderText at (0,-4) size 15x24
-                  text run at (0,-4) width 15: &quot;\x{2211}&quot;
-          RenderMathMLOperator {mo} at (37,0) size 22x26
-            RenderMathMLBlock (flex) {mo} at (0,0) size 22x26
-              RenderBlock (anonymous) at (0,0) size 22x26
-                RenderText at (0,-6) size 22x36
-                  text run at (0,-6) width 22: &quot;\x{2211}&quot;
-        RenderText {#text} at (122,5) size 72x18
-          text run at (122,5) width 72: &quot; , operator: &quot;
-        RenderMathMLMath {math} at (194,3) size 49x17 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (2,8) size 8x9
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x9
-              RenderBlock (anonymous) at (0,0) size 8x9
-                RenderText at (0,-5) size 8x18
-                  text run at (0,-5) width 8: &quot;B&quot;
-          RenderMathMLOperator {mo} at (14,5) size 11x12
-            RenderMathMLBlock (flex) {mo} at (0,0) size 11x12
-              RenderBlock (anonymous) at (0,0) size 11x12
-                RenderText at (0,-6) size 11x24
-                  text run at (0,-6) width 11: &quot;B&quot;
-          RenderMathMLOperator {mo} at (30,0) size 16x17
-            RenderMathMLBlock (flex) {mo} at (0,0) size 16x17
-              RenderBlock (anonymous) at (0,0) size 16x17
-                RenderText at (0,-9) size 16x36
-                  text run at (0,-9) width 16: &quot;B&quot;
-        RenderText {#text} at (243,5) size 114x18
-          text run at (243,5) width 114: &quot; , minus operator: &quot;
-        RenderMathMLMath {math} at (357,12) size 49x8 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (2,3) size 8x5
-            RenderMathMLBlock (flex) {mo} at (0,0) size 8x5
-              RenderBlock (anonymous) at (0,0) size 8x5
-                RenderText at (0,-9) size 8x18
-                  text run at (0,-9) width 8: &quot;\x{2212}&quot;
-          RenderMathMLOperator {mo} at (14,2) size 11x6
-            RenderMathMLBlock (flex) {mo} at (0,0) size 11x6
-              RenderBlock (anonymous) at (0,0) size 11x6
-                RenderText at (0,-12) size 11x24
-                  text run at (0,-12) width 11: &quot;\x{2212}&quot;
-          RenderMathMLOperator {mo} at (30,0) size 16x8
-            RenderMathMLBlock (flex) {mo} at (0,0) size 16x8
-              RenderBlock (anonymous) at (0,0) size 16x8
-                RenderText at (0,-18) size 16x36
-                  text run at (0,-18) width 16: &quot;\x{2212}&quot;
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {p} at (0,153) size 784x62
-        RenderText {#text} at (0,22) size 60x18
-          text run at (0,22) width 60: &quot;operator: &quot;
-        RenderMathMLMath {math} at (60,0) size 141x62 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (2,0) size 10x62
-          RenderMathMLOperator {mo} at (16,0) size 11x62
-          RenderMathMLOperator {mo} at (33,0) size 10x62
-          RenderMathMLOperator {mo} at (49,0) size 7x62
-          RenderBlock {mtext} at (59,0) size 56x52
-            RenderBlock {div} at (2,0) size 52x52 [border: (1px solid #000000)]
-            RenderText {#text} at (0,0) size 0x0
-          RenderMathMLOperator {mo} at (118,0) size 7x62
-          RenderMathMLOperator {mo} at (129,0) size 10x62
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {p} at (0,231) size 784x112
-        RenderMathMLMath {math} at (0,0) size 110x112 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (5,0) size 31x112
-          RenderMathMLFraction {mfrac} at (41,1) size 28x94
-            RenderMathMLBlock (anonymous, flex) at (0,0) size 28x52
-              RenderBlock {mi} at (5,0) size 17x43
-                RenderText {#text} at (0,-18) size 13x73
-                  text run at (0,-18) width 13: &quot;f&quot;
-            RenderMathMLBlock (anonymous, flex) at (0,52) size 28x42 [padding: 1 0 0 0]
-              RenderBlock {mi} at (0,10) size 28x32
-                RenderText {#text} at (0,-29) size 24x73
-                  text run at (0,-29) width 24: &quot;g&quot;
-          RenderMathMLOperator {mo} at (74,0) size 31x112
-        RenderText {#text} at (0,0) size 0x0
-layer at (70,169) size 10x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-      RenderText at (0,-5) size 10x24
-        text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (70,185) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,16) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (70,200) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,31) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (70,215) size 10x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,46) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (84,169) size 11x18 scrollHeight 25
-  RenderMathMLBlock (flex) {mo} at (0,0) size 11x18
-    RenderBlock (anonymous) at (0,0) size 11x18
-      RenderText at (0,1) size 11x24
-        text run at (0,1) width 11: &quot;\x{2320}&quot;
-layer at (84,187) size 11x9 scrollHeight 17
-  RenderMathMLBlock (flex) {mo} at (0,18) size 11x9
-    RenderBlock (anonymous) at (0,0) size 11x9
-layer at (84,196) size 11x9 scrollHeight 17
-  RenderMathMLBlock (flex) {mo} at (0,27) size 11x9
-    RenderBlock (anonymous) at (0,0) size 11x9
-layer at (84,205) size 11x8 scrollHeight 17
-  RenderMathMLBlock (flex) {mo} at (0,36) size 11x8
-    RenderBlock (anonymous) at (0,0) size 11x8
-layer at (84,213) size 11x18 scrollHeight 25
-  RenderMathMLBlock (flex) {mo} at (0,44) size 11x18
-    RenderBlock (anonymous) at (0,0) size 11x18
-layer at (101,169) size 10x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-      RenderText at (0,-5) size 10x24
-        text run at (0,-5) width 10: &quot;\x{23A7}&quot;
-layer at (101,185) size 10x7 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,16) size 10x7
-    RenderBlock (anonymous) at (0,0) size 10x7
-layer at (101,192) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,23) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (101,207) size 10x8 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,38) size 10x8
-    RenderBlock (anonymous) at (0,0) size 10x8
-layer at (101,215) size 10x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,46) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (117,169) size 7x16 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-      RenderText at (0,-6) size 7x24
-        text run at (0,-6) width 7: &quot;\x{23A1}&quot;
-layer at (117,185) size 7x15 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,16) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (117,200) size 7x15 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,31) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (117,215) size 7x16 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,46) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (186,169) size 7x16 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-      RenderText at (0,-6) size 7x24
-        text run at (0,-6) width 7: &quot;\x{23A4}&quot;
-layer at (186,185) size 7x15 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,16) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (186,200) size 7x15 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,31) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (186,215) size 7x16 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,46) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (197,169) size 10x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-      RenderText at (0,-5) size 10x24
-        text run at (0,-5) width 10: &quot;\x{23AB}&quot;
-layer at (197,185) size 10x7 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,16) size 10x7
-    RenderBlock (anonymous) at (0,0) size 10x7
-layer at (197,192) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,23) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (197,207) size 10x8 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,38) size 10x8
-    RenderBlock (anonymous) at (0,0) size 10x8
-layer at (197,215) size 10x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,46) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (13,247) size 31x48 scrollHeight 56
-  RenderMathMLBlock (flex) {mo} at (0,0) size 31x48
-    RenderBlock (anonymous) at (0,0) size 31x48
-      RenderText at (0,-17) size 31x73
-        text run at (0,-17) width 31: &quot;\x{23AA}&quot;
-layer at (13,295) size 31x16 scrollHeight 56
-  RenderMathMLBlock (flex) {mo} at (0,48) size 31x16
-    RenderBlock (anonymous) at (0,0) size 31x16
-layer at (13,311) size 31x48 scrollHeight 56
-  RenderMathMLBlock (flex) {mo} at (0,64) size 31x48
-    RenderBlock (anonymous) at (0,0) size 31x48
-layer at (82,247) size 31x48 scrollHeight 56
-  RenderMathMLBlock (flex) {mo} at (0,0) size 31x48
-    RenderBlock (anonymous) at (0,0) size 31x48
-      RenderText at (0,-17) size 31x73
-        text run at (0,-17) width 31: &quot;\x{23AA}&quot;
-layer at (82,295) size 31x16 scrollHeight 56
-  RenderMathMLBlock (flex) {mo} at (0,48) size 31x16
-    RenderBlock (anonymous) at (0,0) size 31x16
-layer at (82,311) size 31x48 scrollHeight 56
-  RenderMathMLBlock (flex) {mo} at (0,64) size 31x48
-    RenderBlock (anonymous) at (0,0) size 31x48
-layer at (70,184) size 10x17 backgroundClip at (70,185) size 10x15 clip at (70,185) size 10x15 outlineClip at (70,185) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (70,199) size 10x17 backgroundClip at (70,200) size 10x15 clip at (70,200) size 10x15 outlineClip at (70,200) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (70,214) size 10x17 backgroundClip at (70,215) size 10x16 clip at (70,215) size 10x16 outlineClip at (70,215) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (84,186) size 11x11 backgroundClip at (84,187) size 11x9 clip at (84,187) size 11x9 outlineClip at (84,187) size 11x9
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText at (0,-7) size 11x24
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (84,195) size 11x11 backgroundClip at (84,196) size 11x9 clip at (84,196) size 11x9 outlineClip at (84,196) size 11x9
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText at (0,-7) size 11x24
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (84,204) size 11x11 backgroundClip at (84,205) size 11x8 clip at (84,205) size 11x8 outlineClip at (84,205) size 11x8
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText at (0,-7) size 11x24
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (84,212) size 11x19 backgroundClip at (84,213) size 11x18 clip at (84,213) size 11x18 outlineClip at (84,213) size 11x18
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x19
-    RenderText at (0,1) size 11x24
-      text run at (0,1) width 11: &quot;\x{2321}&quot;
-layer at (101,184) size 10x17 backgroundClip at (101,185) size 10x7 clip at (101,185) size 10x7 outlineClip at (101,185) size 10x7
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (101,191) size 10x17 backgroundClip at (101,192) size 10x15 clip at (101,192) size 10x15 outlineClip at (101,192) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23A8}&quot;
-layer at (101,206) size 10x17 backgroundClip at (101,207) size 10x8 clip at (101,207) size 10x8 outlineClip at (101,207) size 10x8
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (101,214) size 10x17 backgroundClip at (101,215) size 10x16 clip at (101,215) size 10x16 outlineClip at (101,215) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23A9}&quot;
-layer at (117,184) size 7x17 backgroundClip at (117,185) size 7x15 clip at (117,185) size 7x15 outlineClip at (117,185) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (117,199) size 7x17 backgroundClip at (117,200) size 7x15 clip at (117,200) size 7x15 outlineClip at (117,200) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (117,214) size 7x17 backgroundClip at (117,215) size 7x16 clip at (117,215) size 7x16 outlineClip at (117,215) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A3}&quot;
-layer at (186,184) size 7x17 backgroundClip at (186,185) size 7x15 clip at (186,185) size 7x15 outlineClip at (186,185) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (186,199) size 7x17 backgroundClip at (186,200) size 7x15 clip at (186,200) size 7x15 outlineClip at (186,200) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (186,214) size 7x17 backgroundClip at (186,215) size 7x16 clip at (186,215) size 7x16 outlineClip at (186,215) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A6}&quot;
-layer at (197,184) size 10x17 backgroundClip at (197,185) size 10x7 clip at (197,185) size 10x7 outlineClip at (197,185) size 10x7
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (197,191) size 10x17 backgroundClip at (197,192) size 10x15 clip at (197,192) size 10x15 outlineClip at (197,192) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AC}&quot;
-layer at (197,206) size 10x17 backgroundClip at (197,207) size 10x8 clip at (197,207) size 10x8 outlineClip at (197,207) size 10x8
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (197,214) size 10x17 backgroundClip at (197,215) size 10x16 clip at (197,215) size 10x16 outlineClip at (197,215) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AD}&quot;
-layer at (13,294) size 31x49 backgroundClip at (13,295) size 31x16 clip at (13,295) size 31x16 outlineClip at (13,295) size 31x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 31x49
-    RenderText at (0,-17) size 31x73
-      text run at (0,-17) width 31: &quot;\x{23AA}&quot;
-layer at (13,310) size 31x49 backgroundClip at (13,311) size 31x48 clip at (13,311) size 31x48 outlineClip at (13,311) size 31x48
-  RenderBlock (relative positioned) {mo} at (0,0) size 31x49
-    RenderText at (0,-17) size 31x73
-      text run at (0,-17) width 31: &quot;\x{23AA}&quot;
-layer at (82,294) size 31x49 backgroundClip at (82,295) size 31x16 clip at (82,295) size 31x16 outlineClip at (82,295) size 31x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 31x49
-    RenderText at (0,-17) size 31x73
-      text run at (0,-17) width 31: &quot;\x{23AA}&quot;
-layer at (82,310) size 31x49 backgroundClip at (82,311) size 31x48 clip at (82,311) size 31x48 outlineClip at (82,311) size 31x48
-  RenderBlock (relative positioned) {mo} at (0,0) size 31x49
-    RenderText at (0,-17) size 31x73
-      text run at (0,-17) width 31: &quot;\x{23AA}&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformmacmathmlpresentationrootsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/mathml/presentation/roots-expected.txt (166058 => 166059)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/mathml/presentation/roots-expected.txt        2014-03-21 10:36:21 UTC (rev 166058)
+++ trunk/LayoutTests/platform/mac/mathml/presentation/roots-expected.txt        2014-03-21 13:01:56 UTC (rev 166059)
</span><span class="lines">@@ -1,456 +1,548 @@
</span><del>-layer at (0,0) size 836x600
</del><ins>+layer at (0,0) size 800x600
</ins><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x567
-  RenderBlock {html} at (0,0) size 800x567
-    RenderBody {body} at (8,16) size 784x535
</del><ins>+layer at (0,0) size 800x518
+  RenderBlock {html} at (0,0) size 800x518
+    RenderBody {body} at (8,16) size 784x486
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 177x18
</span><span class="cx">           text run at (0,0) width 177: &quot;square root (should be red): &quot;
</span><span class="cx">         RenderMathMLMath {math} at (177,0) size 22x15 [padding: 0 1 0 1]
</span><span class="cx">           RenderMathMLSquareRoot {msqrt} at (1,0) size 20x15 [color=#FF0000] [intrinsic padding: 3 0 0 12]
</span><span class="cx">             RenderMathMLRow (anonymous) at (12,3) size 8x12
</span><del>-              RenderBlock {mn} at (0,0) size 8x12
-                RenderText {#text} at (0,-6) size 8x24
-                  text run at (0,-6) width 8: &quot;2&quot;
</del><ins>+              RenderMathMLToken {mn} at (0,0) size 8x12
+                RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                  RenderBlock (anonymous) at (0,0) size 8x12
+                    RenderText {#text} at (0,-6) size 8x24
+                      text run at (0,-6) width 8: &quot;2&quot;
</ins><span class="cx">       RenderBlock {p} at (0,34) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 110x18
</span><span class="cx">           text run at (0,0) width 110: &quot;long square root: &quot;
</span><del>-        RenderMathMLMath {math} at (110,0) size 47x15 [padding: 0 1 0 1]
-          RenderMathMLSquareRoot {msqrt} at (1,0) size 45x15 [intrinsic padding: 3 0 0 12]
-            RenderMathMLRow (anonymous) at (12,3) size 33x12
-              RenderMathMLRow {mrow} at (0,0) size 33x12
-                RenderBlock {mi} at (0,3) size 8x9
-                  RenderText {#text} at (0,-9) size 7x24
-                    text run at (0,-9) width 7: &quot;x&quot;
-                RenderMathMLOperator {mo} at (11,2) size 11x10
-                  RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+        RenderMathMLMath {math} at (110,0) size 49x15 [padding: 0 1 0 1]
+          RenderMathMLSquareRoot {msqrt} at (1,0) size 47x15 [intrinsic padding: 3 0 0 12]
+            RenderMathMLRow (anonymous) at (12,3) size 35x12
+              RenderMathMLRow {mrow} at (0,0) size 35x12
+                RenderMathMLToken {mi} at (0,3) size 9x9 [padding: 0 2 0 0]
+                  RenderMathMLBlock (anonymous, flex) at (0,0) size 7x9
+                    RenderBlock (anonymous) at (0,0) size 7x9
+                      RenderText {#text} at (0,-9) size 7x24
+                        text run at (0,-9) width 7: &quot;x&quot;
+                RenderMathMLOperator {mo} at (8,2) size 19x10
+                  RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                     RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                      RenderText {mo} at (0,-8) size 11x24
</del><ins>+                      RenderText at (0,-8) size 11x24
</ins><span class="cx">                         text run at (0,-8) width 11: &quot;+&quot;
</span><del>-                RenderBlock {mn} at (25,0) size 8x12
-                  RenderText {#text} at (0,-6) size 8x24
-                    text run at (0,-6) width 8: &quot;1&quot;
</del><ins>+                RenderMathMLToken {mn} at (26,0) size 9x12
+                  RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                    RenderBlock (anonymous) at (0,0) size 8x12
+                      RenderText {#text} at (0,-6) size 8x24
+                        text run at (0,-6) width 8: &quot;1&quot;
</ins><span class="cx">       RenderBlock {p} at (0,68) size 784x22
</span><span class="cx">         RenderText {#text} at (0,4) size 222x18
</span><span class="cx">           text run at (0,4) width 222: &quot;long square root with implied row: &quot;
</span><del>-        RenderMathMLMath {math} at (222,0) size 53x19 [padding: 0 1 0 1]
-          RenderMathMLSquareRoot {msqrt} at (1,0) size 51x19 [intrinsic padding: 3 0 0 12]
-            RenderMathMLRow (anonymous) at (12,3) size 39x16
-              RenderMathMLSubSup {msup} at (0,0) size 14x16
-                RenderMathMLBlock (anonymous, flex) at (0,0) size 8x16 [padding: 7 0 0 0]
-                  RenderBlock {mi} at (0,7) size 8x9
-                    RenderText {#text} at (0,-9) size 7x24
-                      text run at (0,-9) width 7: &quot;x&quot;
-                RenderMathMLBlock (anonymous, flex) at (8,0) size 6x10
-                  RenderBlock {mn} at (0,0) size 6x10
-                    RenderText {#text} at (0,-4) size 6x18
-                      text run at (0,-4) width 6: &quot;2&quot;
-              RenderMathMLOperator {mo} at (17,6) size 11x10
-                RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+        RenderMathMLMath {math} at (222,0) size 55x19 [padding: 0 1 0 1]
+          RenderMathMLSquareRoot {msqrt} at (1,0) size 53x19 [intrinsic padding: 3 0 0 12]
+            RenderMathMLRow (anonymous) at (12,3) size 41x16
+              RenderMathMLScripts {msup} at (0,0) size 15x16
+                Base Wrapper at (0,0) size 9x16 [padding: 7 0 0 0]
+                  RenderMathMLToken {mi} at (0,7) size 9x9 [padding: 0 2 0 0]
+                    RenderMathMLBlock (anonymous, flex) at (0,0) size 7x9
+                      RenderBlock (anonymous) at (0,0) size 7x9
+                        RenderText {#text} at (0,-9) size 7x24
+                          text run at (0,-9) width 7: &quot;x&quot;
+                SubSupPair Wrapper at (8,0) size 7x16
+                  RenderMathMLToken {mn} at (0,0) size 6x10
+                    RenderMathMLBlock (anonymous, flex) at (0,0) size 6x10
+                      RenderBlock (anonymous) at (0,0) size 6x10
+                        RenderText {#text} at (0,-4) size 6x18
+                          text run at (0,-4) width 6: &quot;2&quot;
+              RenderMathMLOperator {mo} at (14,6) size 19x10
+                RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                   RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                    RenderText {mo} at (0,-8) size 11x24
</del><ins>+                    RenderText at (0,-8) size 11x24
</ins><span class="cx">                       text run at (0,-8) width 11: &quot;+&quot;
</span><del>-              RenderBlock {mn} at (31,4) size 8x12
-                RenderText {#text} at (0,-6) size 8x24
-                  text run at (0,-6) width 8: &quot;1&quot;
</del><ins>+              RenderMathMLToken {mn} at (32,4) size 9x12
+                RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                  RenderBlock (anonymous) at (0,0) size 8x12
+                    RenderText {#text} at (0,-6) size 8x24
+                      text run at (0,-6) width 8: &quot;1&quot;
</ins><span class="cx">       RenderBlock {p} at (0,106) size 784x37
</span><span class="cx">         RenderText {#text} at (0,8) size 113x18
</span><span class="cx">           text run at (0,8) width 113: &quot;root of a fraction: &quot;
</span><del>-        RenderMathMLMath {math} at (113,0) size 49x37 [padding: 0 1 0 1]
-          RenderMathMLSquareRoot {msqrt} at (1,0) size 47x37 [intrinsic padding: 3 0 3 12]
-            RenderMathMLRow (anonymous) at (12,3) size 35x31
-              RenderMathMLFraction {mfrac} at (1,0) size 33x31
-                RenderMathMLBlock (anonymous, flex) at (0,0) size 33x15
-                  RenderMathMLRow {mrow} at (0,0) size 33x12
-                    RenderBlock {mi} at (0,3) size 8x9
-                      RenderText {#text} at (0,-9) size 7x24
-                        text run at (0,-9) width 7: &quot;x&quot;
-                    RenderMathMLOperator {mo} at (11,2) size 11x10
-                      RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+        RenderMathMLMath {math} at (113,0) size 51x38 [padding: 0 1 0 1]
+          RenderMathMLSquareRoot {msqrt} at (1,0) size 49x38 [intrinsic padding: 3 0 3 12]
+            RenderMathMLRow (anonymous) at (12,3) size 37x32
+              RenderMathMLFraction {mfrac} at (1,0) size 35x32
+                RenderMathMLBlock (anonymous, flex) at (0,0) size 35x16
+                  RenderMathMLRow {mrow} at (0,0) size 35x12
+                    RenderMathMLToken {mi} at (0,3) size 9x9 [padding: 0 2 0 0]
+                      RenderMathMLBlock (anonymous, flex) at (0,0) size 7x9
+                        RenderBlock (anonymous) at (0,0) size 7x9
+                          RenderText {#text} at (0,-9) size 7x24
+                            text run at (0,-9) width 7: &quot;x&quot;
+                    RenderMathMLOperator {mo} at (8,2) size 19x10
+                      RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                         RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                          RenderText {mo} at (0,-8) size 11x24
</del><ins>+                          RenderText at (0,-8) size 11x24
</ins><span class="cx">                             text run at (0,-8) width 11: &quot;+&quot;
</span><del>-                    RenderBlock {mn} at (25,0) size 8x12
-                      RenderText {#text} at (0,-6) size 8x24
-                        text run at (0,-6) width 8: &quot;1&quot;
-                RenderMathMLBlock (anonymous, flex) at (0,15) size 33x16 [padding: 1 0 0 0]
-                  RenderMathMLRow {mrow} at (0,4) size 33x12
-                    RenderBlock {mi} at (0,3) size 8x9
-                      RenderText {#text} at (0,-9) size 7x24
-                        text run at (0,-9) width 7: &quot;x&quot;
-                    RenderMathMLOperator {mo} at (11,2) size 11x10
-                      RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+                    RenderMathMLToken {mn} at (26,0) size 9x12
+                      RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                        RenderBlock (anonymous) at (0,0) size 8x12
+                          RenderText {#text} at (0,-6) size 8x24
+                            text run at (0,-6) width 8: &quot;1&quot;
+                RenderMathMLBlock (anonymous, flex) at (0,15) size 35x17 [padding: 1 0 0 0]
+                  RenderMathMLRow {mrow} at (0,4) size 35x13
+                    RenderMathMLToken {mi} at (0,3) size 9x9 [padding: 0 2 0 0]
+                      RenderMathMLBlock (anonymous, flex) at (0,0) size 7x9
+                        RenderBlock (anonymous) at (0,0) size 7x9
+                          RenderText {#text} at (0,-9) size 7x24
+                            text run at (0,-9) width 7: &quot;x&quot;
+                    RenderMathMLOperator {mo} at (8,2) size 19x10
+                      RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                         RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                          RenderText {mo} at (0,-8) size 11x24
</del><ins>+                          RenderText at (0,-8) size 11x24
</ins><span class="cx">                             text run at (0,-8) width 11: &quot;+&quot;
</span><del>-                    RenderBlock {mn} at (25,0) size 8x12
-                      RenderText {#text} at (0,-6) size 8x24
-                        text run at (0,-6) width 8: &quot;2&quot;
</del><ins>+                    RenderMathMLToken {mn} at (26,0) size 9x12
+                      RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                        RenderBlock (anonymous) at (0,0) size 8x12
+                          RenderText {#text} at (0,-6) size 8x24
+                            text run at (0,-6) width 8: &quot;2&quot;
</ins><span class="cx">       RenderBlock {p} at (0,159) size 784x22
</span><span class="cx">         RenderText {#text} at (0,4) size 173x18
</span><span class="cx">           text run at (0,4) width 173: &quot;cube root (should be blue): &quot;
</span><del>-        RenderMathMLMath {math} at (173,0) size 22x19 [color=#0000FF] [padding: 0 1 0 1]
</del><ins>+        RenderMathMLMath {math} at (173,0) size 23x19 [color=#0000FF] [padding: 0 1 0 1]
</ins><span class="cx">       RenderBlock {p} at (0,197) size 784x22
</span><span class="cx">         RenderText {#text} at (0,4) size 75x18
</span><span class="cx">           text run at (0,4) width 75: &quot;long index: &quot;
</span><del>-        RenderMathMLMath {math} at (75,0) size 58x19 [padding: 0 1 0 1]
</del><ins>+        RenderMathMLMath {math} at (75,0) size 62x19 [padding: 0 1 0 1]
</ins><span class="cx">       RenderBlock {p} at (0,235) size 784x37
</span><span class="cx">         RenderText {#text} at (0,8) size 185x18
</span><span class="cx">           text run at (0,8) width 185: &quot;long index w/ complex base: &quot;
</span><del>-        RenderMathMLMath {math} at (185,0) size 86x37 [padding: 0 1 0 1]
-      RenderBlock {p} at (0,288) size 784x45
-        RenderText {#text} at (0,27) size 75x18
-          text run at (0,27) width 75: &quot;high index: &quot;
-        RenderMathMLMath {math} at (75,0) size 24x42 [padding: 0 1 0 1]
-      RenderBlock {p} at (0,349) size 784x45
</del><ins>+        RenderMathMLMath {math} at (185,0) size 92x38 [padding: 0 1 0 1]
+      RenderBlock {p} at (0,288) size 784x47
+        RenderText {#text} at (0,29) size 75x18
+          text run at (0,29) width 75: &quot;high index: &quot;
+        RenderMathMLMath {math} at (75,0) size 25x44 [padding: 0 1 0 1]
+      RenderBlock {p} at (0,351) size 784x45
</ins><span class="cx">         RenderText {#text} at (0,21) size 155x18
</span><span class="cx">           text run at (0,21) width 155: &quot;Imbricated square roots: &quot;
</span><del>-        RenderMathMLMath {math} at (155,0) size 284x45 [padding: 0 1 0 1]
-          RenderMathMLSquareRoot {msqrt} at (1,0) size 282x45 [intrinsic padding: 3 0 3 12]
-            RenderMathMLRow (anonymous) at (12,3) size 270x39
-              RenderBlock {mn} at (0,21) size 8x12
-                RenderText {#text} at (0,-6) size 8x24
-                  text run at (0,-6) width 8: &quot;1&quot;
-              RenderMathMLOperator {mo} at (11,23) size 11x10
-                RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+        RenderMathMLMath {math} at (155,0) size 293x45 [padding: 0 1 0 1]
+          RenderMathMLSquareRoot {msqrt} at (1,0) size 291x45 [intrinsic padding: 3 0 3 12]
+            RenderMathMLRow (anonymous) at (12,3) size 279x39
+              RenderMathMLToken {mn} at (0,21) size 8x12
+                RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                  RenderBlock (anonymous) at (0,0) size 8x12
+                    RenderText {#text} at (0,-6) size 8x24
+                      text run at (0,-6) width 8: &quot;1&quot;
+              RenderMathMLOperator {mo} at (8,23) size 19x10
+                RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                   RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                    RenderText {mo} at (0,-8) size 11x24
</del><ins>+                    RenderText at (0,-8) size 11x24
</ins><span class="cx">                       text run at (0,-8) width 11: &quot;+&quot;
</span><del>-              RenderMathMLSquareRoot {msqrt} at (25,0) size 245x39 [intrinsic padding: 3 0 3 12]
-                RenderMathMLRow (anonymous) at (12,3) size 233x33
-                  RenderMathMLRow {mrow} at (0,0) size 233x33
-                    RenderBlock {mn} at (0,18) size 8x12
-                      RenderText {#text} at (0,-6) size 8x24
-                        text run at (0,-6) width 8: &quot;2&quot;
-                    RenderMathMLOperator {mo} at (11,20) size 11x10
-                      RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+              RenderMathMLSquareRoot {msqrt} at (26,0) size 253x39 [intrinsic padding: 3 0 3 12]
+                RenderMathMLRow (anonymous) at (12,3) size 241x33
+                  RenderMathMLRow {mrow} at (0,0) size 241x33
+                    RenderMathMLToken {mn} at (0,18) size 8x12
+                      RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                        RenderBlock (anonymous) at (0,0) size 8x12
+                          RenderText {#text} at (0,-6) size 8x24
+                            text run at (0,-6) width 8: &quot;2&quot;
+                    RenderMathMLOperator {mo} at (8,20) size 19x10
+                      RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                         RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                          RenderText {mo} at (0,-8) size 11x24
</del><ins>+                          RenderText at (0,-8) size 11x24
</ins><span class="cx">                             text run at (0,-8) width 11: &quot;+&quot;
</span><del>-                    RenderMathMLSquareRoot {msqrt} at (25,0) size 208x33 [intrinsic padding: 3 0 3 12]
-                      RenderMathMLRow (anonymous) at (12,3) size 196x27
-                        RenderMathMLRow {mrow} at (0,0) size 196x27
-                          RenderBlock {mn} at (0,15) size 8x12
-                            RenderText {#text} at (0,-6) size 8x24
-                              text run at (0,-6) width 8: &quot;3&quot;
-                          RenderMathMLOperator {mo} at (11,17) size 11x10
-                            RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+                    RenderMathMLSquareRoot {msqrt} at (26,0) size 215x33 [intrinsic padding: 3 0 3 12]
+                      RenderMathMLRow (anonymous) at (12,3) size 203x27
+                        RenderMathMLRow {mrow} at (0,0) size 203x27
+                          RenderMathMLToken {mn} at (0,15) size 8x12
+                            RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                              RenderBlock (anonymous) at (0,0) size 8x12
+                                RenderText {#text} at (0,-6) size 8x24
+                                  text run at (0,-6) width 8: &quot;3&quot;
+                          RenderMathMLOperator {mo} at (8,17) size 19x10
+                            RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                               RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                                RenderText {mo} at (0,-8) size 11x24
</del><ins>+                                RenderText at (0,-8) size 11x24
</ins><span class="cx">                                   text run at (0,-8) width 11: &quot;+&quot;
</span><del>-                          RenderMathMLSquareRoot {msqrt} at (25,0) size 171x27 [intrinsic padding: 3 0 0 12]
-                            RenderMathMLRow (anonymous) at (12,3) size 159x24
-                              RenderMathMLRow {mrow} at (0,0) size 159x24
-                                RenderBlock {mn} at (0,12) size 8x12
-                                  RenderText {#text} at (0,-6) size 8x24
-                                    text run at (0,-6) width 8: &quot;4&quot;
-                                RenderMathMLOperator {mo} at (11,14) size 11x10
-                                  RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+                          RenderMathMLSquareRoot {msqrt} at (26,0) size 177x27 [intrinsic padding: 3 0 0 12]
+                            RenderMathMLRow (anonymous) at (12,3) size 164x24
+                              RenderMathMLRow {mrow} at (0,0) size 164x24
+                                RenderMathMLToken {mn} at (0,12) size 8x12
+                                  RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                                    RenderBlock (anonymous) at (0,0) size 8x12
+                                      RenderText {#text} at (0,-6) size 8x24
+                                        text run at (0,-6) width 8: &quot;4&quot;
+                                RenderMathMLOperator {mo} at (8,14) size 19x10
+                                  RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                                     RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                                      RenderText {mo} at (0,-8) size 11x24
</del><ins>+                                      RenderText at (0,-8) size 11x24
</ins><span class="cx">                                         text run at (0,-8) width 11: &quot;+&quot;
</span><del>-                                RenderMathMLSquareRoot {msqrt} at (25,0) size 134x24 [intrinsic padding: 3 0 0 12]
-                                  RenderMathMLRow (anonymous) at (12,3) size 122x21
-                                    RenderMathMLRow {mrow} at (0,0) size 122x21
-                                      RenderBlock {mn} at (0,8) size 8x13
-                                        RenderText {#text} at (0,-5) size 8x24
-                                          text run at (0,-5) width 8: &quot;5&quot;
-                                      RenderMathMLOperator {mo} at (11,11) size 11x10
-                                        RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+                                RenderMathMLSquareRoot {msqrt} at (26,0) size 138x24 [intrinsic padding: 3 0 0 12]
+                                  RenderMathMLRow (anonymous) at (12,3) size 126x21
+                                    RenderMathMLRow {mrow} at (0,0) size 126x21
+                                      RenderMathMLToken {mn} at (0,8) size 8x13
+                                        RenderMathMLBlock (anonymous, flex) at (0,0) size 8x13
+                                          RenderBlock (anonymous) at (0,0) size 8x13
+                                            RenderText {#text} at (0,-5) size 8x24
+                                              text run at (0,-5) width 8: &quot;5&quot;
+                                      RenderMathMLOperator {mo} at (8,11) size 19x10
+                                        RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                                           RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                                            RenderText {mo} at (0,-8) size 11x24
</del><ins>+                                            RenderText at (0,-8) size 11x24
</ins><span class="cx">                                               text run at (0,-8) width 11: &quot;+&quot;
</span><del>-                                      RenderMathMLSquareRoot {msqrt} at (25,0) size 97x21 [intrinsic padding: 3 0 0 12]
-                                        RenderMathMLRow (anonymous) at (12,3) size 85x18
-                                          RenderMathMLRow {mrow} at (0,0) size 85x18
-                                            RenderBlock {mn} at (0,6) size 8x12
-                                              RenderText {#text} at (0,-6) size 8x24
-                                                text run at (0,-6) width 8: &quot;6&quot;
-                                            RenderMathMLOperator {mo} at (11,8) size 11x10
-                                              RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+                                      RenderMathMLSquareRoot {msqrt} at (26,0) size 100x21 [intrinsic padding: 3 0 0 12]
+                                        RenderMathMLRow (anonymous) at (12,3) size 88x18
+                                          RenderMathMLRow {mrow} at (0,0) size 88x18
+                                            RenderMathMLToken {mn} at (0,6) size 8x12
+                                              RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                                                RenderBlock (anonymous) at (0,0) size 8x12
+                                                  RenderText {#text} at (0,-6) size 8x24
+                                                    text run at (0,-6) width 8: &quot;6&quot;
+                                            RenderMathMLOperator {mo} at (8,8) size 19x10
+                                              RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                                                 RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                                                  RenderText {mo} at (0,-8) size 11x24
</del><ins>+                                                  RenderText at (0,-8) size 11x24
</ins><span class="cx">                                                     text run at (0,-8) width 11: &quot;+&quot;
</span><del>-                                            RenderMathMLSquareRoot {msqrt} at (25,0) size 60x18 [intrinsic padding: 3 0 0 12]
-                                              RenderMathMLRow (anonymous) at (12,3) size 48x15
-                                                RenderMathMLRow {mrow} at (0,0) size 48x15
-                                                  RenderBlock {mn} at (0,3) size 8x12
-                                                    RenderText {#text} at (0,-6) size 8x24
-                                                      text run at (0,-6) width 8: &quot;7&quot;
-                                                  RenderMathMLOperator {mo} at (11,5) size 11x10
-                                                    RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+                                            RenderMathMLSquareRoot {msqrt} at (26,0) size 62x18 [intrinsic padding: 3 0 0 12]
+                                              RenderMathMLRow (anonymous) at (12,3) size 50x15
+                                                RenderMathMLRow {mrow} at (0,0) size 50x15
+                                                  RenderMathMLToken {mn} at (0,3) size 8x12
+                                                    RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                                                      RenderBlock (anonymous) at (0,0) size 8x12
+                                                        RenderText {#text} at (0,-6) size 8x24
+                                                          text run at (0,-6) width 8: &quot;7&quot;
+                                                  RenderMathMLOperator {mo} at (8,5) size 19x10
+                                                    RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                                                       RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                                                        RenderText {mo} at (0,-8) size 11x24
</del><ins>+                                                        RenderText at (0,-8) size 11x24
</ins><span class="cx">                                                           text run at (0,-8) width 11: &quot;+&quot;
</span><del>-                                                  RenderMathMLSquareRoot {msqrt} at (25,0) size 23x15 [intrinsic padding: 3 0 0 12]
-                                                    RenderMathMLRow (anonymous) at (12,3) size 11x12
-                                                      RenderBlock {mi} at (0,0) size 11x12
-                                                        RenderText {#text} at (0,-6) size 10x24
-                                                          text run at (0,-6) width 10: &quot;A&quot;
</del><ins>+                                                  RenderMathMLSquareRoot {msqrt} at (26,0) size 24x15 [intrinsic padding: 3 0 0 12]
+                                                    RenderMathMLRow (anonymous) at (12,3) size 12x12
+                                                      RenderMathMLToken {mi} at (0,0) size 12x12 [padding: 0 2 0 0]
+                                                        RenderMathMLBlock (anonymous, flex) at (0,0) size 10x12
+                                                          RenderBlock (anonymous) at (0,0) size 10x12
+                                                            RenderText {#text} at (0,-6) size 10x24
+                                                              text run at (0,-6) width 10: &quot;A&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {p} at (0,410) size 784x73
-        RenderText {#text} at (0,37) size 110x18
-          text run at (0,37) width 110: &quot;Imbricated roots: &quot;
-        RenderMathMLMath {math} at (110,0) size 334x73 [padding: 0 1 0 1]
</del><ins>+      RenderBlock {p} at (0,412) size 784x74
+        RenderText {#text} at (0,38) size 110x18
+          text run at (0,38) width 110: &quot;Imbricated roots: &quot;
+        RenderMathMLMath {math} at (110,0) size 355x74 [padding: 0 1 0 1]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {p} at (0,499) size 784x36
-        RenderText {#text} at (0,0) size 306x18
-          text run at (0,0) width 306: &quot;Don't wrap this wide line with an implicit mrow:&quot;
-        RenderBR {br} at (306,0) size 0x18
-        RenderMathMLMath {math} at (0,21) size 828x15 [padding: 0 1 0 1]
-          RenderMathMLSquareRoot {msqrt} at (1,0) size 826x15 [intrinsic padding: 3 0 0 12]
-            RenderMathMLRow (anonymous) at (12,3) size 814x12
-              RenderBlock {mi} at (0,0) size 407x9
-                RenderText {#text} at (0,-9) size 7x24
-                  text run at (0,-9) width 7: &quot;x&quot;
-              RenderBlock {mi} at (407,0) size 407x12
-                RenderText {#text} at (0,-9) size 7x24
-                  text run at (0,-9) width 7: &quot;y&quot;
-        RenderText {#text} at (0,0) size 0x0
-layer at (182,175) size 20x19
-  RenderMathMLRoot {mroot} at (1,0) size 20x19 [intrinsic padding: 7 0 0 12]
-    RenderMathMLRow (anonymous) at (12,7) size 8x12
-      RenderBlock {mn} at (0,0) size 8x12
-        RenderText {#text} at (0,-6) size 8x24
-          text run at (0,-6) width 8: &quot;2&quot;
-layer at (182,175) size 12x14
-  RenderBlock (positioned) {mn} at (0,0) size 12x14
-    RenderText {#text} at (2,-4) size 6x18
-      text run at (2,-4) width 6: &quot;3&quot;
-layer at (84,213) size 56x19
-  RenderMathMLRoot {mroot} at (1,0) size 56x19 [intrinsic padding: 7 0 0 48]
-    RenderMathMLRow (anonymous) at (48,7) size 8x12
-      RenderBlock {mn} at (0,0) size 8x12
-        RenderText {#text} at (0,-6) size 8x24
-          text run at (0,-6) width 8: &quot;2&quot;
-layer at (84,213) size 48x14
-  RenderMathMLRow {mrow} at (0,0) size 48x14 [padding: 0 4 4 2]
-    RenderBlock {mi} at (2,1) size 6x7
-      RenderText {#text} at (0,-7) size 5x18
-        text run at (0,-7) width 5: &quot;x&quot;
-    RenderMathMLOperator {mo} at (10,0) size 8x8
-      RenderMathMLBlock (flex) {mo} at (0,0) size 8x8
</del><ins>+layer at (182,175) size 21x19
+  RenderMathMLRoot {mroot} at (1,0) size 21x19 [intrinsic padding: 7 0 0 13]
+    RenderMathMLRow (anonymous) at (13,7) size 8x12
+      RenderMathMLToken {mn} at (0,0) size 8x12
+        RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+          RenderBlock (anonymous) at (0,0) size 8x12
+            RenderText {#text} at (0,-6) size 8x24
+              text run at (0,-6) width 8: &quot;2&quot;
+layer at (182,175) size 13x14
+  RenderMathMLToken {mn} at (0,0) size 14x15 [padding: 0 5 4 2]
+    RenderMathMLBlock (anonymous, flex) at (2,0) size 7x10
+      RenderBlock (anonymous) at (0,0) size 6x10
+        RenderText {#text} at (0,-4) size 6x18
+          text run at (0,-4) width 6: &quot;3&quot;
+layer at (84,213) size 60x19
+  RenderMathMLRoot {mroot} at (1,0) size 60x19 [intrinsic padding: 7 0 0 52]
+    RenderMathMLRow (anonymous) at (52,7) size 8x12
+      RenderMathMLToken {mn} at (0,0) size 8x12
+        RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+          RenderBlock (anonymous) at (0,0) size 8x12
+            RenderText {#text} at (0,-6) size 8x24
+              text run at (0,-6) width 8: &quot;2&quot;
+layer at (84,213) size 52x14
+  RenderMathMLRow {mrow} at (0,0) size 53x15 [padding: 0 5 4 2]
+    RenderMathMLToken {mi} at (2,1) size 7x7 [padding: 0 1 0 0]
+      RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
+        RenderBlock (anonymous) at (0,0) size 5x7
+          RenderText {#text} at (0,-7) size 5x18
+            text run at (0,-7) width 5: &quot;x&quot;
+    RenderMathMLOperator {mo} at (8,0) size 14x8
+      RenderMathMLBlock (anonymous, flex) at (2,0) size 9x8
</ins><span class="cx">         RenderBlock (anonymous) at (0,0) size 8x8
</span><del>-          RenderText {mo} at (0,-6) size 8x18
</del><ins>+          RenderText at (0,-6) size 8x18
</ins><span class="cx">             text run at (0,-6) width 8: &quot;+&quot;
</span><del>-    RenderBlock {mi} at (20,1) size 6x9
-      RenderText {#text} at (0,-7) size 5x18
-        text run at (0,-7) width 5: &quot;y&quot;
-    RenderMathMLOperator {mo} at (28,0) size 8x8
-      RenderMathMLBlock (flex) {mo} at (0,0) size 8x8
</del><ins>+    RenderMathMLToken {mi} at (21,1) size 8x9 [padding: 0 1 0 0]
+      RenderMathMLBlock (anonymous, flex) at (0,0) size 5x9
+        RenderBlock (anonymous) at (0,0) size 5x9
+          RenderText {#text} at (0,-7) size 5x18
+            text run at (0,-7) width 5: &quot;y&quot;
+    RenderMathMLOperator {mo} at (28,0) size 14x8
+      RenderMathMLBlock (anonymous, flex) at (2,0) size 9x8
</ins><span class="cx">         RenderBlock (anonymous) at (0,0) size 8x8
</span><del>-          RenderText {mo} at (0,-6) size 8x18
</del><ins>+          RenderText at (0,-6) size 8x18
</ins><span class="cx">             text run at (0,-6) width 8: &quot;+&quot;
</span><del>-    RenderBlock {mi} at (38,1) size 6x7
-      RenderText {#text} at (0,-7) size 5x18
-        text run at (0,-7) width 5: &quot;z&quot;
-layer at (194,251) size 84x37
-  RenderMathMLRoot {mroot} at (1,0) size 84x37 [intrinsic padding: 3 0 3 49]
-    RenderMathMLRow (anonymous) at (49,3) size 35x31
-      RenderMathMLFraction {mfrac} at (1,0) size 33x31
-        RenderMathMLBlock (anonymous, flex) at (0,0) size 33x15
-          RenderMathMLRow {mrow} at (0,0) size 33x12
-            RenderBlock {mi} at (0,3) size 8x9
-              RenderText {#text} at (0,-9) size 7x24
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderMathMLOperator {mo} at (11,2) size 11x10
-              RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+    RenderMathMLToken {mi} at (41,1) size 7x7 [padding: 0 1 0 0]
+      RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
+        RenderBlock (anonymous) at (0,0) size 5x7
+          RenderText {#text} at (0,-7) size 5x18
+            text run at (0,-7) width 5: &quot;z&quot;
+layer at (194,251) size 90x37
+  RenderMathMLRoot {mroot} at (1,0) size 90x38 [intrinsic padding: 3 0 3 53]
+    RenderMathMLRow (anonymous) at (53,3) size 37x32
+      RenderMathMLFraction {mfrac} at (1,0) size 35x32
+        RenderMathMLBlock (anonymous, flex) at (0,0) size 35x16
+          RenderMathMLRow {mrow} at (0,0) size 35x12
+            RenderMathMLToken {mi} at (0,3) size 9x9 [padding: 0 2 0 0]
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 7x9
+                RenderBlock (anonymous) at (0,0) size 7x9
+                  RenderText {#text} at (0,-9) size 7x24
+                    text run at (0,-9) width 7: &quot;x&quot;
+            RenderMathMLOperator {mo} at (8,2) size 19x10
+              RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                 RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                  RenderText {mo} at (0,-8) size 11x24
</del><ins>+                  RenderText at (0,-8) size 11x24
</ins><span class="cx">                     text run at (0,-8) width 11: &quot;+&quot;
</span><del>-            RenderBlock {mn} at (25,0) size 8x12
-              RenderText {#text} at (0,-6) size 8x24
-                text run at (0,-6) width 8: &quot;1&quot;
-        RenderMathMLBlock (anonymous, flex) at (0,15) size 33x16 [padding: 1 0 0 0]
-          RenderMathMLRow {mrow} at (0,4) size 33x12
-            RenderBlock {mi} at (0,3) size 8x9
-              RenderText {#text} at (0,-9) size 7x24
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderMathMLOperator {mo} at (11,2) size 11x10
-              RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+            RenderMathMLToken {mn} at (26,0) size 9x12
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                RenderBlock (anonymous) at (0,0) size 8x12
+                  RenderText {#text} at (0,-6) size 8x24
+                    text run at (0,-6) width 8: &quot;1&quot;
+        RenderMathMLBlock (anonymous, flex) at (0,15) size 35x17 [padding: 1 0 0 0]
+          RenderMathMLRow {mrow} at (0,4) size 35x13
+            RenderMathMLToken {mi} at (0,3) size 9x9 [padding: 0 2 0 0]
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 7x9
+                RenderBlock (anonymous) at (0,0) size 7x9
+                  RenderText {#text} at (0,-9) size 7x24
+                    text run at (0,-9) width 7: &quot;x&quot;
+            RenderMathMLOperator {mo} at (8,2) size 19x10
+              RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">                 RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-                  RenderText {mo} at (0,-8) size 11x24
</del><ins>+                  RenderText at (0,-8) size 11x24
</ins><span class="cx">                     text run at (0,-8) width 11: &quot;+&quot;
</span><del>-            RenderBlock {mn} at (25,0) size 8x12
-              RenderText {#text} at (0,-6) size 8x24
-                text run at (0,-6) width 8: &quot;2&quot;
-layer at (194,259) size 48x14
-  RenderMathMLRow {mrow} at (0,8) size 48x14 [padding: 0 4 4 2]
-    RenderBlock {mi} at (2,1) size 6x7
-      RenderText {#text} at (0,-7) size 5x18
-        text run at (0,-7) width 5: &quot;x&quot;
-    RenderMathMLOperator {mo} at (10,0) size 8x8
-      RenderMathMLBlock (flex) {mo} at (0,0) size 8x8
</del><ins>+            RenderMathMLToken {mn} at (26,0) size 9x12
+              RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+                RenderBlock (anonymous) at (0,0) size 8x12
+                  RenderText {#text} at (0,-6) size 8x24
+                    text run at (0,-6) width 8: &quot;2&quot;
+layer at (194,259) size 52x14
+  RenderMathMLRow {mrow} at (0,8) size 53x15 [padding: 0 5 4 2]
+    RenderMathMLToken {mi} at (2,1) size 7x7 [padding: 0 1 0 0]
+      RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
+        RenderBlock (anonymous) at (0,0) size 5x7
+          RenderText {#text} at (0,-7) size 5x18
+            text run at (0,-7) width 5: &quot;x&quot;
+    RenderMathMLOperator {mo} at (8,0) size 14x8
+      RenderMathMLBlock (anonymous, flex) at (2,0) size 9x8
</ins><span class="cx">         RenderBlock (anonymous) at (0,0) size 8x8
</span><del>-          RenderText {mo} at (0,-6) size 8x18
</del><ins>+          RenderText at (0,-6) size 8x18
</ins><span class="cx">             text run at (0,-6) width 8: &quot;+&quot;
</span><del>-    RenderBlock {mi} at (20,1) size 6x9
-      RenderText {#text} at (0,-7) size 5x18
-        text run at (0,-7) width 5: &quot;y&quot;
-    RenderMathMLOperator {mo} at (28,0) size 8x8
-      RenderMathMLBlock (flex) {mo} at (0,0) size 8x8
</del><ins>+    RenderMathMLToken {mi} at (21,1) size 8x9 [padding: 0 1 0 0]
+      RenderMathMLBlock (anonymous, flex) at (0,0) size 5x9
+        RenderBlock (anonymous) at (0,0) size 5x9
+          RenderText {#text} at (0,-7) size 5x18
+            text run at (0,-7) width 5: &quot;y&quot;
+    RenderMathMLOperator {mo} at (28,0) size 14x8
+      RenderMathMLBlock (anonymous, flex) at (2,0) size 9x8
</ins><span class="cx">         RenderBlock (anonymous) at (0,0) size 8x8
</span><del>-          RenderText {mo} at (0,-6) size 8x18
</del><ins>+          RenderText at (0,-6) size 8x18
</ins><span class="cx">             text run at (0,-6) width 8: &quot;+&quot;
</span><del>-    RenderBlock {mi} at (38,1) size 6x7
-      RenderText {#text} at (0,-7) size 5x18
-        text run at (0,-7) width 5: &quot;z&quot;
-layer at (84,304) size 22x42
-  RenderMathMLRoot {mroot} at (1,0) size 22x42 [intrinsic padding: 30 0 0 14]
-    RenderMathMLRow (anonymous) at (14,30) size 8x12
-      RenderBlock {mn} at (0,0) size 8x12
-        RenderText {#text} at (0,-6) size 8x24
-          text run at (0,-6) width 8: &quot;2&quot;
-layer at (85,304) size 14x37
-  RenderMathMLFraction {mfrac} at (1,0) size 14x37 [padding: 0 4 4 2]
-    RenderMathMLBlock (anonymous, flex) at (2,0) size 8x23
-      RenderMathMLFraction {mfrac} at (1,0) size 6x21
-        RenderMathMLBlock (anonymous, flex) at (0,0) size 6x9
-          RenderBlock {mi} at (0,0) size 6x7
</del><ins>+    RenderMathMLToken {mi} at (41,1) size 7x7 [padding: 0 1 0 0]
+      RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
+        RenderBlock (anonymous) at (0,0) size 5x7
+          RenderText {#text} at (0,-7) size 5x18
+            text run at (0,-7) width 5: &quot;z&quot;
+layer at (84,304) size 23x44
+  RenderMathMLRoot {mroot} at (1,0) size 23x44 [intrinsic padding: 32 0 0 15]
+    RenderMathMLRow (anonymous) at (15,32) size 8x12
+      RenderMathMLToken {mn} at (0,0) size 8x12
+        RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+          RenderBlock (anonymous) at (0,0) size 8x12
+            RenderText {#text} at (0,-6) size 8x24
+              text run at (0,-6) width 8: &quot;2&quot;
+layer at (85,304) size 15x39
+  RenderMathMLFraction {mfrac} at (1,0) size 16x39 [padding: 0 5 4 2]
+    RenderMathMLBlock (anonymous, flex) at (2,0) size 9x25
+      RenderMathMLFraction {mfrac} at (1,0) size 7x22
+        RenderMathMLBlock (anonymous, flex) at (0,0) size 7x10
+          RenderMathMLToken {mi} at (0,0) size 7x7 [padding: 0 1 0 0]
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
+              RenderBlock (anonymous) at (0,0) size 5x7
+                RenderText {#text} at (0,-7) size 5x18
+                  text run at (0,-7) width 5: &quot;x&quot;
+        RenderMathMLBlock (anonymous, flex) at (0,9) size 7x13 [padding: 1 0 0 0]
+          RenderMathMLToken {mi} at (0,3) size 7x10 [padding: 0 1 0 0]
+            RenderMathMLBlock (anonymous, flex) at (0,0) size 5x9
+              RenderBlock (anonymous) at (0,0) size 5x9
+                RenderText {#text} at (0,-7) size 5x18
+                  text run at (0,-7) width 5: &quot;y&quot;
+    RenderMathMLBlock (anonymous, flex) at (2,24) size 9x11 [padding: 1 0 0 0]
+      RenderMathMLToken {mi} at (1,3) size 7x8 [padding: 0 1 0 0]
+        RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
+          RenderBlock (anonymous) at (0,0) size 5x7
</ins><span class="cx">             RenderText {#text} at (0,-7) size 5x18
</span><del>-              text run at (0,-7) width 5: &quot;x&quot;
-        RenderMathMLBlock (anonymous, flex) at (0,9) size 6x12 [padding: 1 0 0 0]
-          RenderBlock {mi} at (0,3) size 6x9
-            RenderText {#text} at (0,-7) size 5x18
-              text run at (0,-7) width 5: &quot;y&quot;
-    RenderMathMLBlock (anonymous, flex) at (2,23) size 8x10 [padding: 1 0 0 0]
-      RenderBlock {mi} at (1,3) size 6x7
-        RenderText {#text} at (0,-7) size 5x18
-          text run at (0,-7) width 5: &quot;z&quot;
-layer at (119,426) size 332x73
-  RenderMathMLRoot {mroot} at (1,0) size 332x73 [intrinsic padding: 3 0 3 18]
-    RenderMathMLRow (anonymous) at (18,3) size 314x67
-      RenderMathMLRow {mrow} at (0,0) size 314x67
-        RenderBlock {mn} at (0,37) size 8x12
-          RenderText {#text} at (0,-6) size 8x24
-            text run at (0,-6) width 8: &quot;1&quot;
-        RenderMathMLOperator {mo} at (11,39) size 11x10
-          RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+              text run at (0,-7) width 5: &quot;z&quot;
+layer at (119,428) size 352x74
+  RenderMathMLRoot {mroot} at (1,0) size 353x74 [intrinsic padding: 3 0 3 19]
+    RenderMathMLRow (anonymous) at (19,3) size 334x68
+      RenderMathMLRow {mrow} at (0,0) size 334x68
+        RenderMathMLToken {mn} at (0,38) size 8x12
+          RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+            RenderBlock (anonymous) at (0,0) size 8x12
+              RenderText {#text} at (0,-6) size 8x24
+                text run at (0,-6) width 8: &quot;1&quot;
+        RenderMathMLOperator {mo} at (8,40) size 19x10
+          RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-              RenderText {mo} at (0,-8) size 11x24
</del><ins>+              RenderText at (0,-8) size 11x24
</ins><span class="cx">                 text run at (0,-8) width 11: &quot;+&quot;
</span><del>-layer at (162,429) size 289x67
-  RenderMathMLRoot {mroot} at (25,0) size 289x67 [intrinsic padding: 3 0 3 18]
-    RenderMathMLRow (anonymous) at (18,3) size 271x61
-      RenderMathMLRow {mrow} at (0,0) size 271x61
-        RenderBlock {mn} at (0,34) size 8x12
-          RenderText {#text} at (0,-6) size 8x24
-            text run at (0,-6) width 8: &quot;2&quot;
-        RenderMathMLOperator {mo} at (11,36) size 11x10
-          RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+layer at (164,431) size 307x68
+  RenderMathMLRoot {mroot} at (26,0) size 308x68 [intrinsic padding: 3 0 3 19]
+    RenderMathMLRow (anonymous) at (19,3) size 289x62
+      RenderMathMLRow {mrow} at (0,0) size 289x62
+        RenderMathMLToken {mn} at (0,35) size 8x12
+          RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+            RenderBlock (anonymous) at (0,0) size 8x12
+              RenderText {#text} at (0,-6) size 8x24
+                text run at (0,-6) width 8: &quot;2&quot;
+        RenderMathMLOperator {mo} at (8,37) size 19x10
+          RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-              RenderText {mo} at (0,-8) size 11x24
</del><ins>+              RenderText at (0,-8) size 11x24
</ins><span class="cx">                 text run at (0,-8) width 11: &quot;+&quot;
</span><del>-layer at (205,432) size 246x61
-  RenderMathMLRoot {mroot} at (25,0) size 246x61 [intrinsic padding: 3 0 3 18]
-    RenderMathMLRow (anonymous) at (18,3) size 228x55
-      RenderMathMLRow {mrow} at (0,0) size 228x55
-        RenderBlock {mn} at (0,31) size 8x12
-          RenderText {#text} at (0,-6) size 8x24
-            text run at (0,-6) width 8: &quot;3&quot;
-        RenderMathMLOperator {mo} at (11,33) size 11x10
-          RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+layer at (209,434) size 262x62
+  RenderMathMLRoot {mroot} at (26,0) size 263x62 [intrinsic padding: 3 0 3 19]
+    RenderMathMLRow (anonymous) at (19,3) size 244x56
+      RenderMathMLRow {mrow} at (0,0) size 244x56
+        RenderMathMLToken {mn} at (0,32) size 8x12
+          RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+            RenderBlock (anonymous) at (0,0) size 8x12
+              RenderText {#text} at (0,-6) size 8x24
+                text run at (0,-6) width 8: &quot;3&quot;
+        RenderMathMLOperator {mo} at (8,34) size 19x10
+          RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-              RenderText {mo} at (0,-8) size 11x24
</del><ins>+              RenderText at (0,-8) size 11x24
</ins><span class="cx">                 text run at (0,-8) width 11: &quot;+&quot;
</span><del>-layer at (248,435) size 203x55
-  RenderMathMLRoot {mroot} at (25,0) size 203x55 [intrinsic padding: 3 0 3 18]
-    RenderMathMLRow (anonymous) at (18,3) size 185x49
-      RenderMathMLRow {mrow} at (0,0) size 185x49
-        RenderBlock {mn} at (0,28) size 8x12
-          RenderText {#text} at (0,-6) size 8x24
-            text run at (0,-6) width 8: &quot;4&quot;
-        RenderMathMLOperator {mo} at (11,30) size 11x10
-          RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+layer at (254,437) size 217x56
+  RenderMathMLRoot {mroot} at (26,0) size 218x56 [intrinsic padding: 3 0 3 19]
+    RenderMathMLRow (anonymous) at (19,3) size 198x50
+      RenderMathMLRow {mrow} at (0,0) size 198x50
+        RenderMathMLToken {mn} at (0,29) size 8x12
+          RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+            RenderBlock (anonymous) at (0,0) size 8x12
+              RenderText {#text} at (0,-6) size 8x24
+                text run at (0,-6) width 8: &quot;4&quot;
+        RenderMathMLOperator {mo} at (8,31) size 19x10
+          RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-              RenderText {mo} at (0,-8) size 11x24
</del><ins>+              RenderText at (0,-8) size 11x24
</ins><span class="cx">                 text run at (0,-8) width 11: &quot;+&quot;
</span><del>-layer at (291,438) size 160x49
-  RenderMathMLRoot {mroot} at (25,0) size 160x49 [intrinsic padding: 3 0 3 16]
-    RenderMathMLRow (anonymous) at (16,3) size 144x43
-      RenderMathMLRow {mrow} at (0,0) size 144x43
-        RenderBlock {mn} at (0,24) size 8x13
-          RenderText {#text} at (0,-5) size 8x24
-            text run at (0,-5) width 8: &quot;5&quot;
-        RenderMathMLOperator {mo} at (11,27) size 11x10
-          RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+layer at (299,440) size 172x50
+  RenderMathMLRoot {mroot} at (26,0) size 172x50 [intrinsic padding: 3 0 3 18]
+    RenderMathMLRow (anonymous) at (18,3) size 154x44
+      RenderMathMLRow {mrow} at (0,0) size 154x44
+        RenderMathMLToken {mn} at (0,25) size 8x13
+          RenderMathMLBlock (anonymous, flex) at (0,0) size 8x13
+            RenderBlock (anonymous) at (0,0) size 8x13
+              RenderText {#text} at (0,-5) size 8x24
+                text run at (0,-5) width 8: &quot;5&quot;
+        RenderMathMLOperator {mo} at (8,28) size 19x10
+          RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-              RenderText {mo} at (0,-8) size 11x24
</del><ins>+              RenderText at (0,-8) size 11x24
</ins><span class="cx">                 text run at (0,-8) width 11: &quot;+&quot;
</span><del>-layer at (332,441) size 119x43
-  RenderMathMLRoot {mroot} at (25,0) size 119x43 [intrinsic padding: 3 0 3 15]
-    RenderMathMLRow (anonymous) at (15,3) size 104x37
-      RenderMathMLRow {mrow} at (0,0) size 104x37
-        RenderBlock {mn} at (0,22) size 8x12
-          RenderText {#text} at (0,-6) size 8x24
-            text run at (0,-6) width 8: &quot;6&quot;
-        RenderMathMLOperator {mo} at (11,24) size 11x10
-          RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+layer at (343,443) size 128x44
+  RenderMathMLRoot {mroot} at (26,0) size 128x44 [intrinsic padding: 3 0 3 16]
+    RenderMathMLRow (anonymous) at (16,3) size 112x38
+      RenderMathMLRow {mrow} at (0,0) size 112x38
+        RenderMathMLToken {mn} at (0,23) size 8x12
+          RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+            RenderBlock (anonymous) at (0,0) size 8x12
+              RenderText {#text} at (0,-6) size 8x24
+                text run at (0,-6) width 8: &quot;6&quot;
+        RenderMathMLOperator {mo} at (8,25) size 19x10
+          RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-              RenderText {mo} at (0,-8) size 11x24
</del><ins>+              RenderText at (0,-8) size 11x24
</ins><span class="cx">                 text run at (0,-8) width 11: &quot;+&quot;
</span><del>-layer at (372,444) size 79x37
-  RenderMathMLRoot {mroot} at (25,0) size 79x37 [intrinsic padding: 3 0 3 13]
-    RenderMathMLRow (anonymous) at (13,3) size 66x31
-      RenderMathMLRow {mrow} at (0,0) size 66x31
-        RenderBlock {mn} at (0,19) size 8x12
-          RenderText {#text} at (0,-6) size 8x24
-            text run at (0,-6) width 8: &quot;7&quot;
-        RenderMathMLOperator {mo} at (11,21) size 11x10
-          RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
</del><ins>+layer at (386,446) size 86x38
+  RenderMathMLRoot {mroot} at (26,0) size 86x38 [intrinsic padding: 3 0 3 15]
+    RenderMathMLRow (anonymous) at (15,3) size 71x32
+      RenderMathMLRow {mrow} at (0,0) size 71x32
+        RenderMathMLToken {mn} at (0,20) size 8x12
+          RenderMathMLBlock (anonymous, flex) at (0,0) size 8x12
+            RenderBlock (anonymous) at (0,0) size 8x12
+              RenderText {#text} at (0,-6) size 8x24
+                text run at (0,-6) width 8: &quot;7&quot;
+        RenderMathMLOperator {mo} at (8,22) size 19x10
+          RenderMathMLBlock (anonymous, flex) at (3,0) size 12x10
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 11x10
</span><del>-              RenderText {mo} at (0,-8) size 11x24
</del><ins>+              RenderText at (0,-8) size 11x24
</ins><span class="cx">                 text run at (0,-8) width 11: &quot;+&quot;
</span><del>-layer at (410,447) size 41x31
-  RenderMathMLRoot {mroot} at (25,0) size 41x31 [intrinsic padding: 19 0 0 30]
-    RenderMathMLRow (anonymous) at (30,19) size 11x12
-      RenderBlock {mi} at (0,0) size 11x12
-        RenderText {#text} at (0,-6) size 10x24
-          text run at (0,-6) width 10: &quot;A&quot;
-layer at (411,447) size 30x26
-  RenderMathMLFraction {mfrac} at (1,0) size 30x26 [padding: 0 4 4 2]
-    RenderMathMLBlock (anonymous, flex) at (2,0) size 24x12
-      RenderMathMLRow {mrow} at (0,0) size 24x10
-        RenderBlock {mi} at (0,1) size 6x7
-          RenderText {#text} at (0,-7) size 5x18
-            text run at (0,-7) width 5: &quot;x&quot;
-        RenderMathMLOperator {mo} at (8,0) size 8x8
-          RenderMathMLBlock (flex) {mo} at (0,0) size 8x8
</del><ins>+layer at (427,449) size 45x32
+  RenderMathMLRoot {mroot} at (26,0) size 45x32 [intrinsic padding: 20 0 0 33]
+    RenderMathMLRow (anonymous) at (33,20) size 12x12
+      RenderMathMLToken {mi} at (0,0) size 12x12 [padding: 0 2 0 0]
+        RenderMathMLBlock (anonymous, flex) at (0,0) size 10x12
+          RenderBlock (anonymous) at (0,0) size 10x12
+            RenderText {#text} at (0,-6) size 10x24
+              text run at (0,-6) width 10: &quot;A&quot;
+layer at (428,449) size 33x27
+  RenderMathMLFraction {mfrac} at (1,0) size 33x27 [padding: 0 5 4 2]
+    RenderMathMLBlock (anonymous, flex) at (2,0) size 27x13
+      RenderMathMLRow {mrow} at (0,0) size 26x10
+        RenderMathMLToken {mi} at (0,1) size 7x7 [padding: 0 1 0 0]
+          RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
+            RenderBlock (anonymous) at (0,0) size 5x7
+              RenderText {#text} at (0,-7) size 5x18
+                text run at (0,-7) width 5: &quot;x&quot;
+        RenderMathMLOperator {mo} at (6,0) size 14x8
+          RenderMathMLBlock (anonymous, flex) at (2,0) size 9x8
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 8x8
</span><del>-              RenderText {mo} at (0,-6) size 8x18
</del><ins>+              RenderText at (0,-6) size 8x18
</ins><span class="cx">                 text run at (0,-6) width 8: &quot;+&quot;
</span><del>-        RenderBlock {mi} at (18,1) size 6x9
-          RenderText {#text} at (0,-7) size 5x18
-            text run at (0,-7) width 5: &quot;y&quot;
-    RenderMathMLBlock (anonymous, flex) at (2,12) size 24x10 [padding: 1 0 0 0]
-      RenderBlock {mi} at (9,3) size 6x7
-        RenderText {#text} at (0,-7) size 5x18
-          text run at (0,-7) width 5: &quot;z&quot;
-layer at (372,452) size 12x14
-  RenderBlock (positioned) {mn} at (0,8) size 12x14
-    RenderText {#text} at (2,-4) size 6x18
-      text run at (2,-4) width 6: &quot;9&quot;
-layer at (332,453) size 12x14
-  RenderBlock (positioned) {mn} at (0,12) size 12x14
-    RenderText {#text} at (2,-4) size 6x18
-      text run at (2,-4) width 6: &quot;8&quot;
-layer at (291,455) size 12x13
-  RenderBlock (positioned) {mn} at (0,17) size 12x13
-    RenderText {#text} at (2,-5) size 6x18
-      text run at (2,-5) width 6: &quot;7&quot;
-layer at (248,455) size 12x14
-  RenderBlock (positioned) {mn} at (0,20) size 12x14
-    RenderText {#text} at (2,-4) size 6x18
-      text run at (2,-4) width 6: &quot;6&quot;
-layer at (205,455) size 12x14
-  RenderBlock (positioned) {mn} at (0,23) size 12x14
-    RenderText {#text} at (2,-4) size 6x18
-      text run at (2,-4) width 6: &quot;5&quot;
-layer at (162,456) size 12x14
-  RenderBlock (positioned) {mn} at (0,27) size 12x14
-    RenderText {#text} at (2,-4) size 6x18
-      text run at (2,-4) width 6: &quot;4&quot;
-layer at (119,457) size 12x14
-  RenderBlock (positioned) {mn} at (0,31) size 12x14
-    RenderText {#text} at (2,-4) size 6x18
-      text run at (2,-4) width 6: &quot;3&quot;
</del><ins>+        RenderMathMLToken {mi} at (19,1) size 7x9 [padding: 0 1 0 0]
+          RenderMathMLBlock (anonymous, flex) at (0,0) size 5x9
+            RenderBlock (anonymous) at (0,0) size 5x9
+              RenderText {#text} at (0,-7) size 5x18
+                text run at (0,-7) width 5: &quot;y&quot;
+    RenderMathMLBlock (anonymous, flex) at (2,12) size 27x11 [padding: 1 0 0 0]
+      RenderMathMLToken {mi} at (9,3) size 7x8 [padding: 0 1 0 0]
+        RenderMathMLBlock (anonymous, flex) at (0,0) size 5x7
+          RenderBlock (anonymous) at (0,0) size 5x7
+            RenderText {#text} at (0,-7) size 5x18
+              text run at (0,-7) width 5: &quot;z&quot;
+layer at (386,455) size 13x14
+  RenderMathMLToken {mn} at (0,9) size 14x15 [padding: 0 5 4 2]
+    RenderMathMLBlock (anonymous, flex) at (2,0) size 7x10
+      RenderBlock (anonymous) at (0,0) size 6x10
+        RenderText {#text} at (0,-4) size 6x18
+          text run at (0,-4) width 6: &quot;9&quot;
+layer at (343,456) size 13x14
+  RenderMathMLToken {mn} at (0,13) size 14x15 [padding: 0 5 4 2]
+    RenderMathMLBlock (anonymous, flex) at (2,0) size 7x10
+      RenderBlock (anonymous) at (0,0) size 6x10
+        RenderText {#text} at (0,-4) size 6x18
+          text run at (0,-4) width 6: &quot;8&quot;
+layer at (299,457) size 13x13
+  RenderMathMLToken {mn} at (0,17) size 14x14 [padding: 0 5 4 2]
+    RenderMathMLBlock (anonymous, flex) at (2,0) size 7x9
+      RenderBlock (anonymous) at (0,0) size 6x9
+        RenderText {#text} at (0,-5) size 6x18
+          text run at (0,-5) width 6: &quot;7&quot;
+layer at (254,457) size 13x14
+  RenderMathMLToken {mn} at (0,20) size 14x15 [padding: 0 5 4 2]
+    RenderMathMLBlock (anonymous, flex) at (2,0) size 7x10
+      RenderBlock (anonymous) at (0,0) size 6x10
+        RenderText {#text} at (0,-4) size 6x18
+          text run at (0,-4) width 6: &quot;6&quot;
+layer at (209,458) size 13x14
+  RenderMathMLToken {mn} at (0,24) size 14x15 [padding: 0 5 4 2]
+    RenderMathMLBlock (anonymous, flex) at (2,0) size 7x10
+      RenderBlock (anonymous) at (0,0) size 6x10
+        RenderText {#text} at (0,-4) size 6x18
+          text run at (0,-4) width 6: &quot;5&quot;
+layer at (164,459) size 13x14
+  RenderMathMLToken {mn} at (0,28) size 14x15 [padding: 0 5 4 2]
+    RenderMathMLBlock (anonymous, flex) at (2,0) size 7x10
+      RenderBlock (anonymous) at (0,0) size 6x10
+        RenderText {#text} at (0,-4) size 6x18
+          text run at (0,-4) width 6: &quot;4&quot;
+layer at (119,459) size 13x14
+  RenderMathMLToken {mn} at (0,31) size 14x15 [padding: 0 5 4 2]
+    RenderMathMLBlock (anonymous, flex) at (2,0) size 7x10
+      RenderBlock (anonymous) at (0,0) size 6x10
+        RenderText {#text} at (0,-4) size 6x18
+          text run at (0,-4) width 6: &quot;3&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacmathmlpresentationrowexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/mac/mathml/presentation/row-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacmathmlpresentationrowexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/mac/mathml/presentation/row-expected.txt (166058 => 166059)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/mathml/presentation/row-expected.txt        2014-03-21 10:36:21 UTC (rev 166058)
+++ trunk/LayoutTests/platform/mac/mathml/presentation/row-expected.txt        2014-03-21 13:01:56 UTC (rev 166059)
</span><span class="lines">@@ -1,1505 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x493
-  RenderBlock {html} at (0,0) size 800x493
-    RenderBody {body} at (8,16) size 784x461
-      RenderBlock {p} at (0,0) size 784x18
-        RenderMathMLMath {math} at (0,3) size 35x12 [padding: 0 1 0 1]
-          RenderBlock {mi} at (1,3) size 8x9
-            RenderText {#text} at (0,-9) size 7x24
-              text run at (0,-9) width 7: &quot;x&quot;
-          RenderMathMLOperator {mo} at (12,2) size 11x10 [bgcolor=#C8C8C8]
-            RenderMathMLBlock (flex) {mo} at (0,0) size 11x10
-              RenderBlock (anonymous) at (0,0) size 11x10
-                RenderText at (0,-8) size 11x24
-                  text run at (0,-8) width 11: &quot;+&quot;
-          RenderBlock {mn} at (26,0) size 8x12
-            RenderText {#text} at (0,-6) size 8x24
-              text run at (0,-6) width 8: &quot;1&quot;
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {p} at (0,34) size 784x23
-        RenderText {#text} at (0,2) size 40x18
-          text run at (0,2) width 40: &quot;16px: &quot;
-        RenderMathMLMath {math} at (40,3) size 48x18 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 46x18
-            RenderMathMLOperator {mo} at (1,0) size 9x17 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 9x17
-                RenderBlock (anonymous) at (0,0) size 9x17
-                  RenderText at (0,-7) size 9x29
-                    text run at (0,-7) width 9: &quot;{&quot;
-            RenderBlock {mi} at (11,5) size 8x9
-              RenderText {#text} at (0,-9) size 7x24
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (19,2) size 16x16
-              RenderBlock {div} at (0,0) size 16x16 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (36,0) size 9x17 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 9x17
-                RenderBlock (anonymous) at (0,0) size 9x17
-                  RenderText at (0,-7) size 9x29
-                    text run at (0,-7) width 9: &quot;}&quot;
-        RenderText {#text} at (88,2) size 4x18
-          text run at (88,2) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (92,3) size 42x18 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 40x18
-            RenderMathMLOperator {mo} at (1,0) size 6x16 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 6x16
-                RenderBlock (anonymous) at (0,0) size 6x16
-                  RenderText at (0,-7) size 6x29
-                    text run at (0,-7) width 6: &quot;[&quot;
-            RenderBlock {mi} at (8,5) size 8x9
-              RenderText {#text} at (0,-9) size 7x24
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (16,2) size 16x16
-              RenderBlock {div} at (0,0) size 16x16 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (33,0) size 6x16 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 6x16
-                RenderBlock (anonymous) at (0,0) size 6x16
-                  RenderText at (0,-7) size 6x29
-                    text run at (0,-7) width 6: &quot;]&quot;
-        RenderText {#text} at (134,2) size 4x18
-          text run at (134,2) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (138,3) size 42x18 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 40x18
-            RenderMathMLOperator {mo} at (1,0) size 6x17 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 6x17
-                RenderBlock (anonymous) at (0,0) size 6x17
-                  RenderText at (0,-7) size 6x29
-                    text run at (0,-7) width 6: &quot;(&quot;
-            RenderBlock {mi} at (8,5) size 8x9
-              RenderText {#text} at (0,-9) size 7x24
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (16,2) size 16x16
-              RenderBlock {div} at (0,0) size 16x16 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (33,0) size 6x17 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 6x17
-                RenderBlock (anonymous) at (0,0) size 6x17
-                  RenderText at (0,-7) size 6x29
-                    text run at (0,-7) width 6: &quot;)&quot;
-        RenderText {#text} at (180,2) size 4x18
-          text run at (180,2) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (184,3) size 38x18 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 36x18
-            RenderMathMLOperator {mo} at (1,0) size 4x14 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 4x14
-                RenderBlock (anonymous) at (0,0) size 4x14
-                  RenderText at (0,-7) size 4x29
-                    text run at (0,-7) width 4: &quot;|&quot;
-            RenderBlock {mi} at (6,5) size 8x9
-              RenderText {#text} at (0,-9) size 7x24
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (14,2) size 16x16
-              RenderBlock {div} at (0,0) size 16x16 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (31,0) size 4x14 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 4x14
-                RenderBlock (anonymous) at (0,0) size 4x14
-                  RenderText at (0,-7) size 4x29
-                    text run at (0,-7) width 4: &quot;|&quot;
-        RenderText {#text} at (222,2) size 4x18
-          text run at (222,2) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (226,0) size 37x23 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 35x23
-            RenderMathMLOperator {mo} at (1,0) size 9x23 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 9x23
-                RenderBlock (anonymous) at (0,0) size 9x23
-                  RenderText at (0,-4) size 9x29
-                    text run at (0,-4) width 9: &quot;\x{222B}&quot;
-            RenderBlock {mi} at (11,8) size 8x9
-              RenderText {#text} at (0,-9) size 7x24
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (19,5) size 16x16
-              RenderBlock {div} at (0,0) size 16x16 [bgcolor=#00FF00]
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {p} at (0,73) size 784x33
-        RenderText {#text} at (0,10) size 40x18
-          text run at (0,10) width 40: &quot;24px: &quot;
-        RenderMathMLMath {math} at (40,4) size 64x27 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 62x27
-            RenderMathMLOperator {mo} at (1,0) size 13x26 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 13x26
-                RenderBlock (anonymous) at (0,0) size 13x26
-                  RenderText at (0,-10) size 13x43
-                    text run at (0,-10) width 13: &quot;{&quot;
-            RenderBlock {mi} at (15,12) size 8x9
-              RenderText {#text} at (0,-9) size 7x24
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (23,3) size 24x24
-              RenderBlock {div} at (0,0) size 24x24 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (48,0) size 13x26 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 13x26
-                RenderBlock (anonymous) at (0,0) size 13x26
-                  RenderText at (0,-10) size 13x43
-                    text run at (0,-10) width 13: &quot;}&quot;
-        RenderText {#text} at (104,10) size 4x18
-          text run at (104,10) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (108,5) size 56x26 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 54x26
-            RenderMathMLOperator {mo} at (1,0) size 9x24 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 9x24
-                RenderBlock (anonymous) at (0,0) size 9x24
-                  RenderText at (0,-11) size 9x43
-                    text run at (0,-11) width 9: &quot;[&quot;
-            RenderBlock {mi} at (11,11) size 8x9
-              RenderText {#text} at (0,-9) size 7x24
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (19,2) size 24x24
-              RenderBlock {div} at (0,0) size 24x24 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (44,0) size 9x24 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 9x24
-                RenderBlock (anonymous) at (0,0) size 9x24
-                  RenderText at (0,-11) size 9x43
-                    text run at (0,-11) width 9: &quot;]&quot;
-        RenderText {#text} at (164,10) size 4x18
-          text run at (164,10) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (168,5) size 56x26 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 54x26
-            RenderMathMLOperator {mo} at (1,0) size 9x24 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 9x24
-                RenderBlock (anonymous) at (0,0) size 9x24
-                  RenderText at (0,-11) size 9x43
-                    text run at (0,-11) width 9: &quot;(&quot;
-            RenderBlock {mi} at (11,11) size 8x9
-              RenderText {#text} at (0,-9) size 7x24
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (19,2) size 24x24
-              RenderBlock {div} at (0,0) size 24x24 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (44,0) size 9x24 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 9x24
-                RenderBlock (anonymous) at (0,0) size 9x24
-                  RenderText at (0,-11) size 9x43
-                    text run at (0,-11) width 9: &quot;)&quot;
-        RenderText {#text} at (224,10) size 4x18
-          text run at (224,10) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (228,5) size 50x26 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 48x26
-            RenderMathMLOperator {mo} at (1,0) size 6x20 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 6x20
-                RenderBlock (anonymous) at (0,0) size 6x20
-                  RenderText at (0,-11) size 6x43
-                    text run at (0,-11) width 6: &quot;|&quot;
-            RenderBlock {mi} at (8,11) size 8x9
-              RenderText {#text} at (0,-9) size 7x24
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (16,2) size 24x24
-              RenderBlock {div} at (0,0) size 24x24 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (41,0) size 6x20 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 6x20
-                RenderBlock (anonymous) at (0,0) size 6x20
-                  RenderText at (0,-11) size 6x43
-                    text run at (0,-11) width 6: &quot;|&quot;
-        RenderText {#text} at (278,10) size 4x18
-          text run at (278,10) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (282,0) size 49x33 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 47x33
-            RenderMathMLOperator {mo} at (1,0) size 13x33 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 13x33
-                RenderBlock (anonymous) at (0,0) size 13x33
-                  RenderText at (0,-6) size 13x43
-                    text run at (0,-6) width 13: &quot;\x{222B}&quot;
-            RenderBlock {mi} at (15,16) size 8x9
-              RenderText {#text} at (0,-9) size 7x24
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (23,7) size 24x24
-              RenderBlock {div} at (0,0) size 24x24 [bgcolor=#00FF00]
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {p} at (0,122) size 784x42
-        RenderText {#text} at (0,12) size 40x18
-          text run at (0,12) width 40: &quot;32px: &quot;
-        RenderMathMLMath {math} at (40,0) size 82x36 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 80x36
-            RenderMathMLOperator {mo} at (1,0) size 18x33 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 18x33
-                RenderBlock (anonymous) at (0,0) size 18x33
-                  RenderText at (0,-14) size 18x57
-                    text run at (0,-14) width 18: &quot;{&quot;
-            RenderBlock {mi} at (20,18) size 8x9
-              RenderText {#text} at (0,-9) size 7x24
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (28,4) size 32x32
-              RenderBlock {div} at (0,0) size 32x32 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (61,0) size 18x33 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 18x33
-                RenderBlock (anonymous) at (0,0) size 18x33
-                  RenderText at (0,-14) size 18x57
-                    text run at (0,-14) width 18: &quot;}&quot;
-        RenderText {#text} at (122,12) size 4x18
-          text run at (122,12) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (126,4) size 60x38 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 58x38
-            RenderMathMLOperator {mo} at (1,0) size 7x38 [bgcolor=#C8C8C8]
-            RenderBlock {mi} at (9,14) size 8x9
-              RenderText {#text} at (0,-9) size 7x24
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (17,0) size 32x32
-              RenderBlock {div} at (0,0) size 32x32 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (50,0) size 7x38 [bgcolor=#C8C8C8]
-        RenderText {#text} at (186,12) size 4x18
-          text run at (186,12) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (190,4) size 60x38 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 58x38
-            RenderMathMLOperator {mo} at (1,0) size 7x38 [bgcolor=#C8C8C8]
-            RenderBlock {mi} at (9,14) size 8x9
-              RenderText {#text} at (0,-9) size 7x24
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (17,0) size 32x32
-              RenderBlock {div} at (0,0) size 32x32 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (50,0) size 7x38 [bgcolor=#C8C8C8]
-        RenderText {#text} at (250,12) size 4x18
-          text run at (250,12) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (254,4) size 66x38 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 64x38
-            RenderMathMLOperator {mo} at (1,0) size 10x38 [bgcolor=#C8C8C8]
-            RenderBlock {mi} at (12,14) size 8x9
-              RenderText {#text} at (0,-9) size 7x24
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (20,0) size 32x32
-              RenderBlock {div} at (0,0) size 32x32 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (53,0) size 10x38 [bgcolor=#C8C8C8]
-        RenderText {#text} at (320,12) size 4x18
-          text run at (320,12) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (324,4) size 55x38 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 53x38
-            RenderMathMLOperator {mo} at (1,0) size 11x38 [bgcolor=#C8C8C8]
-            RenderBlock {mi} at (13,14) size 8x9
-              RenderText {#text} at (0,-9) size 7x24
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (21,0) size 32x32
-              RenderBlock {div} at (0,0) size 32x32 [bgcolor=#00FF00]
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {p} at (0,180) size 784x57
-        RenderText {#text} at (0,19) size 40x18
-          text run at (0,19) width 40: &quot;48px: &quot;
-        RenderMathMLMath {math} at (40,0) size 82x57 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 80x57
-            RenderMathMLOperator {mo} at (1,0) size 10x57 [bgcolor=#C8C8C8]
-            RenderBlock {mi} at (12,25) size 8x9
-              RenderText {#text} at (0,-9) size 7x24
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (20,0) size 48x48
-              RenderBlock {div} at (0,0) size 48x48 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (69,0) size 10x57 [bgcolor=#C8C8C8]
-        RenderText {#text} at (122,19) size 4x18
-          text run at (122,19) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (126,0) size 76x57 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 74x57
-            RenderMathMLOperator {mo} at (1,0) size 7x57 [bgcolor=#C8C8C8]
-            RenderBlock {mi} at (9,25) size 8x9
-              RenderText {#text} at (0,-9) size 7x24
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (17,0) size 48x48
-              RenderBlock {div} at (0,0) size 48x48 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (66,0) size 7x57 [bgcolor=#C8C8C8]
-        RenderText {#text} at (202,19) size 4x18
-          text run at (202,19) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (206,0) size 76x57 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 74x57
-            RenderMathMLOperator {mo} at (1,0) size 7x57 [bgcolor=#C8C8C8]
-            RenderBlock {mi} at (9,25) size 8x9
-              RenderText {#text} at (0,-9) size 7x24
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (17,0) size 48x48
-              RenderBlock {div} at (0,0) size 48x48 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (66,0) size 7x57 [bgcolor=#C8C8C8]
-        RenderText {#text} at (282,19) size 4x18
-          text run at (282,19) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (286,0) size 82x57 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 80x57
-            RenderMathMLOperator {mo} at (1,0) size 10x57 [bgcolor=#C8C8C8]
-            RenderBlock {mi} at (12,25) size 8x9
-              RenderText {#text} at (0,-9) size 7x24
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (20,0) size 48x48
-              RenderBlock {div} at (0,0) size 48x48 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (69,0) size 10x57 [bgcolor=#C8C8C8]
-        RenderText {#text} at (368,19) size 4x18
-          text run at (368,19) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (372,0) size 71x57 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 69x57
-            RenderMathMLOperator {mo} at (1,0) size 11x57 [bgcolor=#C8C8C8]
-            RenderBlock {mi} at (13,25) size 8x9
-              RenderText {#text} at (0,-9) size 7x24
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (21,0) size 48x48
-              RenderBlock {div} at (0,0) size 48x48 [bgcolor=#00FF00]
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {p} at (0,253) size 784x144
-        RenderText {#text} at (0,70) size 48x18
-          text run at (0,70) width 48: &quot;120px: &quot;
-        RenderMathMLMath {math} at (48,0) size 82x144 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 80x144
-            RenderMathMLOperator {mo} at (1,0) size 10x144 [bgcolor=#C8C8C8]
-            RenderBlock {mi} at (12,76) size 8x9
-              RenderText {#text} at (0,-9) size 7x24
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (20,3) size 48x120
-              RenderBlock {div} at (0,0) size 48x120 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (69,0) size 10x144 [bgcolor=#C8C8C8]
-        RenderText {#text} at (130,70) size 4x18
-          text run at (130,70) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (134,0) size 76x144 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 74x144
-            RenderMathMLOperator {mo} at (1,0) size 7x144 [bgcolor=#C8C8C8]
-            RenderBlock {mi} at (9,76) size 8x9
-              RenderText {#text} at (0,-9) size 7x24
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (17,3) size 48x120
-              RenderBlock {div} at (0,0) size 48x120 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (66,0) size 7x144 [bgcolor=#C8C8C8]
-        RenderText {#text} at (210,70) size 4x18
-          text run at (210,70) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (214,0) size 76x144 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 74x144
-            RenderMathMLOperator {mo} at (1,0) size 7x144 [bgcolor=#C8C8C8]
-            RenderBlock {mi} at (9,76) size 8x9
-              RenderText {#text} at (0,-9) size 7x24
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (17,3) size 48x120
-              RenderBlock {div} at (0,0) size 48x120 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (66,0) size 7x144 [bgcolor=#C8C8C8]
-        RenderText {#text} at (290,70) size 4x18
-          text run at (290,70) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (294,0) size 82x144 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 80x144
-            RenderMathMLOperator {mo} at (1,0) size 10x144 [bgcolor=#C8C8C8]
-            RenderBlock {mi} at (12,76) size 8x9
-              RenderText {#text} at (0,-9) size 7x24
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (20,3) size 48x120
-              RenderBlock {div} at (0,0) size 48x120 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (69,0) size 10x144 [bgcolor=#C8C8C8]
-        RenderText {#text} at (376,70) size 4x18
-          text run at (376,70) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (380,0) size 71x144 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 69x144
-            RenderMathMLOperator {mo} at (1,0) size 11x144 [bgcolor=#C8C8C8]
-            RenderBlock {mi} at (13,76) size 8x9
-              RenderText {#text} at (0,-9) size 7x24
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderBlock {mtext} at (21,3) size 48x120
-              RenderBlock {div} at (0,0) size 48x120 [bgcolor=#00FF00]
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {p} at (0,413) size 784x48
-        RenderText {#text} at (0,14) size 40x18
-          text run at (0,14) width 40: &quot;40px: &quot;
-        RenderMathMLMath {math} at (40,0) size 178x48 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 176x48
-            RenderMathMLOperator {mo} at (1,0) size 7x48 [bgcolor=#C8C8C8]
-            RenderBlock {mi} at (9,20) size 8x9
-              RenderText {#text} at (0,-9) size 7x24
-                text run at (0,-9) width 7: &quot;x&quot;
-            RenderMathMLOperator {mo} at (20,26) size 4x5 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 4x5
-                RenderBlock (anonymous) at (0,0) size 4x5
-                  RenderText at (0,-15) size 4x24
-                    text run at (0,-15) width 4: &quot;,&quot;
-            RenderBlock {mtext} at (27,1) size 40x40
-              RenderBlock {div} at (0,0) size 40x40 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (70,26) size 4x5 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 4x5
-                RenderBlock (anonymous) at (0,0) size 4x5
-                  RenderText at (0,-15) size 4x24
-                    text run at (0,-15) width 4: &quot;,&quot;
-            RenderBlock {mtext} at (77,1) size 40x40
-              RenderBlock {div} at (0,0) size 40x40 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (120,26) size 4x5 [bgcolor=#C8C8C8]
-              RenderMathMLBlock (flex) {mo} at (0,0) size 4x5
-                RenderBlock (anonymous) at (0,0) size 4x5
-                  RenderText at (0,-15) size 4x24
-                    text run at (0,-15) width 4: &quot;,&quot;
-            RenderBlock {mtext} at (127,1) size 40x40
-              RenderBlock {div} at (0,0) size 40x40 [bgcolor=#00FF00]
-            RenderMathMLOperator {mo} at (168,0) size 7x48 [bgcolor=#C8C8C8]
-        RenderText {#text} at (0,0) size 0x0
-layer at (136,142) size 7x16 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-      RenderText at (0,-6) size 7x24
-        text run at (0,-6) width 7: &quot;\x{23A1}&quot;
-layer at (136,158) size 7x6 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,16) size 7x6
-    RenderBlock (anonymous) at (0,0) size 7x6
-layer at (136,164) size 7x16 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,22) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (185,142) size 7x16 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-      RenderText at (0,-6) size 7x24
-        text run at (0,-6) width 7: &quot;\x{23A4}&quot;
-layer at (185,158) size 7x6 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,16) size 7x6
-    RenderBlock (anonymous) at (0,0) size 7x6
-layer at (185,164) size 7x16 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,22) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (200,142) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-      RenderText at (0,-5) size 7x24
-        text run at (0,-5) width 7: &quot;\x{239B}&quot;
-layer at (200,158) size 7x6 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,16) size 7x6
-    RenderBlock (anonymous) at (0,0) size 7x6
-layer at (200,164) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,22) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (249,142) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-      RenderText at (0,-5) size 7x24
-        text run at (0,-5) width 7: &quot;\x{239E}&quot;
-layer at (249,158) size 7x6 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,16) size 7x6
-    RenderBlock (anonymous) at (0,0) size 7x6
-layer at (249,164) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,22) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (264,142) size 10x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-      RenderText at (0,-5) size 10x24
-        text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (264,158) size 10x6 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,16) size 10x6
-    RenderBlock (anonymous) at (0,0) size 10x6
-layer at (264,164) size 10x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,22) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (316,142) size 10x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-      RenderText at (0,-5) size 10x24
-        text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (316,158) size 10x6 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,16) size 10x6
-    RenderBlock (anonymous) at (0,0) size 10x6
-layer at (316,164) size 10x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,22) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (334,142) size 11x18 scrollHeight 25
-  RenderMathMLBlock (flex) {mo} at (0,0) size 11x18
-    RenderBlock (anonymous) at (0,0) size 11x18
-      RenderText at (0,1) size 11x24
-        text run at (0,1) width 11: &quot;\x{2320}&quot;
-layer at (334,160) size 11x2 scrollHeight 17
-  RenderMathMLBlock (flex) {mo} at (0,18) size 11x2
-    RenderBlock (anonymous) at (0,0) size 11x2
-layer at (334,162) size 11x18 scrollHeight 25
-  RenderMathMLBlock (flex) {mo} at (0,20) size 11x18
-    RenderBlock (anonymous) at (0,0) size 11x18
-layer at (50,196) size 10x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-      RenderText at (0,-5) size 10x24
-        text run at (0,-5) width 10: &quot;\x{23A7}&quot;
-layer at (50,212) size 10x5 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,16) size 10x5
-    RenderBlock (anonymous) at (0,0) size 10x5
-layer at (50,217) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,21) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (50,232) size 10x5 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,36) size 10x5
-    RenderBlock (anonymous) at (0,0) size 10x5
-layer at (50,237) size 10x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,41) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (118,196) size 10x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-      RenderText at (0,-5) size 10x24
-        text run at (0,-5) width 10: &quot;\x{23AB}&quot;
-layer at (118,212) size 10x5 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,16) size 10x5
-    RenderBlock (anonymous) at (0,0) size 10x5
-layer at (118,217) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,21) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (118,232) size 10x5 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,36) size 10x5
-    RenderBlock (anonymous) at (0,0) size 10x5
-layer at (118,237) size 10x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,41) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (136,196) size 7x16 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-      RenderText at (0,-6) size 7x24
-        text run at (0,-6) width 7: &quot;\x{23A1}&quot;
-layer at (136,212) size 7x15 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,16) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (136,227) size 7x10 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,31) size 7x10
-    RenderBlock (anonymous) at (0,0) size 7x10
-layer at (136,237) size 7x16 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,41) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (201,196) size 7x16 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-      RenderText at (0,-6) size 7x24
-        text run at (0,-6) width 7: &quot;\x{23A4}&quot;
-layer at (201,212) size 7x15 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,16) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (201,227) size 7x10 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,31) size 7x10
-    RenderBlock (anonymous) at (0,0) size 7x10
-layer at (201,237) size 7x16 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,41) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (216,196) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-      RenderText at (0,-5) size 7x24
-        text run at (0,-5) width 7: &quot;\x{239B}&quot;
-layer at (216,212) size 7x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,16) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (216,227) size 7x10 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,31) size 7x10
-    RenderBlock (anonymous) at (0,0) size 7x10
-layer at (216,237) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,41) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (281,196) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-      RenderText at (0,-5) size 7x24
-        text run at (0,-5) width 7: &quot;\x{239E}&quot;
-layer at (281,212) size 7x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,16) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (281,227) size 7x10 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,31) size 7x10
-    RenderBlock (anonymous) at (0,0) size 7x10
-layer at (281,237) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,41) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (296,196) size 10x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-      RenderText at (0,-5) size 10x24
-        text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (296,212) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,16) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (296,227) size 10x10 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,31) size 10x10
-    RenderBlock (anonymous) at (0,0) size 10x10
-layer at (296,237) size 10x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,41) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (364,196) size 10x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-      RenderText at (0,-5) size 10x24
-        text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (364,212) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,16) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (364,227) size 10x10 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,31) size 10x10
-    RenderBlock (anonymous) at (0,0) size 10x10
-layer at (364,237) size 10x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,41) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (382,196) size 11x18 scrollHeight 25
-  RenderMathMLBlock (flex) {mo} at (0,0) size 11x18
-    RenderBlock (anonymous) at (0,0) size 11x18
-      RenderText at (0,1) size 11x24
-        text run at (0,1) width 11: &quot;\x{2320}&quot;
-layer at (382,214) size 11x9 scrollHeight 17
-  RenderMathMLBlock (flex) {mo} at (0,18) size 11x9
-    RenderBlock (anonymous) at (0,0) size 11x9
-layer at (382,223) size 11x9 scrollHeight 17
-  RenderMathMLBlock (flex) {mo} at (0,27) size 11x9
-    RenderBlock (anonymous) at (0,0) size 11x9
-layer at (382,232) size 11x3 scrollHeight 17
-  RenderMathMLBlock (flex) {mo} at (0,36) size 11x3
-    RenderBlock (anonymous) at (0,0) size 11x3
-layer at (382,235) size 11x18 scrollHeight 25
-  RenderMathMLBlock (flex) {mo} at (0,39) size 11x18
-    RenderBlock (anonymous) at (0,0) size 11x18
-layer at (58,269) size 10x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-      RenderText at (0,-5) size 10x24
-        text run at (0,-5) width 10: &quot;\x{23A7}&quot;
-layer at (58,285) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,16) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (58,300) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,31) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (58,315) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,46) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (58,330) size 10x3 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,61) size 10x3
-    RenderBlock (anonymous) at (0,0) size 10x3
-layer at (58,333) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,64) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (58,348) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,79) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (58,363) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,94) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (58,378) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,109) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (58,393) size 10x4 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,124) size 10x4
-    RenderBlock (anonymous) at (0,0) size 10x4
-layer at (58,397) size 10x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,128) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (126,269) size 10x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-      RenderText at (0,-5) size 10x24
-        text run at (0,-5) width 10: &quot;\x{23AB}&quot;
-layer at (126,285) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,16) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (126,300) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,31) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (126,315) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,46) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (126,330) size 10x3 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,61) size 10x3
-    RenderBlock (anonymous) at (0,0) size 10x3
-layer at (126,333) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,64) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (126,348) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,79) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (126,363) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,94) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (126,378) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,109) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (126,393) size 10x4 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,124) size 10x4
-    RenderBlock (anonymous) at (0,0) size 10x4
-layer at (126,397) size 10x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,128) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (144,269) size 7x16 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-      RenderText at (0,-6) size 7x24
-        text run at (0,-6) width 7: &quot;\x{23A1}&quot;
-layer at (144,285) size 7x15 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,16) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (144,300) size 7x15 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,31) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (144,315) size 7x15 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,46) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (144,330) size 7x15 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,61) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (144,345) size 7x15 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,76) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (144,360) size 7x15 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,91) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (144,375) size 7x15 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,106) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (144,390) size 7x7 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,121) size 7x7
-    RenderBlock (anonymous) at (0,0) size 7x7
-layer at (144,397) size 7x16 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,128) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (209,269) size 7x16 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-      RenderText at (0,-6) size 7x24
-        text run at (0,-6) width 7: &quot;\x{23A4}&quot;
-layer at (209,285) size 7x15 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,16) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (209,300) size 7x15 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,31) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (209,315) size 7x15 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,46) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (209,330) size 7x15 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,61) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (209,345) size 7x15 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,76) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (209,360) size 7x15 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,91) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (209,375) size 7x15 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,106) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (209,390) size 7x7 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,121) size 7x7
-    RenderBlock (anonymous) at (0,0) size 7x7
-layer at (209,397) size 7x16 scrollHeight 18
-  RenderMathMLBlock (flex) {mo} at (0,128) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (224,269) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-      RenderText at (0,-5) size 7x24
-        text run at (0,-5) width 7: &quot;\x{239B}&quot;
-layer at (224,285) size 7x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,16) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (224,300) size 7x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,31) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (224,315) size 7x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,46) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (224,330) size 7x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,61) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (224,345) size 7x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,76) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (224,360) size 7x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,91) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (224,375) size 7x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,106) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (224,390) size 7x7 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,121) size 7x7
-    RenderBlock (anonymous) at (0,0) size 7x7
-layer at (224,397) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,128) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (289,269) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-      RenderText at (0,-5) size 7x24
-        text run at (0,-5) width 7: &quot;\x{239E}&quot;
-layer at (289,285) size 7x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,16) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (289,300) size 7x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,31) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (289,315) size 7x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,46) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (289,330) size 7x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,61) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (289,345) size 7x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,76) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (289,360) size 7x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,91) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (289,375) size 7x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,106) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (289,390) size 7x7 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,121) size 7x7
-    RenderBlock (anonymous) at (0,0) size 7x7
-layer at (289,397) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,128) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (304,269) size 10x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-      RenderText at (0,-5) size 10x24
-        text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (304,285) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,16) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (304,300) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,31) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (304,315) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,46) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (304,330) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,61) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (304,345) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,76) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (304,360) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,91) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (304,375) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,106) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (304,390) size 10x7 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,121) size 10x7
-    RenderBlock (anonymous) at (0,0) size 10x7
-layer at (304,397) size 10x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,128) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (372,269) size 10x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-      RenderText at (0,-5) size 10x24
-        text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (372,285) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,16) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (372,300) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,31) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (372,315) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,46) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (372,330) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,61) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (372,345) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,76) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (372,360) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,91) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (372,375) size 10x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,106) size 10x15
-    RenderBlock (anonymous) at (0,0) size 10x15
-layer at (372,390) size 10x7 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,121) size 10x7
-    RenderBlock (anonymous) at (0,0) size 10x7
-layer at (372,397) size 10x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,128) size 10x16
-    RenderBlock (anonymous) at (0,0) size 10x16
-layer at (390,269) size 11x18 scrollHeight 25
-  RenderMathMLBlock (flex) {mo} at (0,0) size 11x18
-    RenderBlock (anonymous) at (0,0) size 11x18
-      RenderText at (0,1) size 11x24
-        text run at (0,1) width 11: &quot;\x{2320}&quot;
-layer at (390,287) size 11x9 scrollHeight 17
-  RenderMathMLBlock (flex) {mo} at (0,18) size 11x9
-    RenderBlock (anonymous) at (0,0) size 11x9
-layer at (390,296) size 11x9 scrollHeight 17
-  RenderMathMLBlock (flex) {mo} at (0,27) size 11x9
-    RenderBlock (anonymous) at (0,0) size 11x9
-layer at (390,305) size 11x9 scrollHeight 17
-  RenderMathMLBlock (flex) {mo} at (0,36) size 11x9
-    RenderBlock (anonymous) at (0,0) size 11x9
-layer at (390,314) size 11x9 scrollHeight 17
-  RenderMathMLBlock (flex) {mo} at (0,45) size 11x9
-    RenderBlock (anonymous) at (0,0) size 11x9
-layer at (390,323) size 11x9 scrollHeight 17
-  RenderMathMLBlock (flex) {mo} at (0,54) size 11x9
-    RenderBlock (anonymous) at (0,0) size 11x9
-layer at (390,332) size 11x9 scrollHeight 17
-  RenderMathMLBlock (flex) {mo} at (0,63) size 11x9
-    RenderBlock (anonymous) at (0,0) size 11x9
-layer at (390,341) size 11x9 scrollHeight 17
-  RenderMathMLBlock (flex) {mo} at (0,72) size 11x9
-    RenderBlock (anonymous) at (0,0) size 11x9
-layer at (390,350) size 11x9 scrollHeight 17
-  RenderMathMLBlock (flex) {mo} at (0,81) size 11x9
-    RenderBlock (anonymous) at (0,0) size 11x9
-layer at (390,359) size 11x9 scrollHeight 17
-  RenderMathMLBlock (flex) {mo} at (0,90) size 11x9
-    RenderBlock (anonymous) at (0,0) size 11x9
-layer at (390,368) size 11x9 scrollHeight 17
-  RenderMathMLBlock (flex) {mo} at (0,99) size 11x9
-    RenderBlock (anonymous) at (0,0) size 11x9
-layer at (390,377) size 11x9 scrollHeight 17
-  RenderMathMLBlock (flex) {mo} at (0,108) size 11x9
-    RenderBlock (anonymous) at (0,0) size 11x9
-layer at (390,386) size 11x9 scrollHeight 17
-  RenderMathMLBlock (flex) {mo} at (0,117) size 11x9
-    RenderBlock (anonymous) at (0,0) size 11x9
-layer at (390,395) size 11x18 scrollHeight 25
-  RenderMathMLBlock (flex) {mo} at (0,126) size 11x18
-    RenderBlock (anonymous) at (0,0) size 11x18
-layer at (50,429) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-      RenderText at (0,-5) size 7x24
-        text run at (0,-5) width 7: &quot;\x{239B}&quot;
-layer at (50,445) size 7x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,16) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (50,460) size 7x1 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,31) size 7x1
-    RenderBlock (anonymous) at (0,0) size 7x1
-layer at (50,461) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,32) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (217,429) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,0) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-      RenderText at (0,-5) size 7x24
-        text run at (0,-5) width 7: &quot;\x{239E}&quot;
-layer at (217,445) size 7x15 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,16) size 7x15
-    RenderBlock (anonymous) at (0,0) size 7x15
-layer at (217,460) size 7x1 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,31) size 7x1
-    RenderBlock (anonymous) at (0,0) size 7x1
-layer at (217,461) size 7x16 scrollHeight 19
-  RenderMathMLBlock (flex) {mo} at (0,32) size 7x16
-    RenderBlock (anonymous) at (0,0) size 7x16
-layer at (136,157) size 7x17 backgroundClip at (136,158) size 7x6 clip at (136,158) size 7x6 outlineClip at (136,158) size 7x6
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (136,163) size 7x17 backgroundClip at (136,164) size 7x16 clip at (136,164) size 7x16 outlineClip at (136,164) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A3}&quot;
-layer at (185,157) size 7x17 backgroundClip at (185,158) size 7x6 clip at (185,158) size 7x6 outlineClip at (185,158) size 7x6
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (185,163) size 7x17 backgroundClip at (185,164) size 7x16 clip at (185,164) size 7x16 outlineClip at (185,164) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A6}&quot;
-layer at (200,157) size 7x17 backgroundClip at (200,158) size 7x6 clip at (200,158) size 7x6 outlineClip at (200,158) size 7x6
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239C}&quot;
-layer at (200,163) size 7x17 backgroundClip at (200,164) size 7x16 clip at (200,164) size 7x16 outlineClip at (200,164) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239D}&quot;
-layer at (249,157) size 7x17 backgroundClip at (249,158) size 7x6 clip at (249,158) size 7x6 outlineClip at (249,158) size 7x6
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239F}&quot;
-layer at (249,163) size 7x17 backgroundClip at (249,164) size 7x16 clip at (249,164) size 7x16 outlineClip at (249,164) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{23A0}&quot;
-layer at (264,157) size 10x17 backgroundClip at (264,158) size 10x6 clip at (264,158) size 10x6 outlineClip at (264,158) size 10x6
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (264,163) size 10x17 backgroundClip at (264,164) size 10x16 clip at (264,164) size 10x16 outlineClip at (264,164) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (316,157) size 10x17 backgroundClip at (316,158) size 10x6 clip at (316,158) size 10x6 outlineClip at (316,158) size 10x6
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (316,163) size 10x17 backgroundClip at (316,164) size 10x16 clip at (316,164) size 10x16 outlineClip at (316,164) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (334,159) size 11x11 backgroundClip at (334,160) size 11x2 clip at (334,160) size 11x2 outlineClip at (334,160) size 11x2
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText at (0,-7) size 11x24
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (334,161) size 11x19 backgroundClip at (334,162) size 11x18 clip at (334,162) size 11x18 outlineClip at (334,162) size 11x18
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x19
-    RenderText at (0,1) size 11x24
-      text run at (0,1) width 11: &quot;\x{2321}&quot;
-layer at (50,211) size 10x17 backgroundClip at (50,212) size 10x5 clip at (50,212) size 10x5 outlineClip at (50,212) size 10x5
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (50,216) size 10x17 backgroundClip at (50,217) size 10x15 clip at (50,217) size 10x15 outlineClip at (50,217) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23A8}&quot;
-layer at (50,231) size 10x17 backgroundClip at (50,232) size 10x5 clip at (50,232) size 10x5 outlineClip at (50,232) size 10x5
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (50,236) size 10x17 backgroundClip at (50,237) size 10x16 clip at (50,237) size 10x16 outlineClip at (50,237) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23A9}&quot;
-layer at (118,211) size 10x17 backgroundClip at (118,212) size 10x5 clip at (118,212) size 10x5 outlineClip at (118,212) size 10x5
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (118,216) size 10x17 backgroundClip at (118,217) size 10x15 clip at (118,217) size 10x15 outlineClip at (118,217) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AC}&quot;
-layer at (118,231) size 10x17 backgroundClip at (118,232) size 10x5 clip at (118,232) size 10x5 outlineClip at (118,232) size 10x5
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (118,236) size 10x17 backgroundClip at (118,237) size 10x16 clip at (118,237) size 10x16 outlineClip at (118,237) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AD}&quot;
-layer at (136,211) size 7x17 backgroundClip at (136,212) size 7x15 clip at (136,212) size 7x15 outlineClip at (136,212) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (136,226) size 7x17 backgroundClip at (136,227) size 7x10 clip at (136,227) size 7x10 outlineClip at (136,227) size 7x10
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (136,236) size 7x17 backgroundClip at (136,237) size 7x16 clip at (136,237) size 7x16 outlineClip at (136,237) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A3}&quot;
-layer at (201,211) size 7x17 backgroundClip at (201,212) size 7x15 clip at (201,212) size 7x15 outlineClip at (201,212) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (201,226) size 7x17 backgroundClip at (201,227) size 7x10 clip at (201,227) size 7x10 outlineClip at (201,227) size 7x10
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (201,236) size 7x17 backgroundClip at (201,237) size 7x16 clip at (201,237) size 7x16 outlineClip at (201,237) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A6}&quot;
-layer at (216,211) size 7x17 backgroundClip at (216,212) size 7x15 clip at (216,212) size 7x15 outlineClip at (216,212) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239C}&quot;
-layer at (216,226) size 7x17 backgroundClip at (216,227) size 7x10 clip at (216,227) size 7x10 outlineClip at (216,227) size 7x10
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239C}&quot;
-layer at (216,236) size 7x17 backgroundClip at (216,237) size 7x16 clip at (216,237) size 7x16 outlineClip at (216,237) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239D}&quot;
-layer at (281,211) size 7x17 backgroundClip at (281,212) size 7x15 clip at (281,212) size 7x15 outlineClip at (281,212) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239F}&quot;
-layer at (281,226) size 7x17 backgroundClip at (281,227) size 7x10 clip at (281,227) size 7x10 outlineClip at (281,227) size 7x10
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239F}&quot;
-layer at (281,236) size 7x17 backgroundClip at (281,237) size 7x16 clip at (281,237) size 7x16 outlineClip at (281,237) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{23A0}&quot;
-layer at (296,211) size 10x17 backgroundClip at (296,212) size 10x15 clip at (296,212) size 10x15 outlineClip at (296,212) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (296,226) size 10x17 backgroundClip at (296,227) size 10x10 clip at (296,227) size 10x10 outlineClip at (296,227) size 10x10
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (296,236) size 10x17 backgroundClip at (296,237) size 10x16 clip at (296,237) size 10x16 outlineClip at (296,237) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (364,211) size 10x17 backgroundClip at (364,212) size 10x15 clip at (364,212) size 10x15 outlineClip at (364,212) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (364,226) size 10x17 backgroundClip at (364,227) size 10x10 clip at (364,227) size 10x10 outlineClip at (364,227) size 10x10
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (364,236) size 10x17 backgroundClip at (364,237) size 10x16 clip at (364,237) size 10x16 outlineClip at (364,237) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (382,213) size 11x11 backgroundClip at (382,214) size 11x9 clip at (382,214) size 11x9 outlineClip at (382,214) size 11x9
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText at (0,-7) size 11x24
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (382,222) size 11x11 backgroundClip at (382,223) size 11x9 clip at (382,223) size 11x9 outlineClip at (382,223) size 11x9
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText at (0,-7) size 11x24
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (382,231) size 11x11 backgroundClip at (382,232) size 11x3 clip at (382,232) size 11x3 outlineClip at (382,232) size 11x3
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText at (0,-7) size 11x24
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (382,234) size 11x19 backgroundClip at (382,235) size 11x18 clip at (382,235) size 11x18 outlineClip at (382,235) size 11x18
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x19
-    RenderText at (0,1) size 11x24
-      text run at (0,1) width 11: &quot;\x{2321}&quot;
-layer at (58,284) size 10x17 backgroundClip at (58,285) size 10x15 clip at (58,285) size 10x15 outlineClip at (58,285) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (58,299) size 10x17 backgroundClip at (58,300) size 10x15 clip at (58,300) size 10x15 outlineClip at (58,300) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (58,314) size 10x17 backgroundClip at (58,315) size 10x15 clip at (58,315) size 10x15 outlineClip at (58,315) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (58,329) size 10x17 backgroundClip at (58,330) size 10x3 clip at (58,330) size 10x3 outlineClip at (58,330) size 10x3
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (58,332) size 10x17 backgroundClip at (58,333) size 10x15 clip at (58,333) size 10x15 outlineClip at (58,333) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23A8}&quot;
-layer at (58,347) size 10x17 backgroundClip at (58,348) size 10x15 clip at (58,348) size 10x15 outlineClip at (58,348) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (58,362) size 10x17 backgroundClip at (58,363) size 10x15 clip at (58,363) size 10x15 outlineClip at (58,363) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (58,377) size 10x17 backgroundClip at (58,378) size 10x15 clip at (58,378) size 10x15 outlineClip at (58,378) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (58,392) size 10x17 backgroundClip at (58,393) size 10x4 clip at (58,393) size 10x4 outlineClip at (58,393) size 10x4
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (58,396) size 10x17 backgroundClip at (58,397) size 10x16 clip at (58,397) size 10x16 outlineClip at (58,397) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23A9}&quot;
-layer at (126,284) size 10x17 backgroundClip at (126,285) size 10x15 clip at (126,285) size 10x15 outlineClip at (126,285) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (126,299) size 10x17 backgroundClip at (126,300) size 10x15 clip at (126,300) size 10x15 outlineClip at (126,300) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (126,314) size 10x17 backgroundClip at (126,315) size 10x15 clip at (126,315) size 10x15 outlineClip at (126,315) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (126,329) size 10x17 backgroundClip at (126,330) size 10x3 clip at (126,330) size 10x3 outlineClip at (126,330) size 10x3
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (126,332) size 10x17 backgroundClip at (126,333) size 10x15 clip at (126,333) size 10x15 outlineClip at (126,333) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AC}&quot;
-layer at (126,347) size 10x17 backgroundClip at (126,348) size 10x15 clip at (126,348) size 10x15 outlineClip at (126,348) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (126,362) size 10x17 backgroundClip at (126,363) size 10x15 clip at (126,363) size 10x15 outlineClip at (126,363) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (126,377) size 10x17 backgroundClip at (126,378) size 10x15 clip at (126,378) size 10x15 outlineClip at (126,378) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (126,392) size 10x17 backgroundClip at (126,393) size 10x4 clip at (126,393) size 10x4 outlineClip at (126,393) size 10x4
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (126,396) size 10x17 backgroundClip at (126,397) size 10x16 clip at (126,397) size 10x16 outlineClip at (126,397) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AD}&quot;
-layer at (144,284) size 7x17 backgroundClip at (144,285) size 7x15 clip at (144,285) size 7x15 outlineClip at (144,285) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (144,299) size 7x17 backgroundClip at (144,300) size 7x15 clip at (144,300) size 7x15 outlineClip at (144,300) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (144,314) size 7x17 backgroundClip at (144,315) size 7x15 clip at (144,315) size 7x15 outlineClip at (144,315) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (144,329) size 7x17 backgroundClip at (144,330) size 7x15 clip at (144,330) size 7x15 outlineClip at (144,330) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (144,344) size 7x17 backgroundClip at (144,345) size 7x15 clip at (144,345) size 7x15 outlineClip at (144,345) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (144,359) size 7x17 backgroundClip at (144,360) size 7x15 clip at (144,360) size 7x15 outlineClip at (144,360) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (144,374) size 7x17 backgroundClip at (144,375) size 7x15 clip at (144,375) size 7x15 outlineClip at (144,375) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (144,389) size 7x17 backgroundClip at (144,390) size 7x7 clip at (144,390) size 7x7 outlineClip at (144,390) size 7x7
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A2}&quot;
-layer at (144,396) size 7x17 backgroundClip at (144,397) size 7x16 clip at (144,397) size 7x16 outlineClip at (144,397) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A3}&quot;
-layer at (209,284) size 7x17 backgroundClip at (209,285) size 7x15 clip at (209,285) size 7x15 outlineClip at (209,285) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (209,299) size 7x17 backgroundClip at (209,300) size 7x15 clip at (209,300) size 7x15 outlineClip at (209,300) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (209,314) size 7x17 backgroundClip at (209,315) size 7x15 clip at (209,315) size 7x15 outlineClip at (209,315) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (209,329) size 7x17 backgroundClip at (209,330) size 7x15 clip at (209,330) size 7x15 outlineClip at (209,330) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (209,344) size 7x17 backgroundClip at (209,345) size 7x15 clip at (209,345) size 7x15 outlineClip at (209,345) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (209,359) size 7x17 backgroundClip at (209,360) size 7x15 clip at (209,360) size 7x15 outlineClip at (209,360) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (209,374) size 7x17 backgroundClip at (209,375) size 7x15 clip at (209,375) size 7x15 outlineClip at (209,375) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (209,389) size 7x17 backgroundClip at (209,390) size 7x7 clip at (209,390) size 7x7 outlineClip at (209,390) size 7x7
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A5}&quot;
-layer at (209,396) size 7x17 backgroundClip at (209,397) size 7x16 clip at (209,397) size 7x16 outlineClip at (209,397) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-6) size 7x24
-      text run at (0,-6) width 7: &quot;\x{23A6}&quot;
-layer at (224,284) size 7x17 backgroundClip at (224,285) size 7x15 clip at (224,285) size 7x15 outlineClip at (224,285) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239C}&quot;
-layer at (224,299) size 7x17 backgroundClip at (224,300) size 7x15 clip at (224,300) size 7x15 outlineClip at (224,300) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239C}&quot;
-layer at (224,314) size 7x17 backgroundClip at (224,315) size 7x15 clip at (224,315) size 7x15 outlineClip at (224,315) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239C}&quot;
-layer at (224,329) size 7x17 backgroundClip at (224,330) size 7x15 clip at (224,330) size 7x15 outlineClip at (224,330) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239C}&quot;
-layer at (224,344) size 7x17 backgroundClip at (224,345) size 7x15 clip at (224,345) size 7x15 outlineClip at (224,345) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239C}&quot;
-layer at (224,359) size 7x17 backgroundClip at (224,360) size 7x15 clip at (224,360) size 7x15 outlineClip at (224,360) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239C}&quot;
-layer at (224,374) size 7x17 backgroundClip at (224,375) size 7x15 clip at (224,375) size 7x15 outlineClip at (224,375) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239C}&quot;
-layer at (224,389) size 7x17 backgroundClip at (224,390) size 7x7 clip at (224,390) size 7x7 outlineClip at (224,390) size 7x7
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239C}&quot;
-layer at (224,396) size 7x17 backgroundClip at (224,397) size 7x16 clip at (224,397) size 7x16 outlineClip at (224,397) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239D}&quot;
-layer at (289,284) size 7x17 backgroundClip at (289,285) size 7x15 clip at (289,285) size 7x15 outlineClip at (289,285) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239F}&quot;
-layer at (289,299) size 7x17 backgroundClip at (289,300) size 7x15 clip at (289,300) size 7x15 outlineClip at (289,300) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239F}&quot;
-layer at (289,314) size 7x17 backgroundClip at (289,315) size 7x15 clip at (289,315) size 7x15 outlineClip at (289,315) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239F}&quot;
-layer at (289,329) size 7x17 backgroundClip at (289,330) size 7x15 clip at (289,330) size 7x15 outlineClip at (289,330) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239F}&quot;
-layer at (289,344) size 7x17 backgroundClip at (289,345) size 7x15 clip at (289,345) size 7x15 outlineClip at (289,345) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239F}&quot;
-layer at (289,359) size 7x17 backgroundClip at (289,360) size 7x15 clip at (289,360) size 7x15 outlineClip at (289,360) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239F}&quot;
-layer at (289,374) size 7x17 backgroundClip at (289,375) size 7x15 clip at (289,375) size 7x15 outlineClip at (289,375) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239F}&quot;
-layer at (289,389) size 7x17 backgroundClip at (289,390) size 7x7 clip at (289,390) size 7x7 outlineClip at (289,390) size 7x7
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239F}&quot;
-layer at (289,396) size 7x17 backgroundClip at (289,397) size 7x16 clip at (289,397) size 7x16 outlineClip at (289,397) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{23A0}&quot;
-layer at (304,284) size 10x17 backgroundClip at (304,285) size 10x15 clip at (304,285) size 10x15 outlineClip at (304,285) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (304,299) size 10x17 backgroundClip at (304,300) size 10x15 clip at (304,300) size 10x15 outlineClip at (304,300) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (304,314) size 10x17 backgroundClip at (304,315) size 10x15 clip at (304,315) size 10x15 outlineClip at (304,315) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (304,329) size 10x17 backgroundClip at (304,330) size 10x15 clip at (304,330) size 10x15 outlineClip at (304,330) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (304,344) size 10x17 backgroundClip at (304,345) size 10x15 clip at (304,345) size 10x15 outlineClip at (304,345) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (304,359) size 10x17 backgroundClip at (304,360) size 10x15 clip at (304,360) size 10x15 outlineClip at (304,360) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (304,374) size 10x17 backgroundClip at (304,375) size 10x15 clip at (304,375) size 10x15 outlineClip at (304,375) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (304,389) size 10x17 backgroundClip at (304,390) size 10x7 clip at (304,390) size 10x7 outlineClip at (304,390) size 10x7
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (304,396) size 10x17 backgroundClip at (304,397) size 10x16 clip at (304,397) size 10x16 outlineClip at (304,397) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (372,284) size 10x17 backgroundClip at (372,285) size 10x15 clip at (372,285) size 10x15 outlineClip at (372,285) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (372,299) size 10x17 backgroundClip at (372,300) size 10x15 clip at (372,300) size 10x15 outlineClip at (372,300) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (372,314) size 10x17 backgroundClip at (372,315) size 10x15 clip at (372,315) size 10x15 outlineClip at (372,315) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (372,329) size 10x17 backgroundClip at (372,330) size 10x15 clip at (372,330) size 10x15 outlineClip at (372,330) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (372,344) size 10x17 backgroundClip at (372,345) size 10x15 clip at (372,345) size 10x15 outlineClip at (372,345) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (372,359) size 10x17 backgroundClip at (372,360) size 10x15 clip at (372,360) size 10x15 outlineClip at (372,360) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (372,374) size 10x17 backgroundClip at (372,375) size 10x15 clip at (372,375) size 10x15 outlineClip at (372,375) size 10x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (372,389) size 10x17 backgroundClip at (372,390) size 10x7 clip at (372,390) size 10x7 outlineClip at (372,390) size 10x7
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (372,396) size 10x17 backgroundClip at (372,397) size 10x16 clip at (372,397) size 10x16 outlineClip at (372,397) size 10x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 10x17
-    RenderText at (0,-5) size 10x24
-      text run at (0,-5) width 10: &quot;\x{23AA}&quot;
-layer at (390,286) size 11x11 backgroundClip at (390,287) size 11x9 clip at (390,287) size 11x9 outlineClip at (390,287) size 11x9
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText at (0,-7) size 11x24
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (390,295) size 11x11 backgroundClip at (390,296) size 11x9 clip at (390,296) size 11x9 outlineClip at (390,296) size 11x9
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText at (0,-7) size 11x24
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (390,304) size 11x11 backgroundClip at (390,305) size 11x9 clip at (390,305) size 11x9 outlineClip at (390,305) size 11x9
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText at (0,-7) size 11x24
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (390,313) size 11x11 backgroundClip at (390,314) size 11x9 clip at (390,314) size 11x9 outlineClip at (390,314) size 11x9
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText at (0,-7) size 11x24
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (390,322) size 11x11 backgroundClip at (390,323) size 11x9 clip at (390,323) size 11x9 outlineClip at (390,323) size 11x9
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText at (0,-7) size 11x24
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (390,331) size 11x11 backgroundClip at (390,332) size 11x9 clip at (390,332) size 11x9 outlineClip at (390,332) size 11x9
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText at (0,-7) size 11x24
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (390,340) size 11x11 backgroundClip at (390,341) size 11x9 clip at (390,341) size 11x9 outlineClip at (390,341) size 11x9
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText at (0,-7) size 11x24
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (390,349) size 11x11 backgroundClip at (390,350) size 11x9 clip at (390,350) size 11x9 outlineClip at (390,350) size 11x9
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText at (0,-7) size 11x24
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (390,358) size 11x11 backgroundClip at (390,359) size 11x9 clip at (390,359) size 11x9 outlineClip at (390,359) size 11x9
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText at (0,-7) size 11x24
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (390,367) size 11x11 backgroundClip at (390,368) size 11x9 clip at (390,368) size 11x9 outlineClip at (390,368) size 11x9
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText at (0,-7) size 11x24
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (390,376) size 11x11 backgroundClip at (390,377) size 11x9 clip at (390,377) size 11x9 outlineClip at (390,377) size 11x9
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText at (0,-7) size 11x24
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (390,385) size 11x11 backgroundClip at (390,386) size 11x9 clip at (390,386) size 11x9 outlineClip at (390,386) size 11x9
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x11
-    RenderText at (0,-7) size 11x24
-      text run at (0,-7) width 11: &quot;\x{23AE}&quot;
-layer at (390,394) size 11x19 backgroundClip at (390,395) size 11x18 clip at (390,395) size 11x18 outlineClip at (390,395) size 11x18
-  RenderBlock (relative positioned) {mo} at (0,0) size 11x19
-    RenderText at (0,1) size 11x24
-      text run at (0,1) width 11: &quot;\x{2321}&quot;
-layer at (50,444) size 7x17 backgroundClip at (50,445) size 7x15 clip at (50,445) size 7x15 outlineClip at (50,445) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239C}&quot;
-layer at (50,459) size 7x17 backgroundClip at (50,460) size 7x1 clip at (50,460) size 7x1 outlineClip at (50,460) size 7x1
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239C}&quot;
-layer at (50,460) size 7x17 backgroundClip at (50,461) size 7x16 clip at (50,461) size 7x16 outlineClip at (50,461) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239D}&quot;
-layer at (217,444) size 7x17 backgroundClip at (217,445) size 7x15 clip at (217,445) size 7x15 outlineClip at (217,445) size 7x15
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239F}&quot;
-layer at (217,459) size 7x17 backgroundClip at (217,460) size 7x1 clip at (217,460) size 7x1 outlineClip at (217,460) size 7x1
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{239F}&quot;
-layer at (217,460) size 7x17 backgroundClip at (217,461) size 7x16 clip at (217,461) size 7x16 outlineClip at (217,461) size 7x16
-  RenderBlock (relative positioned) {mo} at (0,0) size 7x17
-    RenderText at (0,-5) size 7x24
-      text run at (0,-5) width 7: &quot;\x{23A0}&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformwinTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/TestExpectations (166058 => 166059)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/TestExpectations        2014-03-21 10:36:21 UTC (rev 166058)
+++ trunk/LayoutTests/platform/win/TestExpectations        2014-03-21 13:01:56 UTC (rev 166059)
</span><span class="lines">@@ -2113,7 +2113,6 @@
</span><span class="cx"> webkit.org/b/129006 fast/workers/storage [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> # Exclude some MathML tests that do not work properly under windows
</span><del>-webkit.org/b/117200 mathml/presentation/mo-stretch.html [ Failure ]
</del><span class="cx"> webkit.org/b/119002 mathml/presentation/bug97990.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/118900 mathml/presentation/mspace-units.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/119002 mathml/presentation/scripts-subsup.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -2744,7 +2743,6 @@
</span><span class="cx"> js/regress/for-of-iterate-array-keys.html [ Pass Failure Timeout ]
</span><span class="cx"> imported/w3c/html-templates/parsing-html-templates/additions-to-the-in-body-insertion-mode/start-tag-html.html [ Pass Timeout ]
</span><span class="cx"> imported/w3c/html-templates/parsing-html-templates/creating-an-element-for-the-token/template-owner-document.html [ Pass Failure ]
</span><del>-mathml/presentation/mspace-children.html [ Pass Failure ]
</del><span class="cx"> svg/animations/animate-linear-discrete-additive.svg [ Pass Timeout ]
</span><span class="cx"> svg/as-image/animated-svg-as-image-same-image.html [ ImageOnlyFailure Failure ]
</span><span class="cx"> svg/custom/use-display-none.svg [ Pass Timeout ]
</span></span></pre>
</div>
</div>

</body>
</html>