<!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>[203171] trunk</title>
</head>
<body>

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

<h3>Log Message</h3>
<pre>Remove padding and margin around the &lt;math&gt; element
https://bugs.webkit.org/show_bug.cgi?id=157989

Source/WebCore:

Reviewed by Brent Fulgham.

No new tests, already covered by existing tests.

* css/mathml.css:
(math): Remove padding.
(math[display=&quot;block&quot;]): Remove margin.

LayoutTests:

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

* imported/mathml-in-html5/mathml/relations/html5-tree/href-click-1.html: Remove spacing hack.
* imported/mathml-in-html5/mathml/relations/html5-tree/href-click-2.html: Ditto.
* mathml/presentation/fractions-box-expected.html: Ditto.
* mathml/presentation/fractions-box.html: Ditto.
* mathml/presentation/href-enter.html: Ditto.
* mathml/presentation/maction-toggle-href.html: Ditto.
* mathml/presentation/mpadded-1-2.html: Ditto.
* mathml/presentation/mpadded-1.html: Ditto.
* mathml/presentation/mpadded-2.html: Ditto.
* mathml/presentation/mpadded-3.html: Ditto.
* mathml/presentation/mpadded-4-expected.html: Ditto.
* mathml/presentation/mpadded-4.html: Ditto.
* mathml/presentation/mspace-prefered-width.html: Ditto.
* mathml/presentation/mspace-units-expected.html: Ditto.
* mathml/presentation/mspace-units.html: Ditto.
* mathml/presentation/mspace.html: Ditto.
* mathml/presentation/scripts-height-expected.html: Ditto.
* mathml/presentation/scripts-subsup-expected.html: Ditto.
* mathml/presentation/scripts-subsup.html: Ditto.
* mathml/presentation/scripts-underover-expected.html: Ditto.
* mathml/presentation/scripts-underover.html: Ditto.
* mathml/presentation/semantics-2.html: Ditto.
* mathml/presentation/semantics-3.html: Ditto.
* mathml/presentation/semantics-4.html: Ditto.
* mathml/presentation/semantics-href.html: Ditto.
* mathml/presentation/style-border-padding-background.html: Ditto.
* platform/gtk/mathml/opentype/horizontal-expected.png: Rebaseline due to spacing change around the math tag.
* platform/gtk/mathml/opentype/horizontal-expected.txt: Ditto.
* platform/gtk/mathml/opentype/horizontal-munderover-expected.png: Ditto.
* platform/gtk/mathml/opentype/horizontal-munderover-expected.txt: Ditto.
* platform/gtk/mathml/opentype/large-operators-expected.txt: Ditto.
* platform/gtk/mathml/opentype/opentype-stretchy-expected.png: Ditto.
* platform/gtk/mathml/opentype/opentype-stretchy-expected.txt: Ditto.
* platform/gtk/mathml/opentype/opentype-stretchy-horizontal-expected.png: Ditto.
* platform/gtk/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Ditto.
* platform/gtk/mathml/opentype/vertical-expected.png: Ditto.
* platform/gtk/mathml/opentype/vertical-expected.txt: Ditto.
* platform/gtk/mathml/presentation/menclose-notation-default-longdiv-expected.png: Ditto.
* platform/gtk/mathml/presentation/menclose-notation-default-longdiv-expected.txt: Ditto.
* platform/gtk/mathml/presentation/menclose-notation-values-expected.png: Ditto.
* platform/gtk/mathml/presentation/menclose-notation-values-expected.txt: Ditto.
* platform/gtk/mathml/presentation/mo-stretch-expected.png: Ditto.
* platform/gtk/mathml/presentation/mo-stretch-expected.txt: Ditto.
* platform/gtk/mathml/presentation/mspace-children-expected.txt: Ditto.
* platform/gtk/mathml/presentation/roots-expected.png: Ditto.
* platform/gtk/mathml/presentation/roots-expected.txt: Ditto.
* platform/gtk/mathml/radical-fallback-expected.png: Ditto.
* platform/gtk/mathml/radical-fallback-expected.txt: Ditto.
* platform/ios-simulator/mathml/opentype/opentype-stretchy-expected.txt: Ditto.
* platform/ios-simulator/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Ditto.
* platform/ios-simulator/mathml/presentation/menclose-notation-default-longdiv-expected.txt: Ditto.
* platform/ios-simulator/mathml/presentation/menclose-notation-values-expected.txt: Ditto.
* platform/ios-simulator/mathml/presentation/mo-stretch-expected.txt: Ditto.
* platform/ios-simulator/mathml/presentation/mspace-children-expected.txt: Ditto.
* platform/ios-simulator/mathml/presentation/roots-expected.txt: Ditto.
* platform/ios-simulator/mathml/radical-fallback-expected.txt: Ditto.
* platform/mac/mathml/opentype/opentype-stretchy-expected.txt: Ditto.
* platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Ditto.
* platform/mac/mathml/presentation/menclose-notation-default-longdiv-expected.txt: Ditto.
* platform/mac/mathml/presentation/menclose-notation-values-expected.txt: Ditto.
* platform/mac/mathml/presentation/mo-stretch-expected.txt: Ditto.
* platform/mac/mathml/presentation/mspace-children-expected.txt: Ditto.
* platform/mac/mathml/presentation/roots-expected.txt: Ditto.
* platform/mac/mathml/radical-fallback-expected.txt: Ditto.
* mathml/mathml-in-dashboard-expected.txt: Ditto</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsimportedmathmlinhtml5mathmlrelationshtml5treehrefclick1html">trunk/LayoutTests/imported/mathml-in-html5/mathml/relations/html5-tree/href-click-1.html</a></li>
<li><a href="#trunkLayoutTestsimportedmathmlinhtml5mathmlrelationshtml5treehrefclick2html">trunk/LayoutTests/imported/mathml-in-html5/mathml/relations/html5-tree/href-click-2.html</a></li>
<li><a href="#trunkLayoutTestsmathmlmathmlindashboardexpectedtxt">trunk/LayoutTests/mathml/mathml-in-dashboard-expected.txt</a></li>
<li><a href="#trunkLayoutTestsmathmlpresentationfractionsboxexpectedhtml">trunk/LayoutTests/mathml/presentation/fractions-box-expected.html</a></li>
<li><a href="#trunkLayoutTestsmathmlpresentationfractionsboxhtml">trunk/LayoutTests/mathml/presentation/fractions-box.html</a></li>
<li><a href="#trunkLayoutTestsmathmlpresentationhrefenterhtml">trunk/LayoutTests/mathml/presentation/href-enter.html</a></li>
<li><a href="#trunkLayoutTestsmathmlpresentationmactiontogglehrefhtml">trunk/LayoutTests/mathml/presentation/maction-toggle-href.html</a></li>
<li><a href="#trunkLayoutTestsmathmlpresentationmpadded12html">trunk/LayoutTests/mathml/presentation/mpadded-1-2.html</a></li>
<li><a href="#trunkLayoutTestsmathmlpresentationmpadded1html">trunk/LayoutTests/mathml/presentation/mpadded-1.html</a></li>
<li><a href="#trunkLayoutTestsmathmlpresentationmpadded2html">trunk/LayoutTests/mathml/presentation/mpadded-2.html</a></li>
<li><a href="#trunkLayoutTestsmathmlpresentationmpadded3html">trunk/LayoutTests/mathml/presentation/mpadded-3.html</a></li>
<li><a href="#trunkLayoutTestsmathmlpresentationmpadded4expectedhtml">trunk/LayoutTests/mathml/presentation/mpadded-4-expected.html</a></li>
<li><a href="#trunkLayoutTestsmathmlpresentationmpadded4html">trunk/LayoutTests/mathml/presentation/mpadded-4.html</a></li>
<li><a href="#trunkLayoutTestsmathmlpresentationmspacepreferedwidthhtml">trunk/LayoutTests/mathml/presentation/mspace-prefered-width.html</a></li>
<li><a href="#trunkLayoutTestsmathmlpresentationmspaceunitsexpectedhtml">trunk/LayoutTests/mathml/presentation/mspace-units-expected.html</a></li>
<li><a href="#trunkLayoutTestsmathmlpresentationmspaceunitshtml">trunk/LayoutTests/mathml/presentation/mspace-units.html</a></li>
<li><a href="#trunkLayoutTestsmathmlpresentationmspacehtml">trunk/LayoutTests/mathml/presentation/mspace.html</a></li>
<li><a href="#trunkLayoutTestsmathmlpresentationscriptsheightexpectedhtml">trunk/LayoutTests/mathml/presentation/scripts-height-expected.html</a></li>
<li><a href="#trunkLayoutTestsmathmlpresentationscriptssubsupexpectedhtml">trunk/LayoutTests/mathml/presentation/scripts-subsup-expected.html</a></li>
<li><a href="#trunkLayoutTestsmathmlpresentationscriptssubsuphtml">trunk/LayoutTests/mathml/presentation/scripts-subsup.html</a></li>
<li><a href="#trunkLayoutTestsmathmlpresentationscriptsunderoverexpectedhtml">trunk/LayoutTests/mathml/presentation/scripts-underover-expected.html</a></li>
<li><a href="#trunkLayoutTestsmathmlpresentationscriptsunderoverhtml">trunk/LayoutTests/mathml/presentation/scripts-underover.html</a></li>
<li><a href="#trunkLayoutTestsmathmlpresentationsemantics2html">trunk/LayoutTests/mathml/presentation/semantics-2.html</a></li>
<li><a href="#trunkLayoutTestsmathmlpresentationsemantics3html">trunk/LayoutTests/mathml/presentation/semantics-3.html</a></li>
<li><a href="#trunkLayoutTestsmathmlpresentationsemantics4html">trunk/LayoutTests/mathml/presentation/semantics-4.html</a></li>
<li><a href="#trunkLayoutTestsmathmlpresentationsemanticshrefhtml">trunk/LayoutTests/mathml/presentation/semantics-href.html</a></li>
<li><a href="#trunkLayoutTestsmathmlpresentationstyleborderpaddingbackgroundhtml">trunk/LayoutTests/mathml/presentation/style-border-padding-background.html</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlopentypehorizontalexpectedpng">trunk/LayoutTests/platform/gtk/mathml/opentype/horizontal-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlopentypehorizontalexpectedtxt">trunk/LayoutTests/platform/gtk/mathml/opentype/horizontal-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlopentypehorizontalmunderoverexpectedpng">trunk/LayoutTests/platform/gtk/mathml/opentype/horizontal-munderover-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlopentypehorizontalmunderoverexpectedtxt">trunk/LayoutTests/platform/gtk/mathml/opentype/horizontal-munderover-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlopentypelargeoperatorsexpectedtxt">trunk/LayoutTests/platform/gtk/mathml/opentype/large-operators-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlopentypeopentypestretchyexpectedpng">trunk/LayoutTests/platform/gtk/mathml/opentype/opentype-stretchy-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlopentypeopentypestretchyexpectedtxt">trunk/LayoutTests/platform/gtk/mathml/opentype/opentype-stretchy-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlopentypeopentypestretchyhorizontalexpectedpng">trunk/LayoutTests/platform/gtk/mathml/opentype/opentype-stretchy-horizontal-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlopentypeopentypestretchyhorizontalexpectedtxt">trunk/LayoutTests/platform/gtk/mathml/opentype/opentype-stretchy-horizontal-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlopentypeverticalexpectedpng">trunk/LayoutTests/platform/gtk/mathml/opentype/vertical-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlopentypeverticalexpectedtxt">trunk/LayoutTests/platform/gtk/mathml/opentype/vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlpresentationmenclosenotationdefaultlongdivexpectedpng">trunk/LayoutTests/platform/gtk/mathml/presentation/menclose-notation-default-longdiv-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlpresentationmenclosenotationdefaultlongdivexpectedtxt">trunk/LayoutTests/platform/gtk/mathml/presentation/menclose-notation-default-longdiv-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlpresentationmenclosenotationvaluesexpectedpng">trunk/LayoutTests/platform/gtk/mathml/presentation/menclose-notation-values-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlpresentationmenclosenotationvaluesexpectedtxt">trunk/LayoutTests/platform/gtk/mathml/presentation/menclose-notation-values-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlpresentationmostretchexpectedpng">trunk/LayoutTests/platform/gtk/mathml/presentation/mo-stretch-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlpresentationmostretchexpectedtxt">trunk/LayoutTests/platform/gtk/mathml/presentation/mo-stretch-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlpresentationmspacechildrenexpectedtxt">trunk/LayoutTests/platform/gtk/mathml/presentation/mspace-children-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="#trunkLayoutTestsplatformgtkmathmlradicalfallbackexpectedpng">trunk/LayoutTests/platform/gtk/mathml/radical-fallback-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmathmlradicalfallbackexpectedtxt">trunk/LayoutTests/platform/gtk/mathml/radical-fallback-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatormathmlopentypeopentypestretchyexpectedtxt">trunk/LayoutTests/platform/ios-simulator/mathml/opentype/opentype-stretchy-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatormathmlopentypeopentypestretchyhorizontalexpectedtxt">trunk/LayoutTests/platform/ios-simulator/mathml/opentype/opentype-stretchy-horizontal-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatormathmlpresentationmenclosenotationdefaultlongdivexpectedtxt">trunk/LayoutTests/platform/ios-simulator/mathml/presentation/menclose-notation-default-longdiv-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatormathmlpresentationmenclosenotationvaluesexpectedtxt">trunk/LayoutTests/platform/ios-simulator/mathml/presentation/menclose-notation-values-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatormathmlpresentationmostretchexpectedtxt">trunk/LayoutTests/platform/ios-simulator/mathml/presentation/mo-stretch-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatormathmlpresentationmspacechildrenexpectedtxt">trunk/LayoutTests/platform/ios-simulator/mathml/presentation/mspace-children-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatormathmlpresentationrootsexpectedtxt">trunk/LayoutTests/platform/ios-simulator/mathml/presentation/roots-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatormathmlradicalfallbackexpectedtxt">trunk/LayoutTests/platform/ios-simulator/mathml/radical-fallback-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacmathmlopentypeopentypestretchyexpectedtxt">trunk/LayoutTests/platform/mac/mathml/opentype/opentype-stretchy-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacmathmlopentypeopentypestretchyhorizontalexpectedtxt">trunk/LayoutTests/platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacmathmlpresentationmenclosenotationdefaultlongdivexpectedtxt">trunk/LayoutTests/platform/mac/mathml/presentation/menclose-notation-default-longdiv-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacmathmlpresentationmenclosenotationvaluesexpectedtxt">trunk/LayoutTests/platform/mac/mathml/presentation/menclose-notation-values-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacmathmlpresentationmostretchexpectedtxt">trunk/LayoutTests/platform/mac/mathml/presentation/mo-stretch-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacmathmlpresentationmspacechildrenexpectedtxt">trunk/LayoutTests/platform/mac/mathml/presentation/mspace-children-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacmathmlpresentationrootsexpectedtxt">trunk/LayoutTests/platform/mac/mathml/presentation/roots-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacmathmlradicalfallbackexpectedtxt">trunk/LayoutTests/platform/mac/mathml/radical-fallback-expected.txt</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorecssmathmlcss">trunk/Source/WebCore/css/mathml.css</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/ChangeLog        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -1,3 +1,76 @@
</span><ins>+2016-07-13  Frederic Wang  &lt;fwang@igalia.com&gt;
+
+        Remove padding and margin around the &lt;math&gt; element
+        https://bugs.webkit.org/show_bug.cgi?id=157989
+
+        Reviewed by Brent Fulgham.
+
+        * imported/mathml-in-html5/mathml/relations/html5-tree/href-click-1.html: Remove spacing hack.
+        * imported/mathml-in-html5/mathml/relations/html5-tree/href-click-2.html: Ditto.
+        * mathml/presentation/fractions-box-expected.html: Ditto.
+        * mathml/presentation/fractions-box.html: Ditto.
+        * mathml/presentation/href-enter.html: Ditto.
+        * mathml/presentation/maction-toggle-href.html: Ditto.
+        * mathml/presentation/mpadded-1-2.html: Ditto.
+        * mathml/presentation/mpadded-1.html: Ditto.
+        * mathml/presentation/mpadded-2.html: Ditto.
+        * mathml/presentation/mpadded-3.html: Ditto.
+        * mathml/presentation/mpadded-4-expected.html: Ditto.
+        * mathml/presentation/mpadded-4.html: Ditto.
+        * mathml/presentation/mspace-prefered-width.html: Ditto.
+        * mathml/presentation/mspace-units-expected.html: Ditto.
+        * mathml/presentation/mspace-units.html: Ditto.
+        * mathml/presentation/mspace.html: Ditto.
+        * mathml/presentation/scripts-height-expected.html: Ditto.
+        * mathml/presentation/scripts-subsup-expected.html: Ditto.
+        * mathml/presentation/scripts-subsup.html: Ditto.
+        * mathml/presentation/scripts-underover-expected.html: Ditto.
+        * mathml/presentation/scripts-underover.html: Ditto.
+        * mathml/presentation/semantics-2.html: Ditto.
+        * mathml/presentation/semantics-3.html: Ditto.
+        * mathml/presentation/semantics-4.html: Ditto.
+        * mathml/presentation/semantics-href.html: Ditto.
+        * mathml/presentation/style-border-padding-background.html: Ditto.
+        * platform/gtk/mathml/opentype/horizontal-expected.png: Rebaseline due to spacing change around the math tag.
+        * platform/gtk/mathml/opentype/horizontal-expected.txt: Ditto.
+        * platform/gtk/mathml/opentype/horizontal-munderover-expected.png: Ditto.
+        * platform/gtk/mathml/opentype/horizontal-munderover-expected.txt: Ditto.
+        * platform/gtk/mathml/opentype/large-operators-expected.txt: Ditto.
+        * platform/gtk/mathml/opentype/opentype-stretchy-expected.png: Ditto.
+        * platform/gtk/mathml/opentype/opentype-stretchy-expected.txt: Ditto.
+        * platform/gtk/mathml/opentype/opentype-stretchy-horizontal-expected.png: Ditto.
+        * platform/gtk/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Ditto.
+        * platform/gtk/mathml/opentype/vertical-expected.png: Ditto.
+        * platform/gtk/mathml/opentype/vertical-expected.txt: Ditto.
+        * platform/gtk/mathml/presentation/menclose-notation-default-longdiv-expected.png: Ditto.
+        * platform/gtk/mathml/presentation/menclose-notation-default-longdiv-expected.txt: Ditto.
+        * platform/gtk/mathml/presentation/menclose-notation-values-expected.png: Ditto.
+        * platform/gtk/mathml/presentation/menclose-notation-values-expected.txt: Ditto.
+        * platform/gtk/mathml/presentation/mo-stretch-expected.png: Ditto.
+        * platform/gtk/mathml/presentation/mo-stretch-expected.txt: Ditto.
+        * platform/gtk/mathml/presentation/mspace-children-expected.txt: Ditto.
+        * platform/gtk/mathml/presentation/roots-expected.png: Ditto.
+        * platform/gtk/mathml/presentation/roots-expected.txt: Ditto.
+        * platform/gtk/mathml/radical-fallback-expected.png: Ditto.
+        * platform/gtk/mathml/radical-fallback-expected.txt: Ditto.
+        * platform/ios-simulator/mathml/opentype/opentype-stretchy-expected.txt: Ditto.
+        * platform/ios-simulator/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Ditto.
+        * platform/ios-simulator/mathml/presentation/menclose-notation-default-longdiv-expected.txt: Ditto.
+        * platform/ios-simulator/mathml/presentation/menclose-notation-values-expected.txt: Ditto.
+        * platform/ios-simulator/mathml/presentation/mo-stretch-expected.txt: Ditto.
+        * platform/ios-simulator/mathml/presentation/mspace-children-expected.txt: Ditto.
+        * platform/ios-simulator/mathml/presentation/roots-expected.txt: Ditto.
+        * platform/ios-simulator/mathml/radical-fallback-expected.txt: Ditto.
+        * platform/mac/mathml/opentype/opentype-stretchy-expected.txt: Ditto.
+        * platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Ditto.
+        * platform/mac/mathml/presentation/menclose-notation-default-longdiv-expected.txt: Ditto.
+        * platform/mac/mathml/presentation/menclose-notation-values-expected.txt: Ditto.
+        * platform/mac/mathml/presentation/mo-stretch-expected.txt: Ditto.
+        * platform/mac/mathml/presentation/mspace-children-expected.txt: Ditto.
+        * platform/mac/mathml/presentation/roots-expected.txt: Ditto.
+        * platform/mac/mathml/radical-fallback-expected.txt: Ditto.
+        * mathml/mathml-in-dashboard-expected.txt: Ditto
+
</ins><span class="cx"> 2016-07-13  Joanmarie Diggs  &lt;jdiggs@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         AX: [ATK] spinbutton-crash.html fails
</span></span></pre></div>
<a id="trunkLayoutTestsimportedmathmlinhtml5mathmlrelationshtml5treehrefclick1html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/mathml-in-html5/mathml/relations/html5-tree/href-click-1.html (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/mathml-in-html5/mathml/relations/html5-tree/href-click-1.html        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/imported/mathml-in-html5/mathml/relations/html5-tree/href-click-1.html        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -19,13 +19,13 @@
</span><span class="cx">   &lt;p&gt;This test passes if you see a green square.&lt;/p&gt;
</span><span class="cx"> 
</span><span class="cx">   &lt;div style=&quot;width: 150px; height: 150px; overflow: hidden&quot;&gt;
</span><del>-    &lt;math style=&quot;padding: 0&quot;&gt;
</del><ins>+    &lt;math&gt;
</ins><span class="cx">       &lt;mrow id=&quot;link&quot; href=&quot;#target&quot;&gt;
</span><span class="cx">         &lt;mspace id=&quot;space&quot; width=&quot;150px&quot; height=&quot;150px&quot; mathbackground=&quot;red&quot;/&gt;
</span><span class="cx">       &lt;/mrow&gt;
</span><span class="cx">     &lt;/math&gt;
</span><span class="cx">     &lt;div style=&quot;height: 500px;&quot;&gt;&lt;/div&gt;
</span><del>-    &lt;math id=&quot;target&quot; style=&quot;padding: 0&quot;&gt;
</del><ins>+    &lt;math id=&quot;target&quot;&gt;
</ins><span class="cx">       &lt;mspace width=&quot;150px&quot; height=&quot;150px&quot; mathbackground=&quot;green&quot;/&gt;
</span><span class="cx">     &lt;/math&gt;
</span><span class="cx">   &lt;/div&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsimportedmathmlinhtml5mathmlrelationshtml5treehrefclick2html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/mathml-in-html5/mathml/relations/html5-tree/href-click-2.html (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/mathml-in-html5/mathml/relations/html5-tree/href-click-2.html        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/imported/mathml-in-html5/mathml/relations/html5-tree/href-click-2.html        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">   &lt;p&gt;This test passes if you see a green square.&lt;/p&gt;
</span><span class="cx"> 
</span><span class="cx">   &lt;div style=&quot;width: 150px; height: 150px; overflow: hidden&quot;&gt;
</span><del>-    &lt;math style=&quot;padding: 0&quot;&gt;
</del><ins>+    &lt;math&gt;
</ins><span class="cx">       &lt;mrow href=&quot;#target&quot;&gt;
</span><span class="cx">         &lt;mrow&gt;
</span><span class="cx">           &lt;mrow&gt;
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">       &lt;/mrow&gt;
</span><span class="cx">     &lt;/math&gt;
</span><span class="cx">     &lt;div style=&quot;height: 500px;&quot;&gt;&lt;/div&gt;
</span><del>-    &lt;math id=&quot;target&quot; style=&quot;padding: 0&quot;&gt;
</del><ins>+    &lt;math id=&quot;target&quot;&gt;
</ins><span class="cx">       &lt;mspace width=&quot;150px&quot; height=&quot;150px&quot; mathbackground=&quot;green&quot;/&gt;
</span><span class="cx">     &lt;/math&gt;
</span><span class="cx">   &lt;/div&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsmathmlmathmlindashboardexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/mathml/mathml-in-dashboard-expected.txt (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/mathml/mathml-in-dashboard-expected.txt        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/mathml/mathml-in-dashboard-expected.txt        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -9,5 +9,5 @@
</span><span class="cx">           text run at (213,0) width 451: &quot;dashboard compatibility mode. The render tree dump should include a&quot;
</span><span class="cx">           text run at (0,18) width 142: &quot;RenderMathMLMath.&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,52) size 784x0
</span><del>-        RenderMathMLMath {math} at (0,0) size 2x0 [padding: 0 1 0 1]
</del><ins>+        RenderMathMLMath {math} at (0,0) size 0x0
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsmathmlpresentationfractionsboxexpectedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/mathml/presentation/fractions-box-expected.html (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/mathml/presentation/fractions-box-expected.html        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/mathml/presentation/fractions-box-expected.html        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -4,10 +4,6 @@
</span><span class="cx">     &lt;title&gt;fractions box&lt;/title&gt;
</span><span class="cx">     &lt;meta charset=&quot;utf-8&quot;/&gt;
</span><span class="cx">     &lt;style&gt;
</span><del>-      math {
-      padding: 0;
-      border: 0;
-      }
</del><span class="cx">       td {
</span><span class="cx">       border: 1px solid black;
</span><span class="cx">       text-align: center; width: 8em; height: 8em;
</span></span></pre></div>
<a id="trunkLayoutTestsmathmlpresentationfractionsboxhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/mathml/presentation/fractions-box.html (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/mathml/presentation/fractions-box.html        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/mathml/presentation/fractions-box.html        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -4,10 +4,6 @@
</span><span class="cx">     &lt;title&gt;fractions box&lt;/title&gt;
</span><span class="cx">     &lt;meta charset=&quot;utf-8&quot;/&gt;
</span><span class="cx">     &lt;style&gt;
</span><del>-      math {
-      padding: 0;
-      border: 0;
-      }
</del><span class="cx">       td {
</span><span class="cx">       border: 1px solid black;
</span><span class="cx">       text-align: center; width: 8em; height: 8em;
</span></span></pre></div>
<a id="trunkLayoutTestsmathmlpresentationhrefenterhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/mathml/presentation/href-enter.html (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/mathml/presentation/href-enter.html        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/mathml/presentation/href-enter.html        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -18,13 +18,13 @@
</span><span class="cx">   &lt;p&gt;This test passes if you see a green square.&lt;/p&gt;
</span><span class="cx"> 
</span><span class="cx">   &lt;div style=&quot;width: 150px; height: 150px; overflow: hidden&quot;&gt;
</span><del>-    &lt;math style=&quot;padding: 0&quot;&gt;
</del><ins>+    &lt;math&gt;
</ins><span class="cx">       &lt;mrow id=&quot;link&quot; href=&quot;#target&quot;&gt;
</span><span class="cx">         &lt;mspace id=&quot;space&quot; width=&quot;150px&quot; height=&quot;150px&quot; mathbackground=&quot;red&quot;/&gt;
</span><span class="cx">       &lt;/mrow&gt;
</span><span class="cx">     &lt;/math&gt;
</span><span class="cx">     &lt;div style=&quot;height: 500px;&quot;&gt;&lt;/div&gt;
</span><del>-    &lt;math id=&quot;target&quot; style=&quot;padding: 0&quot;&gt;
</del><ins>+    &lt;math id=&quot;target&quot;&gt;
</ins><span class="cx">       &lt;mspace width=&quot;150px&quot; height=&quot;150px&quot; mathbackground=&quot;green&quot;/&gt;
</span><span class="cx">     &lt;/math&gt;
</span><span class="cx">   &lt;/div&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsmathmlpresentationmactiontogglehrefhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/mathml/presentation/maction-toggle-href.html (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/mathml/presentation/maction-toggle-href.html        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/mathml/presentation/maction-toggle-href.html        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -16,7 +16,7 @@
</span><span class="cx">   &lt;p&gt;This test passes if you see a green square.&lt;/p&gt;
</span><span class="cx"> 
</span><span class="cx">   &lt;div style=&quot;width: 150px; height: 150px; overflow: hidden&quot;&gt;
</span><del>-    &lt;math style=&quot;padding: 0&quot;&gt;
</del><ins>+    &lt;math&gt;
</ins><span class="cx">       &lt;!-- Initially, the maction element displays its second child which is a red mspace.
</span><span class="cx">            After the click, the selection moves to the third child which is a green mspace.
</span><span class="cx">            We should not follow the link, whose target is a red space.
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx">       &lt;/semantics&gt;
</span><span class="cx">     &lt;/math&gt;
</span><span class="cx">     &lt;div style=&quot;height: 500px;&quot;&gt;&lt;/div&gt;
</span><del>-    &lt;math id=&quot;target&quot; style=&quot;padding: 0&quot;&gt;
</del><ins>+    &lt;math id=&quot;target&quot;&gt;
</ins><span class="cx">       &lt;mspace id=&quot;space&quot; width=&quot;150px&quot; height=&quot;150px&quot; mathbackground=&quot;red&quot;/&gt;
</span><span class="cx">     &lt;/math&gt;
</span><span class="cx">   &lt;/div&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsmathmlpresentationmpadded12html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/mathml/presentation/mpadded-1-2.html (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/mathml/presentation/mpadded-1-2.html        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/mathml/presentation/mpadded-1-2.html        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -4,7 +4,7 @@
</span><span class="cx">     &lt;title&gt;Test mpadded&lt;/title&gt;
</span><span class="cx">   &lt;/head&gt;
</span><span class="cx">   &lt;body&gt;
</span><del>-    &lt;math style=&quot;padding: 0;&quot;&gt;
</del><ins>+    &lt;math&gt;
</ins><span class="cx">       &lt;mpadded mathbackground=&quot;blue&quot; width=&quot;100px&quot; height=&quot;50px&quot; depth=&quot;50px&quot;
</span><span class="cx">                lspace=&quot;20px&quot; voffset=&quot;-20px&quot;&gt;
</span><span class="cx">         &lt;mpadded mathbackground=&quot;red&quot; width=&quot;20px&quot; height=&quot;10px&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsmathmlpresentationmpadded1html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/mathml/presentation/mpadded-1.html (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/mathml/presentation/mpadded-1.html        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/mathml/presentation/mpadded-1.html        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -4,7 +4,7 @@
</span><span class="cx">     &lt;title&gt;Test mpadded&lt;/title&gt;
</span><span class="cx">   &lt;/head&gt;
</span><span class="cx">   &lt;body&gt;
</span><del>-    &lt;math style=&quot;padding: 0;&quot;&gt;
</del><ins>+    &lt;math&gt;
</ins><span class="cx">       &lt;mpadded mathbackground=&quot;blue&quot; width=&quot;100px&quot; height=&quot;50px&quot; depth=&quot;50px&quot;
</span><span class="cx">                lspace=&quot;20px&quot; voffset=&quot;30px&quot;&gt;
</span><span class="cx">         &lt;mpadded mathbackground=&quot;red&quot; width=&quot;20px&quot; height=&quot;10px&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsmathmlpresentationmpadded2html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/mathml/presentation/mpadded-2.html (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/mathml/presentation/mpadded-2.html        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/mathml/presentation/mpadded-2.html        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -4,7 +4,7 @@
</span><span class="cx">     &lt;title&gt;Test mpadded&lt;/title&gt;
</span><span class="cx">   &lt;/head&gt;
</span><span class="cx">   &lt;body&gt;
</span><del>-    &lt;math style=&quot;padding: 0;&quot;&gt;
</del><ins>+    &lt;math&gt;
</ins><span class="cx">       &lt;mpadded mathbackground=&quot;blue&quot; width=&quot;100px&quot; height=&quot;50px&quot; depth=&quot;50px&quot;
</span><span class="cx">                lspace=&quot;10px&quot; voffset=&quot;-15px&quot;&gt;
</span><span class="cx">         &lt;mpadded mathbackground=&quot;red&quot; width=&quot;20px&quot; height=&quot;10px&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsmathmlpresentationmpadded3html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/mathml/presentation/mpadded-3.html (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/mathml/presentation/mpadded-3.html        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/mathml/presentation/mpadded-3.html        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -4,7 +4,7 @@
</span><span class="cx">     &lt;title&gt;Test mpadded height depth&lt;/title&gt;
</span><span class="cx">   &lt;/head&gt;
</span><span class="cx">   &lt;body&gt;
</span><del>-    &lt;math style=&quot;padding: 0;&quot;&gt;
</del><ins>+    &lt;math&gt;
</ins><span class="cx">       &lt;mpadded mathbackground=&quot;blue&quot; width=&quot;100px&quot; height=&quot;50px&quot; depth=&quot;0px&quot;
</span><span class="cx">                lspace=&quot;0px&quot; voffset=&quot;10px&quot;&gt;
</span><span class="cx">         &lt;mpadded mathbackground=&quot;red&quot; width=&quot;20px&quot; height=&quot;10px&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsmathmlpresentationmpadded4expectedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/mathml/presentation/mpadded-4-expected.html (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/mathml/presentation/mpadded-4-expected.html        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/mathml/presentation/mpadded-4-expected.html        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -4,7 +4,7 @@
</span><span class="cx">     &lt;title&gt;Test mpadded&lt;/title&gt;
</span><span class="cx">   &lt;/head&gt;
</span><span class="cx">   &lt;body&gt;
</span><del>-    &lt;math style=&quot;padding: 0;&quot;&gt;
</del><ins>+    &lt;math&gt;
</ins><span class="cx">       &lt;mpadded mathbackground=&quot;blue&quot; width=&quot;100px&quot; height=&quot;3height&quot; depth=&quot;3depth&quot;
</span><span class="cx">                lspace=&quot;0&quot; voffset=&quot;10px&quot;&gt;
</span><span class="cx">         &lt;mpadded mathbackground=&quot;red&quot; width=&quot;20px&quot; height=&quot;10px&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsmathmlpresentationmpadded4html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/mathml/presentation/mpadded-4.html (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/mathml/presentation/mpadded-4.html        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/mathml/presentation/mpadded-4.html        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -4,7 +4,7 @@
</span><span class="cx">     &lt;title&gt;Test mpadded&lt;/title&gt;
</span><span class="cx">   &lt;/head&gt;
</span><span class="cx">   &lt;body&gt;
</span><del>-    &lt;math style=&quot;padding: 0;&quot;&gt;
</del><ins>+    &lt;math&gt;
</ins><span class="cx">       &lt;!-- if lspace is used as a pseudounit, the lspace value is 0 --&gt;
</span><span class="cx">       &lt;mpadded mathbackground=&quot;blue&quot; width=&quot;100px&quot; height=&quot;3height&quot; depth=&quot;3depth&quot;
</span><span class="cx">                lspace=&quot;3lspace&quot; voffset=&quot;10px&quot;&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsmathmlpresentationmspacepreferedwidthhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/mathml/presentation/mspace-prefered-width.html (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/mathml/presentation/mspace-prefered-width.html        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/mathml/presentation/mspace-prefered-width.html        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -5,10 +5,6 @@
</span><span class="cx">     td {
</span><span class="cx">       border: 1px solid black;
</span><span class="cx">     }
</span><del>-
-    math {
-        padding: 0px;
-    }
</del><span class="cx">   &lt;/style&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsmathmlpresentationmspaceunitsexpectedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/mathml/presentation/mspace-units-expected.html (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/mathml/presentation/mspace-units-expected.html        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/mathml/presentation/mspace-units-expected.html        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;body&gt;
</span><span class="cx"> 
</span><del>-  &lt;math style=&quot;position: absolute; top: 0; left: 0; margin: 0; padding: 0;&quot;&gt;
</del><ins>+  &lt;math style=&quot;position: absolute; top: 0; left: 0;&quot;&gt;
</ins><span class="cx">     &lt;mtext&gt;
</span><span class="cx">       &lt;span style=&quot;display: inline-block; width: 5em; height: 10px;
</span><span class="cx">                    background:red;&quot;&gt;&lt;/span&gt;
</span><span class="lines">@@ -14,7 +14,7 @@
</span><span class="cx">     &lt;/mtext&gt;
</span><span class="cx">   &lt;/math&gt;
</span><span class="cx"> 
</span><del>-  &lt;math style=&quot;position: absolute; top: 10px; left: 0; margin: 0; padding: 0;&quot;&gt;
</del><ins>+  &lt;math style=&quot;position: absolute; top: 10px; left: 0;&quot;&gt;
</ins><span class="cx">     &lt;mtext&gt;
</span><span class="cx">       &lt;span style=&quot;display: inline-block; width: 60pt; height: 10px;
</span><span class="cx">                    background:green;&quot;&gt;&lt;/span&gt;
</span><span class="lines">@@ -21,7 +21,7 @@
</span><span class="cx">     &lt;/mtext&gt;
</span><span class="cx">   &lt;/math&gt;
</span><span class="cx"> 
</span><del>-  &lt;math style=&quot;position: absolute; top: 20px; left: 0; margin: 0; padding: 0;&quot;&gt;
</del><ins>+  &lt;math style=&quot;position: absolute; top: 20px; left: 0;&quot;&gt;
</ins><span class="cx">     &lt;mtext&gt;
</span><span class="cx">       &lt;span style=&quot;display: inline-block; width: 5pc; height: 10px;
</span><span class="cx">                    background:blue;&quot;&gt;&lt;/span&gt;
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx">     &lt;/mtext&gt;
</span><span class="cx">   &lt;/math&gt;
</span><span class="cx"> 
</span><del>-  &lt;math style=&quot;position: absolute; top: 30px; left: 0; margin: 0; padding: 0;&quot;&gt;
</del><ins>+  &lt;math style=&quot;position: absolute; top: 30px; left: 0;&quot;&gt;
</ins><span class="cx">     &lt;mtext&gt;
</span><span class="cx">       &lt;span style=&quot;display: inline-block; width: 10ex; height: 10px;
</span><span class="cx">                    background:red;&quot;&gt;&lt;/span&gt;
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx">     &lt;/mtext&gt;
</span><span class="cx">   &lt;/math&gt;
</span><span class="cx"> 
</span><del>-  &lt;math style=&quot;position: absolute; top: 40px; left: 0; margin: 0; padding: 0;&quot;&gt;
</del><ins>+  &lt;math style=&quot;position: absolute; top: 40px; left: 0;&quot;&gt;
</ins><span class="cx">     &lt;mtext&gt;
</span><span class="cx">       &lt;span style=&quot;display: inline-block; width: 50px; height: 10px;
</span><span class="cx">                    background:green;&quot;&gt;&lt;/span&gt;
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx">     &lt;/mtext&gt;
</span><span class="cx">   &lt;/math&gt;
</span><span class="cx"> 
</span><del>-  &lt;math style=&quot;position: absolute; top: 50px; left: 0; margin: 0; padding: 0;&quot;&gt;
</del><ins>+  &lt;math style=&quot;position: absolute; top: 50px; left: 0;&quot;&gt;
</ins><span class="cx">     &lt;mtext&gt;
</span><span class="cx">       &lt;span style=&quot;display: inline-block; width: 1in; height: 10px;
</span><span class="cx">                    background:blue;&quot;&gt;&lt;/span&gt;
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx">     &lt;/mtext&gt;
</span><span class="cx">   &lt;/math&gt;
</span><span class="cx"> 
</span><del>-  &lt;math style=&quot;position: absolute; top: 60px; left: 0; margin: 0; padding: 0;&quot;&gt;
</del><ins>+  &lt;math style=&quot;position: absolute; top: 60px; left: 0;&quot;&gt;
</ins><span class="cx">     &lt;mtext&gt;
</span><span class="cx">       &lt;span style=&quot;display: inline-block; width: 2.54cm; height: 10px;
</span><span class="cx">                    background:red;&quot;&gt;&lt;/span&gt;
</span><span class="lines">@@ -56,7 +56,7 @@
</span><span class="cx">     &lt;/mtext&gt;
</span><span class="cx">   &lt;/math&gt;
</span><span class="cx"> 
</span><del>-  &lt;math style=&quot;position: absolute; top: 70px; left: 0; margin: 0; padding: 0;&quot;&gt;
</del><ins>+  &lt;math style=&quot;position: absolute; top: 70px; left: 0;&quot;&gt;
</ins><span class="cx">     &lt;mtext&gt;
</span><span class="cx">       &lt;span style=&quot;display: inline-block; width: 25.4mm; height: 10px;
</span><span class="cx">                    background:green;&quot;&gt;&lt;/span&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsmathmlpresentationmspaceunitshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/mathml/presentation/mspace-units.html (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/mathml/presentation/mspace-units.html        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/mathml/presentation/mspace-units.html        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -7,35 +7,35 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;body&gt;
</span><span class="cx"> 
</span><del>-  &lt;math style=&quot;position: absolute; top: 0; left: 0; margin: 0; padding: 0;&quot;&gt;
</del><ins>+  &lt;math style=&quot;position: absolute; top: 0; left: 0;&quot;&gt;
</ins><span class="cx">     &lt;mspace width=&quot;5em&quot; height=&quot;10px&quot; mathbackground=&quot;red&quot;/&gt;
</span><span class="cx">   &lt;/math&gt;
</span><span class="cx"> 
</span><del>-  &lt;math style=&quot;position: absolute; top: 10px; left: 0; margin: 0; padding: 0;&quot;&gt;
</del><ins>+  &lt;math style=&quot;position: absolute; top: 10px; left: 0;&quot;&gt;
</ins><span class="cx">     &lt;mspace width=&quot;60pt&quot; height=&quot;10px&quot; mathbackground=&quot;green&quot;/&gt;
</span><span class="cx">   &lt;/math&gt;
</span><span class="cx"> 
</span><del>-  &lt;math style=&quot;position: absolute; top: 20px; left: 0; margin: 0; padding: 0;&quot;&gt;
</del><ins>+  &lt;math style=&quot;position: absolute; top: 20px; left: 0;&quot;&gt;
</ins><span class="cx">     &lt;mspace width=&quot;5pc&quot; height=&quot;10px&quot; mathbackground=&quot;blue&quot;/&gt;
</span><span class="cx">   &lt;/math&gt;
</span><span class="cx"> 
</span><del>-  &lt;math style=&quot;position: absolute; top: 30px; left: 0; margin: 0; padding: 0;&quot;&gt;
</del><ins>+  &lt;math style=&quot;position: absolute; top: 30px; left: 0;&quot;&gt;
</ins><span class="cx">     &lt;mspace width=&quot;10ex&quot; height=&quot;10px&quot; mathbackground=&quot;red&quot;/&gt;
</span><span class="cx">   &lt;/math&gt;
</span><span class="cx"> 
</span><del>-  &lt;math style=&quot;position: absolute; top: 40px; left: 0; margin: 0; padding: 0;&quot;&gt;
</del><ins>+  &lt;math style=&quot;position: absolute; top: 40px; left: 0;&quot;&gt;
</ins><span class="cx">     &lt;mspace width=&quot;50px&quot; height=&quot;10px&quot; mathbackground=&quot;green&quot;/&gt;
</span><span class="cx">   &lt;/math&gt;
</span><span class="cx"> 
</span><del>-  &lt;math style=&quot;position: absolute; top: 50px; left: 0; margin: 0; padding: 0;&quot;&gt;
</del><ins>+  &lt;math style=&quot;position: absolute; top: 50px; left: 0;&quot;&gt;
</ins><span class="cx">     &lt;mspace width=&quot;1in&quot; height=&quot;10px&quot; mathbackground=&quot;blue&quot;/&gt;
</span><span class="cx">   &lt;/math&gt;
</span><span class="cx"> 
</span><del>-  &lt;math style=&quot;position: absolute; top: 60px; left: 0; margin: 0; padding: 0;&quot;&gt;
</del><ins>+  &lt;math style=&quot;position: absolute; top: 60px; left: 0;&quot;&gt;
</ins><span class="cx">     &lt;mspace width=&quot;2.54cm&quot; height=&quot;10px&quot; mathbackground=&quot;red&quot;/&gt;
</span><span class="cx">   &lt;/math&gt;
</span><span class="cx"> 
</span><del>-  &lt;math style=&quot;position: absolute; top: 70px; left: 0; margin: 0; padding: 0;&quot;&gt;
</del><ins>+  &lt;math style=&quot;position: absolute; top: 70px; left: 0;&quot;&gt;
</ins><span class="cx">     &lt;mspace width=&quot;25.4mm&quot; height=&quot;10px&quot; mathbackground=&quot;green&quot;/&gt;
</span><span class="cx">   &lt;/math&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsmathmlpresentationmspacehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/mathml/presentation/mspace.html (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/mathml/presentation/mspace.html        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/mathml/presentation/mspace.html        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;body&gt;
</span><span class="cx"> 
</span><del>-  &lt;math style=&quot;position: absolute; top: 0; left: 0; margin: 0; padding: 0;&quot;&gt;
</del><ins>+  &lt;math style=&quot;position: absolute; top: 0; left: 0;&quot;&gt;
</ins><span class="cx">     &lt;mspace width=&quot;50px&quot; height=&quot;3em&quot; depth=&quot;3em&quot; mathbackground=&quot;red&quot;/&gt;
</span><span class="cx">     &lt;mspace width=&quot;40px&quot; height=&quot;1em&quot; depth=&quot;2em&quot; mathbackground=&quot;green&quot;/&gt;
</span><span class="cx">     &lt;mspace width=&quot;30px&quot; height=&quot;2em&quot; depth=&quot;1em&quot; mathbackground=&quot;blue&quot;/&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsmathmlpresentationscriptsheightexpectedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/mathml/presentation/scripts-height-expected.html (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/mathml/presentation/scripts-height-expected.html        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/mathml/presentation/scripts-height-expected.html        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -4,10 +4,6 @@
</span><span class="cx">     &lt;title&gt;scripts-height&lt;/title&gt;
</span><span class="cx">     &lt;meta charset=&quot;utf-8&quot;/&gt;
</span><span class="cx">     &lt;style&gt;
</span><del>-      math {
-      padding: 0;
-      border: 0;
-      }
</del><span class="cx">       td {
</span><span class="cx">       border: 1px solid black;
</span><span class="cx">       text-align: center; width: 100px; height: 100px;
</span></span></pre></div>
<a id="trunkLayoutTestsmathmlpresentationscriptssubsupexpectedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/mathml/presentation/scripts-subsup-expected.html (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/mathml/presentation/scripts-subsup-expected.html        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/mathml/presentation/scripts-subsup-expected.html        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -3,12 +3,6 @@
</span><span class="cx">   &lt;head&gt;
</span><span class="cx">     &lt;title&gt;scripts&lt;/title&gt;
</span><span class="cx">     &lt;meta charset=&quot;utf-8&quot;/&gt;
</span><del>-    &lt;style&gt;
-      math {
-      padding: 0;
-      border: 0;
-      }
-    &lt;/style&gt;
</del><span class="cx">   &lt;/head&gt;
</span><span class="cx">   &lt;body&gt;
</span><span class="cx">     &lt;div&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsmathmlpresentationscriptssubsuphtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/mathml/presentation/scripts-subsup.html (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/mathml/presentation/scripts-subsup.html        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/mathml/presentation/scripts-subsup.html        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -3,12 +3,6 @@
</span><span class="cx">   &lt;head&gt;
</span><span class="cx">     &lt;title&gt;scripts&lt;/title&gt;
</span><span class="cx">     &lt;meta charset=&quot;utf-8&quot;/&gt;
</span><del>-    &lt;style&gt;
-      math {
-      padding: 0;
-      border: 0;
-      }
-    &lt;/style&gt;
</del><span class="cx">   &lt;/head&gt;
</span><span class="cx">   &lt;body&gt;
</span><span class="cx">     &lt;div&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsmathmlpresentationscriptsunderoverexpectedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/mathml/presentation/scripts-underover-expected.html (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/mathml/presentation/scripts-underover-expected.html        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/mathml/presentation/scripts-underover-expected.html        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -4,10 +4,6 @@
</span><span class="cx">     &lt;title&gt;scripts&lt;/title&gt;
</span><span class="cx">     &lt;meta charset=&quot;utf-8&quot;/&gt;
</span><span class="cx">     &lt;style&gt;
</span><del>-      math {
-      padding: 0;
-      border: 0;
-      }
</del><span class="cx">       td {
</span><span class="cx">       border: 1px solid black;
</span><span class="cx">       text-align: center; width: 100px; height: 100px;
</span></span></pre></div>
<a id="trunkLayoutTestsmathmlpresentationscriptsunderoverhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/mathml/presentation/scripts-underover.html (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/mathml/presentation/scripts-underover.html        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/mathml/presentation/scripts-underover.html        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -4,10 +4,6 @@
</span><span class="cx">     &lt;title&gt;scripts&lt;/title&gt;
</span><span class="cx">     &lt;meta charset=&quot;utf-8&quot;/&gt;
</span><span class="cx">     &lt;style&gt;
</span><del>-      math {
-      padding: 0;
-      border: 0;
-      }
</del><span class="cx">       td {
</span><span class="cx">       border: 1px solid black;
</span><span class="cx">       text-align: center; width: 100px; height: 100px;
</span></span></pre></div>
<a id="trunkLayoutTestsmathmlpresentationsemantics2html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/mathml/presentation/semantics-2.html (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/mathml/presentation/semantics-2.html        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/mathml/presentation/semantics-2.html        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -2,13 +2,6 @@
</span><span class="cx"> &lt;html&gt;
</span><span class="cx"> &lt;head&gt;
</span><span class="cx">   &lt;title&gt;Semantics&lt;/title&gt;
</span><del>-  &lt;style type=&quot;text/css&quot;&gt;
-    .nospacing {
-      border: 0 !important;
-      padding: 0 !important;
-      margin: 0 !important;
-    }
-  &lt;/style&gt;
</del><span class="cx"> &lt;/head&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;body&gt;
</span><span class="lines">@@ -19,11 +12,11 @@
</span><span class="cx"> 
</span><span class="cx">   &lt;!-- Presentation MathML: the child is displayed --&gt;
</span><span class="cx">   &lt;p&gt;presentation MathML ; annotation: &lt;math&gt;&lt;semantics&gt;&lt;mtext&gt;presentation MathML&lt;/mtext&gt;&lt;annotation&gt;annotation&lt;/annotation&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/p&gt;
</span><del>-  &lt;p&gt;presentation MathML ; annotation-xml: &lt;math&gt;&lt;semantics&gt;&lt;mtext&gt;presentation MathML&lt;/mtext&gt;&lt;annotation-xml encoding=&quot;application/mathml-presentation+xml&quot;&gt;&lt;math class=&quot;nospacing&quot;&gt;&lt;mtext&gt;annotation-xml&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/p&gt;
</del><ins>+  &lt;p&gt;presentation MathML ; annotation-xml: &lt;math&gt;&lt;semantics&gt;&lt;mtext&gt;presentation MathML&lt;/mtext&gt;&lt;annotation-xml encoding=&quot;application/mathml-presentation+xml&quot;&gt;&lt;math&gt;&lt;mtext&gt;annotation-xml&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/p&gt;
</ins><span class="cx"> 
</span><span class="cx">   &lt;!-- Content MathML: the annotation is displayed --&gt;
</span><span class="cx">   &lt;p&gt;content MathML ; annotation: &lt;math&gt;&lt;semantics&gt;&lt;csymbol&gt;content MathML&lt;/csymbol&gt;&lt;annotation&gt;annotation&lt;/annotation&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/p&gt;
</span><del>-  &lt;p&gt;content MathML ; annotation-xml: &lt;math&gt;&lt;semantics&gt;&lt;csymbol&gt;content MathML&lt;/csymbol&gt;&lt;annotation-xml encoding=&quot;application/mathml-presentation+xml&quot;&gt;&lt;math class=&quot;nospacing&quot;&gt;&lt;mtext&gt;annotation-xml&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/p&gt;
</del><ins>+  &lt;p&gt;content MathML ; annotation-xml: &lt;math&gt;&lt;semantics&gt;&lt;csymbol&gt;content MathML&lt;/csymbol&gt;&lt;annotation-xml encoding=&quot;application/mathml-presentation+xml&quot;&gt;&lt;math&gt;&lt;mtext&gt;annotation-xml&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/p&gt;
</ins><span class="cx"> 
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsmathmlpresentationsemantics3html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/mathml/presentation/semantics-3.html (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/mathml/presentation/semantics-3.html        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/mathml/presentation/semantics-3.html        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -2,13 +2,6 @@
</span><span class="cx"> &lt;html&gt;
</span><span class="cx"> &lt;head&gt;
</span><span class="cx">   &lt;title&gt;Semantics&lt;/title&gt;
</span><del>-  &lt;style type=&quot;text/css&quot;&gt;
-    .nospacing {
-      border: 0 !important;
-      padding: 0 !important;
-      margin: 0 !important;
-    }
-  &lt;/style&gt;
</del><span class="cx"> &lt;/head&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;body&gt;
</span><span class="lines">@@ -18,16 +11,16 @@
</span><span class="cx">    - An &lt;annotation-xml&gt; element without src attribute and with one of the encoding among &quot;application/mathml-presentation+xml&quot;, &quot;MathML-Presentation&quot;, &quot;image/svg+xml&quot;, &quot;SVG1.1&quot;, &quot;application/xhtml+xml&quot; and &quot;text/html&quot;.
</span><span class="cx">    --&gt;
</span><span class="cx"> 
</span><del>-  &lt;p&gt;annotation 1: &lt;math&gt;&lt;semantics&gt;&lt;csymbol&gt;Content MathML&lt;/csymbol&gt;&lt;annotation&gt;annotation&lt;/annotation&gt;&lt;annotation&gt;error&lt;/annotation&gt;&lt;annotation-xml encoding=&quot;application/mathml-presentation+xml&quot;&gt;&lt;math class=&quot;nospacing&quot;&gt;&lt;mtext&gt;error&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/p&gt;
-  &lt;p&gt;annotation 2: &lt;math&gt;&lt;semantics&gt;&lt;csymbol&gt;Content MathML&lt;/csymbol&gt;&lt;annotation encoding=&quot;application/x-tex&quot;&gt;\sin x + 5&lt;/annotation&gt;&lt;annotation&gt;error&lt;/annotation&gt;&lt;annotation-xml encoding=&quot;application/mathml-presentation+xml&quot;&gt;&lt;math class=&quot;nospacing&quot;&gt;&lt;mtext&gt;error&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/p&gt;
-  &lt;p&gt;annotation 3: &lt;math&gt;&lt;semantics&gt;&lt;csymbol&gt;Content MathML&lt;/csymbol&gt;&lt;annotation src=&quot;external-resource&quot;&gt;error&lt;/annotation&gt;&lt;annotation&gt;annotation&lt;/annotation&gt;&lt;annotation-xml encoding=&quot;application/mathml-presentation+xml&quot;&gt;&lt;math class=&quot;nospacing&quot;&gt;&lt;mtext&gt;error&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/p&gt;
</del><ins>+  &lt;p&gt;annotation 1: &lt;math&gt;&lt;semantics&gt;&lt;csymbol&gt;Content MathML&lt;/csymbol&gt;&lt;annotation&gt;annotation&lt;/annotation&gt;&lt;annotation&gt;error&lt;/annotation&gt;&lt;annotation-xml encoding=&quot;application/mathml-presentation+xml&quot;&gt;&lt;math&gt;&lt;mtext&gt;error&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/p&gt;
+  &lt;p&gt;annotation 2: &lt;math&gt;&lt;semantics&gt;&lt;csymbol&gt;Content MathML&lt;/csymbol&gt;&lt;annotation encoding=&quot;application/x-tex&quot;&gt;\sin x + 5&lt;/annotation&gt;&lt;annotation&gt;error&lt;/annotation&gt;&lt;annotation-xml encoding=&quot;application/mathml-presentation+xml&quot;&gt;&lt;math&gt;&lt;mtext&gt;error&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/p&gt;
+  &lt;p&gt;annotation 3: &lt;math&gt;&lt;semantics&gt;&lt;csymbol&gt;Content MathML&lt;/csymbol&gt;&lt;annotation src=&quot;external-resource&quot;&gt;error&lt;/annotation&gt;&lt;annotation&gt;annotation&lt;/annotation&gt;&lt;annotation-xml encoding=&quot;application/mathml-presentation+xml&quot;&gt;&lt;math&gt;&lt;mtext&gt;error&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/p&gt;
</ins><span class="cx"> 
</span><del>-  &lt;p&gt;annotation-xml 1: &lt;math&gt;&lt;semantics&gt;&lt;csymbol&gt;Content MathML&lt;/csymbol&gt;&lt;annotation-xml encoding=&quot;application/mathml-presentation+xml&quot;&gt;&lt;math class=&quot;nospacing&quot;&gt;&lt;mtext&gt;application/mathml-presentation+xml&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;annotation-xml encoding=&quot;application/mathml-presentation+xml&quot;&gt;&lt;math class=&quot;nospacing&quot;&gt;&lt;mtext&gt;error&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;annotation&gt;error&lt;/annotation&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/p&gt;
-  &lt;p&gt;annotation-xml 2: &lt;math&gt;&lt;semantics&gt;&lt;csymbol&gt;Content MathML&lt;/csymbol&gt;&lt;annotation-xml encoding=&quot;MathML-Presentation&quot;&gt;&lt;math class=&quot;nospacing&quot;&gt;&lt;mtext&gt;MathML-Presentation&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;annotation-xml encoding=&quot;application/mathml-presentation+xml&quot;&gt;&lt;math class=&quot;nospacing&quot;&gt;&lt;mtext&gt;error&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;annotation&gt;error&lt;/annotation&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/p&gt;
-  &lt;p&gt;annotation-xml 3: &lt;math&gt;&lt;semantics&gt;&lt;csymbol&gt;Content MathML&lt;/csymbol&gt;&lt;annotation-xml encoding=&quot;image/svg+xml&quot;&gt;&lt;svg width=&quot;20px&quot; height=&quot;20px&quot;&gt;&lt;rect width=&quot;20px&quot; height=&quot;20px&quot; fill=&quot;red&quot; stroke=&quot;none&quot;/&gt;&lt;/svg&gt;&lt;/annotation-xml&gt;&lt;annotation-xml encoding=&quot;application/mathml-presentation+xml&quot;&gt;&lt;math class=&quot;nospacing&quot;&gt;&lt;mtext&gt;error&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;annotation&gt;error&lt;/annotation&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/p&gt;
-  &lt;p&gt;annotation-xml 4: &lt;math&gt;&lt;semantics&gt;&lt;csymbol&gt;Content MathML&lt;/csymbol&gt;&lt;annotation-xml encoding=&quot;SVG1.1&quot;&gt;&lt;svg width=&quot;20px&quot; height=&quot;20px&quot;&gt;&lt;rect width=&quot;20px&quot; height=&quot;20px&quot; fill=&quot;red&quot; stroke=&quot;none&quot;/&gt;&lt;/svg&gt;&lt;/annotation-xml&gt;&lt;annotation-xml encoding=&quot;application/mathml-presentation+xml&quot;&gt;&lt;math class=&quot;nospacing&quot;&gt;&lt;mtext&gt;error&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;annotation&gt;error&lt;/annotation&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/p&gt;
-  &lt;p&gt;annotation-xml 5: &lt;math&gt;&lt;semantics&gt;&lt;csymbol&gt;Content MathML&lt;/csymbol&gt;&lt;annotation-xml encoding=&quot;application/xhtml+xml&quot;&gt;&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;head&gt;&lt;title&gt;application/xhtml+xml&lt;/title&gt;&lt;/head&gt;&lt;body&gt;&lt;p&gt;application/xhtml+xml&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;&lt;/annotation-xml&gt;&lt;annotation-xml encoding=&quot;application/mathml-presentation+xml&quot;&gt;&lt;math class=&quot;nospacing&quot;&gt;&lt;mtext&gt;error&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;annotation&gt;error&lt;/annotation&gt;&lt;/math&gt;&lt;/p&gt;
-  &lt;p&gt;annotation-xml 6: &lt;math&gt;&lt;semantics&gt;&lt;csymbol&gt;Content MathML&lt;/csymbol&gt;&lt;annotation-xml encoding=&quot;text/html&quot;&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;text/html&lt;/title&gt;&lt;/head&gt;&lt;body&gt;&lt;p&gt;text/html&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;&lt;/annotation-xml&gt;&lt;annotation-xml encoding=&quot;application/mathml-presentation+xml&quot;&gt;&lt;math class=&quot;nospacing&quot;&gt;&lt;mtext&gt;error&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;annotation&gt;error&lt;/annotation&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/p&gt;
-  &lt;p&gt;annotation-xml 7: &lt;math&gt;&lt;semantics&gt;&lt;csymbol&gt;Content MathML&lt;/csymbol&gt;&lt;annotation-xml encoding=&quot;unknown&quot;&gt;&lt;math class=&quot;nospacing&quot;&gt;&lt;mtext&gt;error&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;annotation-xml encoding=&quot;application/mathml+xml&quot;&gt;&lt;math class=&quot;nospacing&quot;&gt;&lt;mtext&gt;error&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;annotation-xml encoding=&quot;application/mathml-presentation+xml&quot;&gt;&lt;math class=&quot;nospacing&quot;&gt;&lt;mtext&gt;annotation-xml&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;annotation&gt;error&lt;/annotation&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/p&gt;
</del><ins>+  &lt;p&gt;annotation-xml 1: &lt;math&gt;&lt;semantics&gt;&lt;csymbol&gt;Content MathML&lt;/csymbol&gt;&lt;annotation-xml encoding=&quot;application/mathml-presentation+xml&quot;&gt;&lt;math&gt;&lt;mtext&gt;application/mathml-presentation+xml&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;annotation-xml encoding=&quot;application/mathml-presentation+xml&quot;&gt;&lt;math&gt;&lt;mtext&gt;error&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;annotation&gt;error&lt;/annotation&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/p&gt;
+  &lt;p&gt;annotation-xml 2: &lt;math&gt;&lt;semantics&gt;&lt;csymbol&gt;Content MathML&lt;/csymbol&gt;&lt;annotation-xml encoding=&quot;MathML-Presentation&quot;&gt;&lt;math&gt;&lt;mtext&gt;MathML-Presentation&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;annotation-xml encoding=&quot;application/mathml-presentation+xml&quot;&gt;&lt;math&gt;&lt;mtext&gt;error&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;annotation&gt;error&lt;/annotation&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/p&gt;
+  &lt;p&gt;annotation-xml 3: &lt;math&gt;&lt;semantics&gt;&lt;csymbol&gt;Content MathML&lt;/csymbol&gt;&lt;annotation-xml encoding=&quot;image/svg+xml&quot;&gt;&lt;svg width=&quot;20px&quot; height=&quot;20px&quot;&gt;&lt;rect width=&quot;20px&quot; height=&quot;20px&quot; fill=&quot;red&quot; stroke=&quot;none&quot;/&gt;&lt;/svg&gt;&lt;/annotation-xml&gt;&lt;annotation-xml encoding=&quot;application/mathml-presentation+xml&quot;&gt;&lt;math&gt;&lt;mtext&gt;error&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;annotation&gt;error&lt;/annotation&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/p&gt;
+  &lt;p&gt;annotation-xml 4: &lt;math&gt;&lt;semantics&gt;&lt;csymbol&gt;Content MathML&lt;/csymbol&gt;&lt;annotation-xml encoding=&quot;SVG1.1&quot;&gt;&lt;svg width=&quot;20px&quot; height=&quot;20px&quot;&gt;&lt;rect width=&quot;20px&quot; height=&quot;20px&quot; fill=&quot;red&quot; stroke=&quot;none&quot;/&gt;&lt;/svg&gt;&lt;/annotation-xml&gt;&lt;annotation-xml encoding=&quot;application/mathml-presentation+xml&quot;&gt;&lt;math&gt;&lt;mtext&gt;error&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;annotation&gt;error&lt;/annotation&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/p&gt;
+  &lt;p&gt;annotation-xml 5: &lt;math&gt;&lt;semantics&gt;&lt;csymbol&gt;Content MathML&lt;/csymbol&gt;&lt;annotation-xml encoding=&quot;application/xhtml+xml&quot;&gt;&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;head&gt;&lt;title&gt;application/xhtml+xml&lt;/title&gt;&lt;/head&gt;&lt;body&gt;&lt;p&gt;application/xhtml+xml&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;&lt;/annotation-xml&gt;&lt;annotation-xml encoding=&quot;application/mathml-presentation+xml&quot;&gt;&lt;math&gt;&lt;mtext&gt;error&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;annotation&gt;error&lt;/annotation&gt;&lt;/math&gt;&lt;/p&gt;
+  &lt;p&gt;annotation-xml 6: &lt;math&gt;&lt;semantics&gt;&lt;csymbol&gt;Content MathML&lt;/csymbol&gt;&lt;annotation-xml encoding=&quot;text/html&quot;&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;text/html&lt;/title&gt;&lt;/head&gt;&lt;body&gt;&lt;p&gt;text/html&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;&lt;/annotation-xml&gt;&lt;annotation-xml encoding=&quot;application/mathml-presentation+xml&quot;&gt;&lt;math&gt;&lt;mtext&gt;error&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;annotation&gt;error&lt;/annotation&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/p&gt;
+  &lt;p&gt;annotation-xml 7: &lt;math&gt;&lt;semantics&gt;&lt;csymbol&gt;Content MathML&lt;/csymbol&gt;&lt;annotation-xml encoding=&quot;unknown&quot;&gt;&lt;math&gt;&lt;mtext&gt;error&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;annotation-xml encoding=&quot;application/mathml+xml&quot;&gt;&lt;math&gt;&lt;mtext&gt;error&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;annotation-xml encoding=&quot;application/mathml-presentation+xml&quot;&gt;&lt;math&gt;&lt;mtext&gt;annotation-xml&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;annotation&gt;error&lt;/annotation&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/p&gt;
</ins><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsmathmlpresentationsemantics4html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/mathml/presentation/semantics-4.html (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/mathml/presentation/semantics-4.html        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/mathml/presentation/semantics-4.html        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -2,13 +2,6 @@
</span><span class="cx"> &lt;html&gt;
</span><span class="cx"> &lt;head&gt;
</span><span class="cx">   &lt;title&gt;Semantics&lt;/title&gt;
</span><del>-  &lt;style type=&quot;text/css&quot;&gt;
-    .nospacing {
-      border: 0 !important;
-      padding: 0 !important;
-      margin: 0 !important;
-    }
-  &lt;/style&gt;
</del><span class="cx"> &lt;/head&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;body onload=&quot;document.getElementById('a').setAttribute('encoding', 'MathML-Presentation')&quot;&gt;
</span><span class="lines">@@ -15,7 +8,7 @@
</span><span class="cx"> 
</span><span class="cx">   &lt;!-- This test verifies that setting the encoding dynamically updates the selected annotation. This should render the same as the static reference. --&gt;
</span><span class="cx"> 
</span><del>-  &lt;p&gt;&lt;math&gt;&lt;semantics&gt;&lt;csymbol&gt;Content MathML&lt;/csymbol&gt;&lt;annotation-xml id=&quot;a&quot;&gt;&lt;math class=&quot;nospacing&quot;&gt;&lt;mtext&gt;PASS&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;annotation&gt;FAIL&lt;/annotation&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/p&gt;
</del><ins>+  &lt;p&gt;&lt;math&gt;&lt;semantics&gt;&lt;csymbol&gt;Content MathML&lt;/csymbol&gt;&lt;annotation-xml id=&quot;a&quot;&gt;&lt;math&gt;&lt;mtext&gt;PASS&lt;/mtext&gt;&lt;/math&gt;&lt;/annotation-xml&gt;&lt;annotation&gt;FAIL&lt;/annotation&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/p&gt;
</ins><span class="cx"> 
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsmathmlpresentationsemanticshrefhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/mathml/presentation/semantics-href.html (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/mathml/presentation/semantics-href.html        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/mathml/presentation/semantics-href.html        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -16,7 +16,7 @@
</span><span class="cx">   &lt;p&gt;This test passes if you see a green square.&lt;/p&gt;
</span><span class="cx"> 
</span><span class="cx">   &lt;div style=&quot;width: 150px; height: 150px; overflow: hidden&quot;&gt;
</span><del>-    &lt;math style=&quot;padding: 0&quot;&gt;
</del><ins>+    &lt;math&gt;
</ins><span class="cx">       &lt;semantics id=&quot;link&quot; href=&quot;#target&quot;&gt;
</span><span class="cx">         &lt;mspace id=&quot;space&quot; width=&quot;150px&quot; height=&quot;150px&quot; mathbackground=&quot;red&quot;/&gt;
</span><span class="cx">         &lt;annotation&gt;red square&lt;/annotation&gt;
</span><span class="lines">@@ -23,7 +23,7 @@
</span><span class="cx">       &lt;/semantics&gt;
</span><span class="cx">     &lt;/math&gt;
</span><span class="cx">     &lt;div style=&quot;height: 500px;&quot;&gt;&lt;/div&gt;
</span><del>-    &lt;math id=&quot;target&quot; style=&quot;padding: 0&quot;&gt;
</del><ins>+    &lt;math id=&quot;target&quot;&gt;
</ins><span class="cx">       &lt;mspace width=&quot;150px&quot; height=&quot;150px&quot; mathbackground=&quot;green&quot;/&gt;
</span><span class="cx">     &lt;/math&gt;
</span><span class="cx">   &lt;/div&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsmathmlpresentationstyleborderpaddingbackgroundhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/mathml/presentation/style-border-padding-background.html (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/mathml/presentation/style-border-padding-background.html        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/mathml/presentation/style-border-padding-background.html        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -8,7 +8,7 @@
</span><span class="cx">   &lt;body&gt;
</span><span class="cx"> 
</span><span class="cx">     &lt;!-- This verifies border, padding and background on a MathML element --&gt;
</span><del>-    &lt;math style=&quot;position: absolute; top: 0; left: 0; border: 0; padding: 0; margin: 0;&quot;&gt;
</del><ins>+    &lt;math style=&quot;position: absolute; top: 0; left: 0;&quot;&gt;
</ins><span class="cx">       &lt;mrow style=&quot;color: green; background-color: yellow; padding: 3px 6px 9px 12px; border: solid; border-width: 1px 2px 3px 4px;&quot;&gt;
</span><span class="cx">         &lt;mspace width=&quot;10px&quot; height=&quot;10px&quot; mathbackground=&quot;red&quot;/&gt;
</span><span class="cx">       &lt;/mrow&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlopentypehorizontalexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/opentype/horizontal-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlopentypehorizontalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/opentype/horizontal-expected.txt (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/mathml/opentype/horizontal-expected.txt        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/platform/gtk/mathml/opentype/horizontal-expected.txt        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -4,170 +4,170 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x190
</span><span class="cx">     RenderBody {BODY} at (8,16) size 784x158
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x21
</span><del>-        RenderMathMLMath {math} at (0,2) size 24x16 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 22x16
</del><ins>+        RenderMathMLMath {math} at (0,2) size 22x16
+          RenderMathMLUnderOver {mover} at (0,0) size 22x16
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,13) size 22x3 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (1,0) size 20x9
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{2190}&quot;
</span><del>-        RenderText {#text} at (24,4) size 4x17
-          text run at (24,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (28,2) size 24x16 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 22x16
</del><ins>+        RenderText {#text} at (22,4) size 4x17
+          text run at (22,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (26,2) size 22x16
+          RenderMathMLUnderOver {mover} at (0,0) size 22x16
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,13) size 22x3 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (1,0) size 20x9
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{2192}&quot;
</span><del>-        RenderText {#text} at (52,4) size 4x17
-          text run at (52,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (56,2) size 24x16 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 22x16
</del><ins>+        RenderText {#text} at (48,4) size 4x17
+          text run at (48,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (52,2) size 22x16
+          RenderMathMLUnderOver {mover} at (0,0) size 22x16
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,13) size 22x3 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (1,0) size 20x9
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{2194}&quot;
</span><del>-        RenderText {#text} at (80,4) size 4x17
-          text run at (80,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (84,2) size 24x16 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 22x16
</del><ins>+        RenderText {#text} at (74,4) size 4x17
+          text run at (74,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (78,2) size 22x16
+          RenderMathMLUnderOver {mover} at (0,0) size 22x16
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,13) size 22x3 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (1,0) size 20x9
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{21A4}&quot;
</span><del>-        RenderText {#text} at (108,4) size 4x17
-          text run at (108,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (112,2) size 24x16 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 22x16
</del><ins>+        RenderText {#text} at (100,4) size 4x17
+          text run at (100,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (104,2) size 22x16
+          RenderMathMLUnderOver {mover} at (0,0) size 22x16
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,13) size 22x3 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (1,0) size 20x9
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{21A6}&quot;
</span><del>-        RenderText {#text} at (136,4) size 4x17
-          text run at (136,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (140,3) size 24x15 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 22x15
</del><ins>+        RenderText {#text} at (126,4) size 4x17
+          text run at (126,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (130,3) size 22x15
+          RenderMathMLUnderOver {mover} at (0,0) size 22x15
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,12) size 22x3 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (1,0) size 20x8
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{21BC}&quot;
</span><del>-        RenderText {#text} at (164,4) size 4x17
-          text run at (164,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (168,5) size 24x13 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 22x13
</del><ins>+        RenderText {#text} at (152,4) size 4x17
+          text run at (152,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (156,5) size 22x13
+          RenderMathMLUnderOver {mover} at (0,0) size 22x13
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,10) size 22x3 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (1,0) size 20x6
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x5
</span><span class="cx">                 RenderText {#text} at (0,-39) size 12x80
</span><span class="cx">                   text run at (0,-39) width 12: &quot;\x{21BD}&quot;
</span><del>-        RenderText {#text} at (192,4) size 4x17
-          text run at (192,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (196,3) size 24x15 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 22x15
</del><ins>+        RenderText {#text} at (178,4) size 4x17
+          text run at (178,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (182,3) size 22x15
+          RenderMathMLUnderOver {mover} at (0,0) size 22x15
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,12) size 22x3 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (1,0) size 20x8
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{21C0}&quot;
</span><del>-        RenderText {#text} at (220,4) size 4x17
-          text run at (220,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (224,2) size 24x16 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 22x16
</del><ins>+        RenderText {#text} at (204,4) size 4x17
+          text run at (204,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (208,2) size 22x16
+          RenderMathMLUnderOver {mover} at (0,0) size 22x16
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,13) size 22x3 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (1,0) size 20x9
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{21D0}&quot;
</span><del>-        RenderText {#text} at (248,4) size 4x17
-          text run at (248,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (252,2) size 24x16 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 22x16
</del><ins>+        RenderText {#text} at (230,4) size 4x17
+          text run at (230,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (234,2) size 22x16
+          RenderMathMLUnderOver {mover} at (0,0) size 22x16
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,13) size 22x3 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (1,0) size 20x9
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{21D2}&quot;
</span><del>-        RenderText {#text} at (276,4) size 4x17
-          text run at (276,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (280,2) size 24x16 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 22x16
</del><ins>+        RenderText {#text} at (256,4) size 4x17
+          text run at (256,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (260,2) size 22x16
+          RenderMathMLUnderOver {mover} at (0,0) size 22x16
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,13) size 22x3 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (1,0) size 20x9
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{21D4}&quot;
</span><del>-        RenderText {#text} at (304,4) size 4x17
-          text run at (304,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (308,0) size 24x18 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 22x18
</del><ins>+        RenderText {#text} at (282,4) size 4x17
+          text run at (282,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (286,0) size 22x18
+          RenderMathMLUnderOver {mover} at (0,0) size 22x18
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,15) size 22x3 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (1,0) size 20x11
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x10
</span><span class="cx">                 RenderText {#text} at (0,-35) size 12x80
</span><span class="cx">                   text run at (0,-35) width 12: &quot;\x{21DA}&quot;
</span><del>-        RenderText {#text} at (332,4) size 4x17
-          text run at (332,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (336,0) size 24x18 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 22x18
</del><ins>+        RenderText {#text} at (308,4) size 4x17
+          text run at (308,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (312,0) size 22x18
+          RenderMathMLUnderOver {mover} at (0,0) size 22x18
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,15) size 22x3 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (1,0) size 20x11
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x10
</span><span class="cx">                 RenderText {#text} at (0,-35) size 12x80
</span><span class="cx">                   text run at (0,-35) width 12: &quot;\x{21DB}&quot;
</span><del>-        RenderText {#text} at (360,4) size 4x17
-          text run at (360,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (364,7) size 24x11 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 22x11
</del><ins>+        RenderText {#text} at (334,4) size 4x17
+          text run at (334,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (338,7) size 22x11
+          RenderMathMLUnderOver {mover} at (0,0) size 22x11
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,8) size 22x3 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (9,0) size 4x4
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 4x10
</span><span class="cx">                 RenderText {#text} at (0,-34) size 4x80
</span><span class="cx">                   text run at (0,-34) width 4: &quot;\x{23B4}&quot;
</span><del>-        RenderText {#text} at (388,4) size 4x17
-          text run at (388,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (392,7) size 24x11 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 22x11
</del><ins>+        RenderText {#text} at (360,4) size 4x17
+          text run at (360,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (364,7) size 22x11
+          RenderMathMLUnderOver {mover} at (0,0) size 22x11
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,8) size 22x3 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (9,0) size 4x4
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 4x4
</span><span class="cx">                 RenderText {#text} at (0,-43) size 4x80
</span><span class="cx">                   text run at (0,-43) width 4: &quot;\x{23B5}&quot;
</span><del>-        RenderText {#text} at (416,4) size 4x17
-          text run at (416,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (420,6) size 24x12 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 22x12
</del><ins>+        RenderText {#text} at (386,4) size 4x17
+          text run at (386,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (390,6) size 22x12
+          RenderMathMLUnderOver {mover} at (0,0) size 22x12
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,9) size 22x3 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (8,0) size 6x5
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 6x10
</span><span class="cx">                 RenderText {#text} at (0,-34) size 6x80
</span><span class="cx">                   text run at (0,-34) width 6: &quot;\x{23DC}&quot;
</span><del>-        RenderText {#text} at (444,4) size 4x17
-          text run at (444,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (448,5) size 24x13 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 22x13
</del><ins>+        RenderText {#text} at (412,4) size 4x17
+          text run at (412,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (416,5) size 22x13
+          RenderMathMLUnderOver {mover} at (0,0) size 22x13
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,10) size 22x3 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (8,0) size 6x6
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 6x4
</span><span class="cx">                 RenderText {#text} at (0,-43) size 6x80
</span><span class="cx">                   text run at (0,-43) width 6: &quot;\x{23DD}&quot;
</span><del>-        RenderText {#text} at (472,4) size 4x17
-          text run at (472,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (476,6) size 24x12 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 22x12
</del><ins>+        RenderText {#text} at (438,4) size 4x17
+          text run at (438,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (442,6) size 22x12
+          RenderMathMLUnderOver {mover} at (0,0) size 22x12
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,9) size 22x3 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (8,0) size 6x5
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 6x11
</span><span class="cx">                 RenderText {#text} at (0,-33) size 6x80
</span><span class="cx">                   text run at (0,-33) width 6: &quot;\x{23DE}&quot;
</span><del>-        RenderText {#text} at (500,4) size 4x17
-          text run at (500,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (504,5) size 24x13 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 22x13
</del><ins>+        RenderText {#text} at (464,4) size 4x17
+          text run at (464,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (468,5) size 22x13
+          RenderMathMLUnderOver {mover} at (0,0) size 22x13
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,10) size 22x3 [bgcolor=#0000FF]
</span><span class="cx">             RenderMathMLOperator {mo} at (8,0) size 6x6
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 6x5
</span><span class="lines">@@ -175,125 +175,125 @@
</span><span class="cx">                   text run at (0,-43) width 6: &quot;\x{23DF}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,37) size 784x43
</span><del>-        RenderMathMLMath {math} at (0,2) size 52x16 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 50x16
</del><ins>+        RenderMathMLMath {math} at (0,2) size 50x16
+          RenderMathMLUnderOver {mover} at (0,0) size 50x16
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,13) size 50x3 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (15,0) size 20x9
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{2190}&quot;
</span><del>-        RenderText {#text} at (52,4) size 4x17
-          text run at (52,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (56,2) size 52x16 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 50x16
</del><ins>+        RenderText {#text} at (50,4) size 4x17
+          text run at (50,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (54,2) size 50x16
+          RenderMathMLUnderOver {mover} at (0,0) size 50x16
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,13) size 50x3 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (15,0) size 20x9
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{2192}&quot;
</span><del>-        RenderText {#text} at (108,4) size 4x17
-          text run at (108,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (112,2) size 52x16 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 50x16
</del><ins>+        RenderText {#text} at (104,4) size 4x17
+          text run at (104,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (108,2) size 50x16
+          RenderMathMLUnderOver {mover} at (0,0) size 50x16
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,13) size 50x3 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (15,0) size 20x9
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{2194}&quot;
</span><del>-        RenderText {#text} at (164,4) size 4x17
-          text run at (164,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (168,2) size 52x16 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 50x16
</del><ins>+        RenderText {#text} at (158,4) size 4x17
+          text run at (158,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (162,2) size 50x16
+          RenderMathMLUnderOver {mover} at (0,0) size 50x16
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,13) size 50x3 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (15,0) size 20x9
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{21A4}&quot;
</span><del>-        RenderText {#text} at (220,4) size 4x17
-          text run at (220,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (224,2) size 52x16 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 50x16
</del><ins>+        RenderText {#text} at (212,4) size 4x17
+          text run at (212,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (216,2) size 50x16
+          RenderMathMLUnderOver {mover} at (0,0) size 50x16
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,13) size 50x3 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (15,0) size 20x9
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{21A6}&quot;
</span><del>-        RenderText {#text} at (276,4) size 4x17
-          text run at (276,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (280,3) size 52x15 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 50x15
</del><ins>+        RenderText {#text} at (266,4) size 4x17
+          text run at (266,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (270,3) size 50x15
+          RenderMathMLUnderOver {mover} at (0,0) size 50x15
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,12) size 50x3 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (15,0) size 20x8
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{21BC}&quot;
</span><del>-        RenderText {#text} at (332,4) size 4x17
-          text run at (332,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (336,5) size 52x13 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 50x13
</del><ins>+        RenderText {#text} at (320,4) size 4x17
+          text run at (320,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (324,5) size 50x13
+          RenderMathMLUnderOver {mover} at (0,0) size 50x13
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,10) size 50x3 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (15,0) size 20x6
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x5
</span><span class="cx">                 RenderText {#text} at (0,-39) size 12x80
</span><span class="cx">                   text run at (0,-39) width 12: &quot;\x{21BD}&quot;
</span><del>-        RenderText {#text} at (388,4) size 4x17
-          text run at (388,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (392,3) size 52x15 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 50x15
</del><ins>+        RenderText {#text} at (374,4) size 4x17
+          text run at (374,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (378,3) size 50x15
+          RenderMathMLUnderOver {mover} at (0,0) size 50x15
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,12) size 50x3 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (15,0) size 20x8
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{21C0}&quot;
</span><del>-        RenderText {#text} at (444,4) size 4x17
-          text run at (444,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (448,2) size 52x16 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 50x16
</del><ins>+        RenderText {#text} at (428,4) size 4x17
+          text run at (428,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (432,2) size 50x16
+          RenderMathMLUnderOver {mover} at (0,0) size 50x16
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,13) size 50x3 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (15,0) size 20x9
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{21D0}&quot;
</span><del>-        RenderText {#text} at (500,4) size 4x17
-          text run at (500,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (504,2) size 52x16 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 50x16
</del><ins>+        RenderText {#text} at (482,4) size 4x17
+          text run at (482,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (486,2) size 50x16
+          RenderMathMLUnderOver {mover} at (0,0) size 50x16
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,13) size 50x3 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (15,0) size 20x9
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{21D2}&quot;
</span><del>-        RenderText {#text} at (556,4) size 4x17
-          text run at (556,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (560,2) size 52x16 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 50x16
</del><ins>+        RenderText {#text} at (536,4) size 4x17
+          text run at (536,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (540,2) size 50x16
+          RenderMathMLUnderOver {mover} at (0,0) size 50x16
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,13) size 50x3 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (15,0) size 20x9
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{21D4}&quot;
</span><del>-        RenderText {#text} at (612,4) size 4x17
-          text run at (612,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (616,0) size 52x18 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 50x18
</del><ins>+        RenderText {#text} at (590,4) size 4x17
+          text run at (590,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (594,0) size 50x18
+          RenderMathMLUnderOver {mover} at (0,0) size 50x18
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,15) size 50x3 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (15,0) size 20x11
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x10
</span><span class="cx">                 RenderText {#text} at (0,-35) size 12x80
</span><span class="cx">                   text run at (0,-35) width 12: &quot;\x{21DA}&quot;
</span><del>-        RenderText {#text} at (668,4) size 4x17
-          text run at (668,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (672,0) size 52x18 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 50x18
</del><ins>+        RenderText {#text} at (644,4) size 4x17
+          text run at (644,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (648,0) size 50x18
+          RenderMathMLUnderOver {mover} at (0,0) size 50x18
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,15) size 50x3 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (15,0) size 20x11
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x10
</span><span class="cx">                 RenderText {#text} at (0,-35) size 12x80
</span><span class="cx">                   text run at (0,-35) width 12: &quot;\x{21DB}&quot;
</span><del>-        RenderText {#text} at (724,4) size 4x17
-          text run at (724,4) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (728,0) size 52x18 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 50x18
</del><ins>+        RenderText {#text} at (698,4) size 4x17
+          text run at (698,4) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (702,0) size 50x18
+          RenderMathMLUnderOver {mover} at (0,0) size 50x18
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,15) size 50x3 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (23,0) size 4x11
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 4x10
</span><span class="lines">@@ -300,44 +300,44 @@
</span><span class="cx">                 RenderText {#text} at (0,-34) size 4x80
</span><span class="cx">                   text run at (0,-34) width 4: &quot;\x{23B4}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-        RenderMathMLMath {math} at (0,27) size 52x13 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 50x13
</del><ins>+        RenderMathMLMath {math} at (0,27) size 50x13
+          RenderMathMLUnderOver {mover} at (0,0) size 50x13
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,10) size 50x3 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (23,0) size 4x6
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 4x4
</span><span class="cx">                 RenderText {#text} at (0,-43) size 4x80
</span><span class="cx">                   text run at (0,-43) width 4: &quot;\x{23B5}&quot;
</span><del>-        RenderText {#text} at (52,26) size 4x17
-          text run at (52,26) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (56,22) size 52x18 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 50x18
</del><ins>+        RenderText {#text} at (50,26) size 4x17
+          text run at (50,26) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (54,22) size 50x18
+          RenderMathMLUnderOver {mover} at (0,0) size 50x18
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,15) size 50x3 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (22,0) size 6x11
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 6x10
</span><span class="cx">                 RenderText {#text} at (0,-34) size 6x80
</span><span class="cx">                   text run at (0,-34) width 6: &quot;\x{23DC}&quot;
</span><del>-        RenderText {#text} at (108,26) size 4x17
-          text run at (108,26) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (112,27) size 52x13 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 50x13
</del><ins>+        RenderText {#text} at (104,26) size 4x17
+          text run at (104,26) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (108,27) size 50x13
+          RenderMathMLUnderOver {mover} at (0,0) size 50x13
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,10) size 50x3 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (22,0) size 6x6
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 6x4
</span><span class="cx">                 RenderText {#text} at (0,-43) size 6x80
</span><span class="cx">                   text run at (0,-43) width 6: &quot;\x{23DD}&quot;
</span><del>-        RenderText {#text} at (164,26) size 4x17
-          text run at (164,26) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (168,21) size 52x19 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 50x19
</del><ins>+        RenderText {#text} at (158,26) size 4x17
+          text run at (158,26) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (162,21) size 50x19
+          RenderMathMLUnderOver {mover} at (0,0) size 50x19
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,16) size 50x3 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (22,0) size 6x12
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 6x11
</span><span class="cx">                 RenderText {#text} at (0,-33) size 6x80
</span><span class="cx">                   text run at (0,-33) width 6: &quot;\x{23DE}&quot;
</span><del>-        RenderText {#text} at (220,26) size 4x17
-          text run at (220,26) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (224,26) size 52x14 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 50x14
</del><ins>+        RenderText {#text} at (212,26) size 4x17
+          text run at (212,26) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (216,26) size 50x14
+          RenderMathMLUnderOver {mover} at (0,0) size 50x14
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,11) size 50x3 [bgcolor=#008000]
</span><span class="cx">             RenderMathMLOperator {mo} at (22,0) size 6x7
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 6x5
</span><span class="lines">@@ -345,62 +345,62 @@
</span><span class="cx">                   text run at (0,-43) width 6: &quot;\x{23DF}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,96) size 784x62
</span><del>-        RenderMathMLMath {math} at (0,0) size 102x16 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 100x16
</del><ins>+        RenderMathMLMath {math} at (0,0) size 100x16
+          RenderMathMLUnderOver {mover} at (0,0) size 100x16
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,13) size 100x3 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (40,0) size 20x9
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{2190}&quot;
</span><del>-        RenderText {#text} at (102,2) size 4x17
-          text run at (102,2) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (106,0) size 102x16 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 100x16
</del><ins>+        RenderText {#text} at (100,2) size 4x17
+          text run at (100,2) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (104,0) size 100x16
+          RenderMathMLUnderOver {mover} at (0,0) size 100x16
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,13) size 100x3 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (40,0) size 20x9
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{2192}&quot;
</span><del>-        RenderText {#text} at (208,2) size 4x17
-          text run at (208,2) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (212,0) size 102x16 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 100x16
</del><ins>+        RenderText {#text} at (204,2) size 4x17
+          text run at (204,2) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (208,0) size 100x16
+          RenderMathMLUnderOver {mover} at (0,0) size 100x16
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,13) size 100x3 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (40,0) size 20x9
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{2194}&quot;
</span><del>-        RenderText {#text} at (314,2) size 4x17
-          text run at (314,2) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (318,0) size 102x16 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 100x16
</del><ins>+        RenderText {#text} at (308,2) size 4x17
+          text run at (308,2) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (312,0) size 100x16
+          RenderMathMLUnderOver {mover} at (0,0) size 100x16
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,13) size 100x3 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (40,0) size 20x9
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{21A4}&quot;
</span><del>-        RenderText {#text} at (420,2) size 4x17
-          text run at (420,2) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (424,0) size 102x16 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 100x16
</del><ins>+        RenderText {#text} at (412,2) size 4x17
+          text run at (412,2) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (416,0) size 100x16
+          RenderMathMLUnderOver {mover} at (0,0) size 100x16
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,13) size 100x3 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (40,0) size 20x9
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{21A6}&quot;
</span><del>-        RenderText {#text} at (526,2) size 4x17
-          text run at (526,2) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (530,1) size 102x15 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 100x15
</del><ins>+        RenderText {#text} at (516,2) size 4x17
+          text run at (516,2) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (520,1) size 100x15
+          RenderMathMLUnderOver {mover} at (0,0) size 100x15
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,12) size 100x3 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (40,0) size 20x8
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{21BC}&quot;
</span><del>-        RenderText {#text} at (632,2) size 4x17
-          text run at (632,2) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (636,3) size 102x13 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 100x13
</del><ins>+        RenderText {#text} at (620,2) size 4x17
+          text run at (620,2) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (624,3) size 100x13
+          RenderMathMLUnderOver {mover} at (0,0) size 100x13
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,10) size 100x3 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (40,0) size 20x6
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x5
</span><span class="lines">@@ -407,62 +407,62 @@
</span><span class="cx">                 RenderText {#text} at (0,-39) size 12x80
</span><span class="cx">                   text run at (0,-39) width 12: &quot;\x{21BD}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-        RenderMathMLMath {math} at (0,22) size 102x15 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 100x15
</del><ins>+        RenderMathMLMath {math} at (0,22) size 100x15
+          RenderMathMLUnderOver {mover} at (0,0) size 100x15
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,12) size 100x3 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (40,0) size 20x8
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{21C0}&quot;
</span><del>-        RenderText {#text} at (102,23) size 4x17
-          text run at (102,23) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (106,21) size 102x16 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 100x16
</del><ins>+        RenderText {#text} at (100,23) size 4x17
+          text run at (100,23) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (104,21) size 100x16
+          RenderMathMLUnderOver {mover} at (0,0) size 100x16
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,13) size 100x3 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (40,0) size 20x9
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{21D0}&quot;
</span><del>-        RenderText {#text} at (208,23) size 4x17
-          text run at (208,23) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (212,21) size 102x16 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 100x16
</del><ins>+        RenderText {#text} at (204,23) size 4x17
+          text run at (204,23) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (208,21) size 100x16
+          RenderMathMLUnderOver {mover} at (0,0) size 100x16
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,13) size 100x3 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (40,0) size 20x9
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{21D2}&quot;
</span><del>-        RenderText {#text} at (314,23) size 4x17
-          text run at (314,23) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (318,21) size 102x16 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 100x16
</del><ins>+        RenderText {#text} at (308,23) size 4x17
+          text run at (308,23) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (312,21) size 100x16
+          RenderMathMLUnderOver {mover} at (0,0) size 100x16
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,13) size 100x3 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (40,0) size 20x9
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x8
</span><span class="cx">                 RenderText {#text} at (0,-36) size 12x80
</span><span class="cx">                   text run at (0,-36) width 12: &quot;\x{21D4}&quot;
</span><del>-        RenderText {#text} at (420,23) size 4x17
-          text run at (420,23) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (424,19) size 102x18 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 100x18
</del><ins>+        RenderText {#text} at (412,23) size 4x17
+          text run at (412,23) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (416,19) size 100x18
+          RenderMathMLUnderOver {mover} at (0,0) size 100x18
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,15) size 100x3 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (40,0) size 20x11
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x10
</span><span class="cx">                 RenderText {#text} at (0,-35) size 12x80
</span><span class="cx">                   text run at (0,-35) width 12: &quot;\x{21DA}&quot;
</span><del>-        RenderText {#text} at (526,23) size 4x17
-          text run at (526,23) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (530,19) size 102x18 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 100x18
</del><ins>+        RenderText {#text} at (516,23) size 4x17
+          text run at (516,23) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (520,19) size 100x18
+          RenderMathMLUnderOver {mover} at (0,0) size 100x18
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,15) size 100x3 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (40,0) size 20x11
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 12x10
</span><span class="cx">                 RenderText {#text} at (0,-35) size 12x80
</span><span class="cx">                   text run at (0,-35) width 12: &quot;\x{21DB}&quot;
</span><del>-        RenderText {#text} at (632,23) size 4x17
-          text run at (632,23) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (636,19) size 102x18 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 100x18
</del><ins>+        RenderText {#text} at (620,23) size 4x17
+          text run at (620,23) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (624,19) size 100x18
+          RenderMathMLUnderOver {mover} at (0,0) size 100x18
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,15) size 100x3 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (48,0) size 4x11
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 4x10
</span><span class="lines">@@ -469,44 +469,44 @@
</span><span class="cx">                 RenderText {#text} at (0,-34) size 4x80
</span><span class="cx">                   text run at (0,-34) width 4: &quot;\x{23B4}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-        RenderMathMLMath {math} at (0,46) size 102x13 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 100x13
</del><ins>+        RenderMathMLMath {math} at (0,46) size 100x13
+          RenderMathMLUnderOver {mover} at (0,0) size 100x13
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,10) size 100x3 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (48,0) size 4x6
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 4x4
</span><span class="cx">                 RenderText {#text} at (0,-43) size 4x80
</span><span class="cx">                   text run at (0,-43) width 4: &quot;\x{23B5}&quot;
</span><del>-        RenderText {#text} at (102,45) size 4x17
-          text run at (102,45) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (106,41) size 102x18 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 100x18
</del><ins>+        RenderText {#text} at (100,45) size 4x17
+          text run at (100,45) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (104,41) size 100x18
+          RenderMathMLUnderOver {mover} at (0,0) size 100x18
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,15) size 100x3 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (47,0) size 6x11
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 6x10
</span><span class="cx">                 RenderText {#text} at (0,-34) size 6x80
</span><span class="cx">                   text run at (0,-34) width 6: &quot;\x{23DC}&quot;
</span><del>-        RenderText {#text} at (208,45) size 4x17
-          text run at (208,45) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (212,46) size 102x13 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 100x13
</del><ins>+        RenderText {#text} at (204,45) size 4x17
+          text run at (204,45) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (208,46) size 100x13
+          RenderMathMLUnderOver {mover} at (0,0) size 100x13
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,10) size 100x3 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (47,0) size 6x6
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 6x4
</span><span class="cx">                 RenderText {#text} at (0,-43) size 6x80
</span><span class="cx">                   text run at (0,-43) width 6: &quot;\x{23DD}&quot;
</span><del>-        RenderText {#text} at (314,45) size 4x17
-          text run at (314,45) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (318,40) size 102x19 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 100x19
</del><ins>+        RenderText {#text} at (308,45) size 4x17
+          text run at (308,45) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (312,40) size 100x19
+          RenderMathMLUnderOver {mover} at (0,0) size 100x19
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,16) size 100x3 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (47,0) size 6x12
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 6x11
</span><span class="cx">                 RenderText {#text} at (0,-33) size 6x80
</span><span class="cx">                   text run at (0,-33) width 6: &quot;\x{23DE}&quot;
</span><del>-        RenderText {#text} at (420,45) size 4x17
-          text run at (420,45) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (424,45) size 102x14 [padding: 0 1 0 1]
-          RenderMathMLUnderOver {mover} at (1,0) size 100x14
</del><ins>+        RenderText {#text} at (412,45) size 4x17
+          text run at (412,45) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (416,45) size 100x14
+          RenderMathMLUnderOver {mover} at (0,0) size 100x14
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,11) size 100x3 [bgcolor=#FF0000]
</span><span class="cx">             RenderMathMLOperator {mo} at (47,0) size 6x7
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 6x5
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlopentypehorizontalmunderoverexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/opentype/horizontal-munderover-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlopentypehorizontalmunderoverexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/opentype/horizontal-munderover-expected.txt (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/mathml/opentype/horizontal-munderover-expected.txt        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/platform/gtk/mathml/opentype/horizontal-munderover-expected.txt        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -4,8 +4,8 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x70
</span><span class="cx">     RenderBody {BODY} at (8,16) size 784x38
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x38
</span><del>-        RenderMathMLMath {math} at (0,8) size 50x19 [padding: 0 1 0 1]
-          RenderMathMLRow {mstyle} at (1,0) size 48x19
</del><ins>+        RenderMathMLMath {math} at (0,8) size 48x19
+          RenderMathMLRow {mstyle} at (0,0) size 48x19
</ins><span class="cx">             RenderMathMLUnderOver {mover} at (0,0) size 48x12
</span><span class="cx">               RenderMathMLOperator {mo} at (20,5) size 8x7
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 8x14
</span><span class="lines">@@ -12,10 +12,10 @@
</span><span class="cx">                   RenderText {#text} at (0,-44) size 8x106
</span><span class="cx">                     text run at (0,-44) width 8: &quot;\x{23DE}&quot;
</span><span class="cx">               RenderMathMLSpace {mspace} at (0,0) size 48x2 [bgcolor=#FF0000]
</span><del>-        RenderText {#text} at (50,13) size 4x17
-          text run at (50,13) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (54,8) size 66x19 [padding: 0 1 0 1]
-          RenderMathMLRow {mstyle} at (1,0) size 64x19
</del><ins>+        RenderText {#text} at (48,13) size 4x17
+          text run at (48,13) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (52,8) size 64x19
+          RenderMathMLRow {mstyle} at (0,0) size 64x19
</ins><span class="cx">             RenderMathMLUnderOver {mover} at (0,0) size 64x19
</span><span class="cx">               RenderMathMLSpace {mspace} at (0,16) size 64x3 [bgcolor=#FF0000]
</span><span class="cx">               RenderMathMLOperator {mo} at (29,0) size 6x12
</span><span class="lines">@@ -22,10 +22,10 @@
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 6x11
</span><span class="cx">                   RenderText {#text} at (0,-33) size 6x80
</span><span class="cx">                     text run at (0,-33) width 6: &quot;\x{23DE}&quot;
</span><del>-        RenderText {#text} at (120,13) size 4x17
-          text run at (120,13) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (124,13) size 50x16 [padding: 0 1 0 1]
-          RenderMathMLRow {mstyle} at (1,0) size 48x16
</del><ins>+        RenderText {#text} at (116,13) size 4x17
+          text run at (116,13) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (120,13) size 48x16
+          RenderMathMLRow {mstyle} at (0,0) size 48x16
</ins><span class="cx">             RenderMathMLUnderOver {munder} at (0,0) size 48x16
</span><span class="cx">               RenderMathMLOperator {mo} at (20,0) size 8x6
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 8x14
</span><span class="lines">@@ -32,10 +32,10 @@
</span><span class="cx">                   RenderText {#text} at (0,-44) size 8x106
</span><span class="cx">                     text run at (0,-44) width 8: &quot;\x{23DE}&quot;
</span><span class="cx">               RenderMathMLSpace {mspace} at (0,13) size 48x3 [bgcolor=#FF0000]
</span><del>-        RenderText {#text} at (174,13) size 4x17
-          text run at (174,13) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (178,8) size 66x31 [padding: 0 1 0 1]
-          RenderMathMLRow {mstyle} at (1,0) size 64x31
</del><ins>+        RenderText {#text} at (168,13) size 4x17
+          text run at (168,13) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (172,8) size 64x31
+          RenderMathMLRow {mstyle} at (0,0) size 64x31
</ins><span class="cx">             RenderMathMLUnderOver {munderover} at (0,0) size 64x31
</span><span class="cx">               RenderMathMLSpace {mspace} at (0,16) size 64x3 [bgcolor=#FF0000]
</span><span class="cx">               RenderMathMLOperator {mo} at (29,18) size 6x12
</span><span class="lines">@@ -46,10 +46,10 @@
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 6x11
</span><span class="cx">                   RenderText {#text} at (0,-33) size 6x80
</span><span class="cx">                     text run at (0,-33) width 6: &quot;\x{23DE}&quot;
</span><del>-        RenderText {#text} at (244,13) size 4x17
-          text run at (244,13) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (248,0) size 50x29 [padding: 0 1 0 1]
-          RenderMathMLRow {mstyle} at (1,0) size 48x29
</del><ins>+        RenderText {#text} at (236,13) size 4x17
+          text run at (236,13) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (240,0) size 48x29
+          RenderMathMLRow {mstyle} at (0,0) size 48x29
</ins><span class="cx">             RenderMathMLUnderOver {munderover} at (0,0) size 48x29
</span><span class="cx">               RenderMathMLOperator {mo} at (20,12) size 8x7
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 8x14
</span><span class="lines">@@ -60,10 +60,10 @@
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 6x11
</span><span class="cx">                   RenderText {#text} at (0,-33) size 6x80
</span><span class="cx">                     text run at (0,-33) width 6: &quot;\x{23DE}&quot;
</span><del>-        RenderText {#text} at (298,13) size 4x17
-          text run at (298,13) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (302,8) size 50x20 [padding: 0 1 0 1]
-          RenderMathMLRow {mstyle} at (1,0) size 48x20
</del><ins>+        RenderText {#text} at (288,13) size 4x17
+          text run at (288,13) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (292,8) size 48x20
+          RenderMathMLRow {mstyle} at (0,0) size 48x20
</ins><span class="cx">             RenderMathMLUnderOver {munderover} at (0,0) size 48x20
</span><span class="cx">               RenderMathMLOperator {mo} at (20,5) size 8x7
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 8x14
</span><span class="lines">@@ -74,10 +74,10 @@
</span><span class="cx">                   RenderText {#text} at (0,-33) size 6x80
</span><span class="cx">                     text run at (0,-33) width 6: &quot;\x{23DE}&quot;
</span><span class="cx">               RenderMathMLSpace {mspace} at (0,0) size 48x2 [bgcolor=#FF0000]
</span><del>-        RenderText {#text} at (352,13) size 4x17
-          text run at (352,13) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (356,8) size 50x20 [padding: 0 1 0 1]
-          RenderMathMLRow {mstyle} at (1,0) size 48x20
</del><ins>+        RenderText {#text} at (340,13) size 4x17
+          text run at (340,13) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (344,8) size 48x20
+          RenderMathMLRow {mstyle} at (0,0) size 48x20
</ins><span class="cx">             RenderMathMLUnderOver {munder} at (0,0) size 48x20
</span><span class="cx">               RenderMathMLUnderOver {mover} at (0,0) size 48x12
</span><span class="cx">                 RenderMathMLOperator {mo} at (20,5) size 8x7
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlopentypelargeoperatorsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/opentype/large-operators-expected.txt (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/mathml/opentype/large-operators-expected.txt        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/platform/gtk/mathml/opentype/large-operators-expected.txt        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -1,9 +1,9 @@
</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 800x60
-  RenderBlock {HTML} at (0,0) size 800x60
</del><ins>+layer at (0,0) size 800x52
+  RenderBlock {HTML} at (0,0) size 800x52
</ins><span class="cx">     RenderBody {BODY} at (8,8) size 784x36
</span><del>-      RenderMathMLMath {math} at (0,0) size 784x36 [padding: 0 1 0 1]
</del><ins>+      RenderMathMLMath {math} at (0,0) size 784x36
</ins><span class="cx">         RenderMathMLOperator {mo} at (199,6) size 27x24
</span><span class="cx">           RenderBlock (anonymous) at (0,0) size 17x16
</span><span class="cx">             RenderText {#text} at (0,-45) size 17x106
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlopentypeopentypestretchyexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/opentype/opentype-stretchy-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlopentypeopentypestretchyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/opentype/opentype-stretchy-expected.txt (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/mathml/opentype/opentype-stretchy-expected.txt        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/platform/gtk/mathml/opentype/opentype-stretchy-expected.txt        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -4,24 +4,24 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x347
</span><span class="cx">     RenderBody {BODY} at (8,16) size 784x315
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x34
</span><del>-        RenderMathMLMath {math} at (0,20) size 28x11 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 26x11
</del><ins>+        RenderMathMLMath {math} at (0,20) size 26x11
+          RenderMathMLRow {mrow} at (0,0) size 26x11
</ins><span class="cx">             RenderMathMLOperator {mo} at (0,0) size 26x11
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 2x3
</span><span class="cx">                 RenderText {#text} at (0,-3) size 2x0
</span><span class="cx">                   text run at (0,-3) width 2: &quot;\x{219F}&quot;
</span><del>-        RenderText {#text} at (27,17) size 5x17
-          text run at (27,17) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (31,10) size 29x21 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 26x21
</del><ins>+        RenderText {#text} at (25,17) size 5x17
+          text run at (25,17) width 5: &quot; &quot;
+        RenderMathMLMath {math} at (29,10) size 27x21
+          RenderMathMLRow {mrow} at (0,0) size 26x21
</ins><span class="cx">             RenderMathMLOperator {mo} at (0,0) size 26x21
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 2x3
</span><span class="cx">                 RenderText {#text} at (0,-3) size 2x0
</span><span class="cx">                   text run at (0,-3) width 2: &quot;\x{219F}&quot;
</span><del>-        RenderText {#text} at (59,17) size 5x17
-          text run at (59,17) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (63,0) size 28x31 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 26x31
</del><ins>+        RenderText {#text} at (55,17) size 5x17
+          text run at (55,17) width 5: &quot; &quot;
+        RenderMathMLMath {math} at (59,0) size 26x31
+          RenderMathMLRow {mrow} at (0,0) size 26x31
</ins><span class="cx">             RenderMathMLOperator {mo} at (0,0) size 26x31
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 2x3
</span><span class="cx">                 RenderText {#text} at (0,-3) size 2x0
</span><span class="lines">@@ -28,8 +28,8 @@
</span><span class="cx">                   text run at (0,-3) width 2: &quot;\x{219F}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,50) size 784x153
</span><del>-        RenderMathMLMath {math} at (0,0) size 49x150 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 47x150
</del><ins>+        RenderMathMLMath {math} at (0,0) size 47x150
+          RenderMathMLRow {mrow} at (0,0) size 47x150
</ins><span class="cx">             RenderMathMLOperator {mo} at (0,0) size 47x150
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 2x3
</span><span class="cx">                 RenderText {#text} at (0,-3) size 2x0
</span><span class="lines">@@ -36,8 +36,8 @@
</span><span class="cx">                   text run at (0,-3) width 2: &quot;\x{219F}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,219) size 784x96
</span><del>-        RenderMathMLMath {math} at (0,0) size 96x93 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 94x93
</del><ins>+        RenderMathMLMath {math} at (0,0) size 94x93
+          RenderMathMLRow {mrow} at (0,0) size 94x93
</ins><span class="cx">             RenderMathMLOperator {mo} at (0,0) size 94x93
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 10x12
</span><span class="cx">                 RenderText {#text} at (0,6) size 10x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlopentypeopentypestretchyhorizontalexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/opentype/opentype-stretchy-horizontal-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlopentypeopentypestretchyhorizontalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/opentype/opentype-stretchy-horizontal-expected.txt (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/mathml/opentype/opentype-stretchy-horizontal-expected.txt        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/platform/gtk/mathml/opentype/opentype-stretchy-horizontal-expected.txt        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -4,8 +4,8 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x157
</span><span class="cx">     RenderBody {BODY} at (8,16) size 784x125
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x25
</span><del>-        RenderMathMLMath {math} at (0,2) size 10x23 [padding: 0 1 0 1]
-          RenderMathMLRow {mstyle} at (1,0) size 8x23
</del><ins>+        RenderMathMLMath {math} at (0,2) size 8x23
+          RenderMathMLRow {mstyle} at (0,0) size 8x23
</ins><span class="cx">             RenderMathMLUnderOver {mover} at (0,0) size 8x23
</span><span class="cx">               RenderMathMLOperator {mo} at (0,1) size 8x22
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 1x4
</span><span class="lines">@@ -14,8 +14,8 @@
</span><span class="cx">               RenderMathMLSpace {mspace} at (0,0) size 8x1
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,41) size 784x25
</span><del>-        RenderMathMLMath {math} at (0,2) size 17x23 [padding: 0 1 0 1]
-          RenderMathMLRow {mstyle} at (1,0) size 15x23
</del><ins>+        RenderMathMLMath {math} at (0,2) size 15x23
+          RenderMathMLRow {mstyle} at (0,0) size 15x23
</ins><span class="cx">             RenderMathMLUnderOver {mover} at (0,0) size 15x23
</span><span class="cx">               RenderMathMLOperator {mo} at (4,1) size 7x22
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 1x4
</span><span class="lines">@@ -24,8 +24,8 @@
</span><span class="cx">               RenderMathMLSpace {mspace} at (0,0) size 15x1
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,82) size 784x43
</span><del>-        RenderMathMLMath {math} at (0,0) size 152x43 [padding: 0 1 0 1]
-          RenderMathMLRow {mstyle} at (1,0) size 150x43
</del><ins>+        RenderMathMLMath {math} at (0,0) size 150x43
+          RenderMathMLRow {mstyle} at (0,0) size 150x43
</ins><span class="cx">             RenderMathMLUnderOver {mover} at (0,0) size 150x43
</span><span class="cx">               RenderMathMLOperator {mo} at (71,1) size 8x42
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 1x4
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlopentypeverticalexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/opentype/vertical-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlopentypeverticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/opentype/vertical-expected.txt (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/mathml/opentype/vertical-expected.txt        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/platform/gtk/mathml/opentype/vertical-expected.txt        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -4,478 +4,478 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x358
</span><span class="cx">     RenderBody {BODY} at (8,16) size 784x326
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><del>-        RenderMathMLMath {math} at (0,2) size 100x16 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (1,0) size 4x16
</del><ins>+        RenderMathMLMath {math} at (0,2) size 98x16
+          RenderMathMLOperator {mo} at (0,0) size 4x16
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 4x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 4x106
</span><span class="cx">                 text run at (0,-45) width 4: &quot;[&quot;
</span><del>-          RenderMathMLOperator {mo} at (5,0) size 4x16
</del><ins>+          RenderMathMLOperator {mo} at (4,0) size 4x16
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 4x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 4x106
</span><span class="cx">                 text run at (0,-45) width 4: &quot;]&quot;
</span><del>-          RenderMathMLOperator {mo} at (9,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (8,0) size 8x16
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 8x106
</span><span class="cx">                 text run at (0,-45) width 8: &quot;{&quot;
</span><del>-          RenderMathMLOperator {mo} at (17,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (16,0) size 8x16
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 8x106
</span><span class="cx">                 text run at (0,-45) width 8: &quot;}&quot;
</span><del>-          RenderMathMLOperator {mo} at (25,0) size 6x16
</del><ins>+          RenderMathMLOperator {mo} at (24,0) size 6x16
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 6x106
</span><span class="cx">                 text run at (0,-45) width 6: &quot;(&quot;
</span><del>-          RenderMathMLOperator {mo} at (31,0) size 6x16
</del><ins>+          RenderMathMLOperator {mo} at (30,0) size 6x16
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 6x106
</span><span class="cx">                 text run at (0,-45) width 6: &quot;)&quot;
</span><del>-          RenderMathMLOperator {mo} at (37,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (36,0) size 8x16
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 4x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 4x106
</span><span class="cx">                 text run at (0,-45) width 4: &quot;|&quot;
</span><del>-          RenderMathMLOperator {mo} at (44,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (43,0) size 8x16
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{2308}&quot;
</span><del>-          RenderMathMLOperator {mo} at (51,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (50,0) size 8x16
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{2309}&quot;
</span><del>-          RenderMathMLOperator {mo} at (58,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (57,0) size 8x16
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{230A}&quot;
</span><del>-          RenderMathMLOperator {mo} at (65,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (64,0) size 8x16
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{230B}&quot;
</span><del>-          RenderMathMLOperator {mo} at (72,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (71,0) size 8x16
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{27E6}&quot;
</span><del>-          RenderMathMLOperator {mo} at (79,0) size 8x16
</del><ins>+          RenderMathMLOperator {mo} at (78,0) size 8x16
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{27E7}&quot;
</span><del>-          RenderMathMLOperator {mo} at (86,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (85,0) size 7x16
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 6x106
</span><span class="cx">                 text run at (0,-45) width 6: &quot;\x{27E8}&quot;
</span><del>-          RenderMathMLOperator {mo} at (92,0) size 7x16
</del><ins>+          RenderMathMLOperator {mo} at (91,0) size 7x16
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 6x106
</span><span class="cx">                 text run at (0,-45) width 6: &quot;\x{27E9}&quot;
</span><del>-          RenderMathMLSpace {mspace} at (98,4) size 0x8
</del><ins>+          RenderMathMLSpace {mspace} at (97,4) size 0x8
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,34) size 784x24
</span><del>-        RenderMathMLMath {math} at (0,0) size 128x24 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (1,0) size 7x24
</del><ins>+        RenderMathMLMath {math} at (0,0) size 126x24
+          RenderMathMLOperator {mo} at (0,0) size 7x24
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 4x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 4x106
</span><span class="cx">                 text run at (0,-45) width 4: &quot;[&quot;
</span><del>-          RenderMathMLOperator {mo} at (8,0) size 7x24
</del><ins>+          RenderMathMLOperator {mo} at (7,0) size 7x24
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 4x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 4x106
</span><span class="cx">                 text run at (0,-45) width 4: &quot;]&quot;
</span><del>-          RenderMathMLOperator {mo} at (15,0) size 10x24
</del><ins>+          RenderMathMLOperator {mo} at (14,0) size 10x24
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 8x106
</span><span class="cx">                 text run at (0,-45) width 8: &quot;{&quot;
</span><del>-          RenderMathMLOperator {mo} at (25,0) size 10x24
</del><ins>+          RenderMathMLOperator {mo} at (24,0) size 10x24
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 8x106
</span><span class="cx">                 text run at (0,-45) width 8: &quot;}&quot;
</span><del>-          RenderMathMLOperator {mo} at (35,0) size 8x24
</del><ins>+          RenderMathMLOperator {mo} at (34,0) size 8x24
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 6x106
</span><span class="cx">                 text run at (0,-45) width 6: &quot;(&quot;
</span><del>-          RenderMathMLOperator {mo} at (43,0) size 8x24
</del><ins>+          RenderMathMLOperator {mo} at (42,0) size 8x24
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 6x106
</span><span class="cx">                 text run at (0,-45) width 6: &quot;)&quot;
</span><del>-          RenderMathMLOperator {mo} at (51,0) size 8x24
</del><ins>+          RenderMathMLOperator {mo} at (50,0) size 8x24
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 4x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 4x106
</span><span class="cx">                 text run at (0,-45) width 4: &quot;|&quot;
</span><del>-          RenderMathMLOperator {mo} at (58,0) size 9x24
</del><ins>+          RenderMathMLOperator {mo} at (57,0) size 9x24
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{2308}&quot;
</span><del>-          RenderMathMLOperator {mo} at (66,0) size 9x24
</del><ins>+          RenderMathMLOperator {mo} at (65,0) size 9x24
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{2309}&quot;
</span><del>-          RenderMathMLOperator {mo} at (74,0) size 9x24
</del><ins>+          RenderMathMLOperator {mo} at (73,0) size 9x24
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{230A}&quot;
</span><del>-          RenderMathMLOperator {mo} at (82,0) size 9x24
</del><ins>+          RenderMathMLOperator {mo} at (81,0) size 9x24
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{230B}&quot;
</span><del>-          RenderMathMLOperator {mo} at (90,0) size 10x24
</del><ins>+          RenderMathMLOperator {mo} at (89,0) size 10x24
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{27E6}&quot;
</span><del>-          RenderMathMLOperator {mo} at (99,0) size 10x24
</del><ins>+          RenderMathMLOperator {mo} at (98,0) size 10x24
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{27E7}&quot;
</span><del>-          RenderMathMLOperator {mo} at (108,0) size 10x24
</del><ins>+          RenderMathMLOperator {mo} at (107,0) size 10x24
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 6x106
</span><span class="cx">                 text run at (0,-45) width 6: &quot;\x{27E8}&quot;
</span><del>-          RenderMathMLOperator {mo} at (117,0) size 10x24
</del><ins>+          RenderMathMLOperator {mo} at (116,0) size 10x24
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 6x106
</span><span class="cx">                 text run at (0,-45) width 6: &quot;\x{27E9}&quot;
</span><del>-          RenderMathMLSpace {mspace} at (126,0) size 0x16
-        RenderText {#text} at (127,2) size 5x17
-          text run at (127,2) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (131,0) size 212x23 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (1,1) size 17x22
</del><ins>+          RenderMathMLSpace {mspace} at (125,0) size 0x16
+        RenderText {#text} at (125,2) size 5x17
+          text run at (125,2) width 5: &quot; &quot;
+        RenderMathMLMath {math} at (129,0) size 210x23
+          RenderMathMLOperator {mo} at (0,1) size 17x22
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 8x15
</span><span class="cx">               RenderText {#text} at (0,-46) size 8x106
</span><span class="cx">                 text run at (0,-46) width 8: &quot;\x{2191}&quot;
</span><del>-          RenderMathMLOperator {mo} at (17,1) size 18x22
</del><ins>+          RenderMathMLOperator {mo} at (16,1) size 18x22
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 8x15
</span><span class="cx">               RenderText {#text} at (0,-45) size 8x106
</span><span class="cx">                 text run at (0,-45) width 8: &quot;\x{2193}&quot;
</span><del>-          RenderMathMLOperator {mo} at (34,3) size 18x18
</del><ins>+          RenderMathMLOperator {mo} at (33,3) size 18x18
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 8x18
</span><span class="cx">               RenderText {#text} at (0,-44) size 8x106
</span><span class="cx">                 text run at (0,-44) width 8: &quot;\x{2195}&quot;
</span><del>-          RenderMathMLOperator {mo} at (51,1) size 20x22
</del><ins>+          RenderMathMLOperator {mo} at (50,1) size 20x22
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 10x14
</span><span class="cx">               RenderText {#text} at (0,-46) size 10x106
</span><span class="cx">                 text run at (0,-46) width 10: &quot;\x{21A5}&quot;
</span><del>-          RenderMathMLOperator {mo} at (70,1) size 20x22
</del><ins>+          RenderMathMLOperator {mo} at (69,1) size 20x22
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 10x14
</span><span class="cx">               RenderText {#text} at (0,-46) size 10x106
</span><span class="cx">                 text run at (0,-46) width 10: &quot;\x{21A7}&quot;
</span><del>-          RenderMathMLOperator {mo} at (89,4) size 17x16
</del><ins>+          RenderMathMLOperator {mo} at (88,4) size 17x16
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{21BE}&quot;
</span><del>-          RenderMathMLOperator {mo} at (105,4) size 17x16
</del><ins>+          RenderMathMLOperator {mo} at (104,4) size 17x16
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{21C2}&quot;
</span><del>-          RenderMathMLOperator {mo} at (121,4) size 16x16
</del><ins>+          RenderMathMLOperator {mo} at (120,4) size 16x16
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{21BF}&quot;
</span><del>-          RenderMathMLOperator {mo} at (137,4) size 16x16
</del><ins>+          RenderMathMLOperator {mo} at (136,4) size 16x16
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{21C3}&quot;
</span><del>-          RenderMathMLOperator {mo} at (152,1) size 20x22
</del><ins>+          RenderMathMLOperator {mo} at (151,1) size 20x22
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 10x15
</span><span class="cx">               RenderText {#text} at (0,-46) size 10x106
</span><span class="cx">                 text run at (0,-46) width 10: &quot;\x{21D1}&quot;
</span><del>-          RenderMathMLOperator {mo} at (171,1) size 20x22
</del><ins>+          RenderMathMLOperator {mo} at (170,1) size 20x22
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 10x15
</span><span class="cx">               RenderText {#text} at (0,-45) size 10x106
</span><span class="cx">                 text run at (0,-45) width 10: &quot;\x{21D3}&quot;
</span><del>-          RenderMathMLOperator {mo} at (190,4) size 20x16
</del><ins>+          RenderMathMLOperator {mo} at (189,4) size 20x16
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 10x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 10x106
</span><span class="cx">                 text run at (0,-45) width 10: &quot;\x{21D5}&quot;
</span><del>-          RenderMathMLSpace {mspace} at (209,0) size 0x16
</del><ins>+          RenderMathMLSpace {mspace} at (208,0) size 0x16
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,74) size 784x42
</span><del>-        RenderMathMLMath {math} at (0,0) size 160x42 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (1,1) size 8x40
</del><ins>+        RenderMathMLMath {math} at (0,0) size 158x42
+          RenderMathMLOperator {mo} at (0,1) size 8x40
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 4x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 4x106
</span><span class="cx">                 text run at (0,-45) width 4: &quot;[&quot;
</span><del>-          RenderMathMLOperator {mo} at (9,1) size 8x40
</del><ins>+          RenderMathMLOperator {mo} at (8,1) size 8x40
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 4x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 4x106
</span><span class="cx">                 text run at (0,-45) width 4: &quot;]&quot;
</span><del>-          RenderMathMLOperator {mo} at (17,1) size 12x40
</del><ins>+          RenderMathMLOperator {mo} at (16,1) size 12x40
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 8x106
</span><span class="cx">                 text run at (0,-45) width 8: &quot;{&quot;
</span><del>-          RenderMathMLOperator {mo} at (29,1) size 12x40
</del><ins>+          RenderMathMLOperator {mo} at (28,1) size 12x40
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 8x106
</span><span class="cx">                 text run at (0,-45) width 8: &quot;}&quot;
</span><del>-          RenderMathMLOperator {mo} at (41,1) size 12x40
</del><ins>+          RenderMathMLOperator {mo} at (40,1) size 12x40
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 6x106
</span><span class="cx">                 text run at (0,-45) width 6: &quot;(&quot;
</span><del>-          RenderMathMLOperator {mo} at (53,1) size 12x40
</del><ins>+          RenderMathMLOperator {mo} at (52,1) size 12x40
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 6x106
</span><span class="cx">                 text run at (0,-45) width 6: &quot;)&quot;
</span><del>-          RenderMathMLOperator {mo} at (65,0) size 8x42
</del><ins>+          RenderMathMLOperator {mo} at (64,0) size 8x42
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 4x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 4x106
</span><span class="cx">                 text run at (0,-45) width 4: &quot;|&quot;
</span><del>-          RenderMathMLOperator {mo} at (72,1) size 10x40
</del><ins>+          RenderMathMLOperator {mo} at (71,1) size 10x40
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{2308}&quot;
</span><del>-          RenderMathMLOperator {mo} at (81,1) size 10x40
</del><ins>+          RenderMathMLOperator {mo} at (80,1) size 10x40
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{2309}&quot;
</span><del>-          RenderMathMLOperator {mo} at (90,1) size 10x40
</del><ins>+          RenderMathMLOperator {mo} at (89,1) size 10x40
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{230A}&quot;
</span><del>-          RenderMathMLOperator {mo} at (99,1) size 10x40
</del><ins>+          RenderMathMLOperator {mo} at (98,1) size 10x40
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{230B}&quot;
</span><del>-          RenderMathMLOperator {mo} at (108,1) size 14x40
</del><ins>+          RenderMathMLOperator {mo} at (107,1) size 14x40
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{27E6}&quot;
</span><del>-          RenderMathMLOperator {mo} at (121,1) size 14x40
</del><ins>+          RenderMathMLOperator {mo} at (120,1) size 14x40
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{27E7}&quot;
</span><del>-          RenderMathMLOperator {mo} at (134,1) size 13x40
</del><ins>+          RenderMathMLOperator {mo} at (133,1) size 13x40
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 6x106
</span><span class="cx">                 text run at (0,-45) width 6: &quot;\x{27E8}&quot;
</span><del>-          RenderMathMLOperator {mo} at (146,1) size 13x40
</del><ins>+          RenderMathMLOperator {mo} at (145,1) size 13x40
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 6x106
</span><span class="cx">                 text run at (0,-45) width 6: &quot;\x{27E9}&quot;
</span><del>-          RenderMathMLSpace {mspace} at (158,1) size 0x24
</del><ins>+          RenderMathMLSpace {mspace} at (157,1) size 0x24
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,132) size 784x58
</span><del>-        RenderMathMLMath {math} at (0,0) size 194x58 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (1,1) size 11x56
</del><ins>+        RenderMathMLMath {math} at (0,0) size 192x58
+          RenderMathMLOperator {mo} at (0,1) size 11x56
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 4x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 4x106
</span><span class="cx">                 text run at (0,-45) width 4: &quot;[&quot;
</span><del>-          RenderMathMLOperator {mo} at (12,1) size 11x56
</del><ins>+          RenderMathMLOperator {mo} at (11,1) size 11x56
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 4x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 4x106
</span><span class="cx">                 text run at (0,-45) width 4: &quot;]&quot;
</span><del>-          RenderMathMLOperator {mo} at (23,1) size 14x56
</del><ins>+          RenderMathMLOperator {mo} at (22,1) size 14x56
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 8x106
</span><span class="cx">                 text run at (0,-45) width 8: &quot;{&quot;
</span><del>-          RenderMathMLOperator {mo} at (37,1) size 14x56
</del><ins>+          RenderMathMLOperator {mo} at (36,1) size 14x56
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 8x106
</span><span class="cx">                 text run at (0,-45) width 8: &quot;}&quot;
</span><del>-          RenderMathMLOperator {mo} at (51,1) size 14x56
</del><ins>+          RenderMathMLOperator {mo} at (50,1) size 14x56
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 6x106
</span><span class="cx">                 text run at (0,-45) width 6: &quot;(&quot;
</span><del>-          RenderMathMLOperator {mo} at (65,1) size 14x56
</del><ins>+          RenderMathMLOperator {mo} at (64,1) size 14x56
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 6x106
</span><span class="cx">                 text run at (0,-45) width 6: &quot;)&quot;
</span><del>-          RenderMathMLOperator {mo} at (79,0) size 8x58
</del><ins>+          RenderMathMLOperator {mo} at (78,0) size 8x58
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 4x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 4x106
</span><span class="cx">                 text run at (0,-45) width 4: &quot;|&quot;
</span><del>-          RenderMathMLOperator {mo} at (86,1) size 12x56
</del><ins>+          RenderMathMLOperator {mo} at (85,1) size 12x56
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{2308}&quot;
</span><del>-          RenderMathMLOperator {mo} at (97,1) size 12x56
</del><ins>+          RenderMathMLOperator {mo} at (96,1) size 12x56
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{2309}&quot;
</span><del>-          RenderMathMLOperator {mo} at (108,1) size 12x56
</del><ins>+          RenderMathMLOperator {mo} at (107,1) size 12x56
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{230A}&quot;
</span><del>-          RenderMathMLOperator {mo} at (119,1) size 12x56
</del><ins>+          RenderMathMLOperator {mo} at (118,1) size 12x56
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{230B}&quot;
</span><del>-          RenderMathMLOperator {mo} at (130,1) size 17x56
</del><ins>+          RenderMathMLOperator {mo} at (129,1) size 17x56
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{27E6}&quot;
</span><del>-          RenderMathMLOperator {mo} at (146,1) size 17x56
</del><ins>+          RenderMathMLOperator {mo} at (145,1) size 17x56
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{27E7}&quot;
</span><del>-          RenderMathMLOperator {mo} at (162,5) size 16x48
</del><ins>+          RenderMathMLOperator {mo} at (161,5) size 16x48
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 6x106
</span><span class="cx">                 text run at (0,-45) width 6: &quot;\x{27E8}&quot;
</span><del>-          RenderMathMLOperator {mo} at (177,5) size 16x48
</del><ins>+          RenderMathMLOperator {mo} at (176,5) size 16x48
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 6x106
</span><span class="cx">                 text run at (0,-45) width 6: &quot;\x{27E9}&quot;
</span><del>-          RenderMathMLSpace {mspace} at (192,1) size 0x32
-        RenderText {#text} at (193,19) size 5x17
-          text run at (193,19) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (197,1) size 213x32 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (1,0) size 17x32
</del><ins>+          RenderMathMLSpace {mspace} at (191,1) size 0x32
+        RenderText {#text} at (191,19) size 5x17
+          text run at (191,19) width 5: &quot; &quot;
+        RenderMathMLMath {math} at (195,1) size 211x32
+          RenderMathMLOperator {mo} at (0,0) size 17x32
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 8x15
</span><span class="cx">               RenderText {#text} at (0,-46) size 8x106
</span><span class="cx">                 text run at (0,-46) width 8: &quot;\x{2191}&quot;
</span><del>-          RenderMathMLOperator {mo} at (17,0) size 18x32
</del><ins>+          RenderMathMLOperator {mo} at (16,0) size 18x32
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 8x15
</span><span class="cx">               RenderText {#text} at (0,-45) size 8x106
</span><span class="cx">                 text run at (0,-45) width 8: &quot;\x{2193}&quot;
</span><del>-          RenderMathMLOperator {mo} at (34,0) size 19x32
</del><ins>+          RenderMathMLOperator {mo} at (33,0) size 19x32
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 8x18
</span><span class="cx">               RenderText {#text} at (0,-44) size 8x106
</span><span class="cx">                 text run at (0,-44) width 8: &quot;\x{2195}&quot;
</span><del>-          RenderMathMLOperator {mo} at (52,0) size 20x32
</del><ins>+          RenderMathMLOperator {mo} at (51,0) size 20x32
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 10x14
</span><span class="cx">               RenderText {#text} at (0,-46) size 10x106
</span><span class="cx">                 text run at (0,-46) width 10: &quot;\x{21A5}&quot;
</span><del>-          RenderMathMLOperator {mo} at (71,0) size 20x32
</del><ins>+          RenderMathMLOperator {mo} at (70,0) size 20x32
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 10x14
</span><span class="cx">               RenderText {#text} at (0,-46) size 10x106
</span><span class="cx">                 text run at (0,-46) width 10: &quot;\x{21A7}&quot;
</span><del>-          RenderMathMLOperator {mo} at (90,0) size 17x32
</del><ins>+          RenderMathMLOperator {mo} at (89,0) size 17x32
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{21BE}&quot;
</span><del>-          RenderMathMLOperator {mo} at (106,0) size 17x32
</del><ins>+          RenderMathMLOperator {mo} at (105,0) size 17x32
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{21C2}&quot;
</span><del>-          RenderMathMLOperator {mo} at (122,0) size 16x32
</del><ins>+          RenderMathMLOperator {mo} at (121,0) size 16x32
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{21BF}&quot;
</span><del>-          RenderMathMLOperator {mo} at (138,0) size 16x32
</del><ins>+          RenderMathMLOperator {mo} at (137,0) size 16x32
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{21C3}&quot;
</span><del>-          RenderMathMLOperator {mo} at (153,0) size 20x32
</del><ins>+          RenderMathMLOperator {mo} at (152,0) size 20x32
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 10x15
</span><span class="cx">               RenderText {#text} at (0,-46) size 10x106
</span><span class="cx">                 text run at (0,-46) width 10: &quot;\x{21D1}&quot;
</span><del>-          RenderMathMLOperator {mo} at (172,0) size 20x32
</del><ins>+          RenderMathMLOperator {mo} at (171,0) size 20x32
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 10x15
</span><span class="cx">               RenderText {#text} at (0,-45) size 10x106
</span><span class="cx">                 text run at (0,-45) width 10: &quot;\x{21D3}&quot;
</span><del>-          RenderMathMLOperator {mo} at (191,0) size 20x32
</del><ins>+          RenderMathMLOperator {mo} at (190,0) size 20x32
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 10x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 10x106
</span><span class="cx">                 text run at (0,-45) width 10: &quot;\x{21D5}&quot;
</span><del>-          RenderMathMLSpace {mspace} at (210,0) size 0x32
</del><ins>+          RenderMathMLSpace {mspace} at (209,0) size 0x32
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,206) size 784x120
</span><del>-        RenderMathMLMath {math} at (0,0) size 194x120 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (1,0) size 11x120
</del><ins>+        RenderMathMLMath {math} at (0,0) size 192x120
+          RenderMathMLOperator {mo} at (0,0) size 11x120
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 4x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 4x106
</span><span class="cx">                 text run at (0,-45) width 4: &quot;[&quot;
</span><del>-          RenderMathMLOperator {mo} at (12,0) size 11x120
</del><ins>+          RenderMathMLOperator {mo} at (11,0) size 11x120
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 4x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 4x106
</span><span class="cx">                 text run at (0,-45) width 4: &quot;]&quot;
</span><del>-          RenderMathMLOperator {mo} at (23,0) size 14x120
</del><ins>+          RenderMathMLOperator {mo} at (22,0) size 14x120
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 8x106
</span><span class="cx">                 text run at (0,-45) width 8: &quot;{&quot;
</span><del>-          RenderMathMLOperator {mo} at (37,0) size 14x120
</del><ins>+          RenderMathMLOperator {mo} at (36,0) size 14x120
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 8x106
</span><span class="cx">                 text run at (0,-45) width 8: &quot;}&quot;
</span><del>-          RenderMathMLOperator {mo} at (51,0) size 14x120
</del><ins>+          RenderMathMLOperator {mo} at (50,0) size 14x120
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 6x106
</span><span class="cx">                 text run at (0,-45) width 6: &quot;(&quot;
</span><del>-          RenderMathMLOperator {mo} at (65,0) size 14x120
</del><ins>+          RenderMathMLOperator {mo} at (64,0) size 14x120
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 6x106
</span><span class="cx">                 text run at (0,-45) width 6: &quot;)&quot;
</span><del>-          RenderMathMLOperator {mo} at (79,0) size 8x120
</del><ins>+          RenderMathMLOperator {mo} at (78,0) size 8x120
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 4x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 4x106
</span><span class="cx">                 text run at (0,-45) width 4: &quot;|&quot;
</span><del>-          RenderMathMLOperator {mo} at (86,0) size 12x120
</del><ins>+          RenderMathMLOperator {mo} at (85,0) size 12x120
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{2308}&quot;
</span><del>-          RenderMathMLOperator {mo} at (97,0) size 12x120
</del><ins>+          RenderMathMLOperator {mo} at (96,0) size 12x120
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{2309}&quot;
</span><del>-          RenderMathMLOperator {mo} at (108,0) size 12x120
</del><ins>+          RenderMathMLOperator {mo} at (107,0) size 12x120
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{230A}&quot;
</span><del>-          RenderMathMLOperator {mo} at (119,0) size 12x120
</del><ins>+          RenderMathMLOperator {mo} at (118,0) size 12x120
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{230B}&quot;
</span><del>-          RenderMathMLOperator {mo} at (130,0) size 17x120
</del><ins>+          RenderMathMLOperator {mo} at (129,0) size 17x120
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{27E6}&quot;
</span><del>-          RenderMathMLOperator {mo} at (146,0) size 17x120
</del><ins>+          RenderMathMLOperator {mo} at (145,0) size 17x120
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{27E7}&quot;
</span><del>-          RenderMathMLOperator {mo} at (162,36) size 16x48
</del><ins>+          RenderMathMLOperator {mo} at (161,36) size 16x48
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 6x106
</span><span class="cx">                 text run at (0,-45) width 6: &quot;\x{27E8}&quot;
</span><del>-          RenderMathMLOperator {mo} at (177,36) size 16x48
</del><ins>+          RenderMathMLOperator {mo} at (176,36) size 16x48
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 6x106
</span><span class="cx">                 text run at (0,-45) width 6: &quot;\x{27E9}&quot;
</span><del>-          RenderMathMLSpace {mspace} at (192,0) size 0x64
-        RenderText {#text} at (193,50) size 5x17
-          text run at (193,50) width 5: &quot; &quot;
-        RenderMathMLMath {math} at (197,0) size 213x64 [padding: 0 1 0 1]
-          RenderMathMLOperator {mo} at (1,0) size 17x64
</del><ins>+          RenderMathMLSpace {mspace} at (191,0) size 0x64
+        RenderText {#text} at (191,50) size 5x17
+          text run at (191,50) width 5: &quot; &quot;
+        RenderMathMLMath {math} at (195,0) size 211x64
+          RenderMathMLOperator {mo} at (0,0) size 17x64
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 8x15
</span><span class="cx">               RenderText {#text} at (0,-46) size 8x106
</span><span class="cx">                 text run at (0,-46) width 8: &quot;\x{2191}&quot;
</span><del>-          RenderMathMLOperator {mo} at (17,0) size 18x64
</del><ins>+          RenderMathMLOperator {mo} at (16,0) size 18x64
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 8x15
</span><span class="cx">               RenderText {#text} at (0,-45) size 8x106
</span><span class="cx">                 text run at (0,-45) width 8: &quot;\x{2193}&quot;
</span><del>-          RenderMathMLOperator {mo} at (34,0) size 19x64
</del><ins>+          RenderMathMLOperator {mo} at (33,0) size 19x64
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 8x18
</span><span class="cx">               RenderText {#text} at (0,-44) size 8x106
</span><span class="cx">                 text run at (0,-44) width 8: &quot;\x{2195}&quot;
</span><del>-          RenderMathMLOperator {mo} at (52,0) size 20x64
</del><ins>+          RenderMathMLOperator {mo} at (51,0) size 20x64
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 10x14
</span><span class="cx">               RenderText {#text} at (0,-46) size 10x106
</span><span class="cx">                 text run at (0,-46) width 10: &quot;\x{21A5}&quot;
</span><del>-          RenderMathMLOperator {mo} at (71,0) size 20x64
</del><ins>+          RenderMathMLOperator {mo} at (70,0) size 20x64
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 10x14
</span><span class="cx">               RenderText {#text} at (0,-46) size 10x106
</span><span class="cx">                 text run at (0,-46) width 10: &quot;\x{21A7}&quot;
</span><del>-          RenderMathMLOperator {mo} at (90,0) size 17x64
</del><ins>+          RenderMathMLOperator {mo} at (89,0) size 17x64
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{21BE}&quot;
</span><del>-          RenderMathMLOperator {mo} at (106,0) size 17x64
</del><ins>+          RenderMathMLOperator {mo} at (105,0) size 17x64
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{21C2}&quot;
</span><del>-          RenderMathMLOperator {mo} at (122,0) size 16x64
</del><ins>+          RenderMathMLOperator {mo} at (121,0) size 16x64
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{21BF}&quot;
</span><del>-          RenderMathMLOperator {mo} at (138,0) size 16x64
</del><ins>+          RenderMathMLOperator {mo} at (137,0) size 16x64
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 7x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 7x106
</span><span class="cx">                 text run at (0,-45) width 7: &quot;\x{21C3}&quot;
</span><del>-          RenderMathMLOperator {mo} at (153,0) size 20x64
</del><ins>+          RenderMathMLOperator {mo} at (152,0) size 20x64
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 10x15
</span><span class="cx">               RenderText {#text} at (0,-46) size 10x106
</span><span class="cx">                 text run at (0,-46) width 10: &quot;\x{21D1}&quot;
</span><del>-          RenderMathMLOperator {mo} at (172,0) size 20x64
</del><ins>+          RenderMathMLOperator {mo} at (171,0) size 20x64
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 10x15
</span><span class="cx">               RenderText {#text} at (0,-45) size 10x106
</span><span class="cx">                 text run at (0,-45) width 10: &quot;\x{21D3}&quot;
</span><del>-          RenderMathMLOperator {mo} at (191,0) size 20x64
</del><ins>+          RenderMathMLOperator {mo} at (190,0) size 20x64
</ins><span class="cx">             RenderBlock (anonymous) at (0,0) size 10x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 10x106
</span><span class="cx">                 text run at (0,-45) width 10: &quot;\x{21D5}&quot;
</span><del>-          RenderMathMLSpace {mspace} at (210,0) size 0x64
</del><ins>+          RenderMathMLSpace {mspace} at (209,0) size 0x64
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlpresentationmenclosenotationdefaultlongdivexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/presentation/menclose-notation-default-longdiv-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlpresentationmenclosenotationdefaultlongdivexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/presentation/menclose-notation-default-longdiv-expected.txt (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/mathml/presentation/menclose-notation-default-longdiv-expected.txt        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/platform/gtk/mathml/presentation/menclose-notation-default-longdiv-expected.txt        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -4,8 +4,8 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x89
</span><span class="cx">     RenderBody {BODY} at (8,16) size 784x57
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x57
</span><del>-        RenderMathMLMath {math} at (0,0) size 114x58 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 112x58
</del><ins>+        RenderMathMLMath {math} at (0,0) size 112x58
+          RenderMathMLRow {mrow} at (0,0) size 112x58
</ins><span class="cx">             RenderMathMLMenclose {menclose} at (0,0) size 112x58
</span><span class="cx">               RenderMathMLSpace {mspace} at (7,3) size 101x51 [bgcolor=#FF0000]
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlpresentationmenclosenotationvaluesexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/presentation/menclose-notation-values-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlpresentationmenclosenotationvaluesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/presentation/menclose-notation-values-expected.txt (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/mathml/presentation/menclose-notation-values-expected.txt        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/platform/gtk/mathml/presentation/menclose-notation-values-expected.txt        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -3,97 +3,97 @@
</span><span class="cx"> layer at (0,0) size 800x219
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x219
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x203
</span><del>-      RenderMathMLMath {math} at (0,8) size 114x58 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 112x58
</del><ins>+      RenderMathMLMath {math} at (0,8) size 112x58
+        RenderMathMLRow {mrow} at (0,0) size 112x58
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 112x58
</span><span class="cx">             RenderMathMLSpace {mspace} at (7,3) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (113,48) size 5x17
-        text run at (113,48) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (117,8) size 110x58 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 108x58
</del><ins>+      RenderText {#text} at (111,48) size 5x17
+        text run at (111,48) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (115,8) size 108x58
+        RenderMathMLRow {mrow} at (0,0) size 108x58
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 108x58
</span><span class="cx">             RenderMathMLSpace {mspace} at (3,3) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (226,48) size 5x17
-        text run at (226,48) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (230,8) size 111x58 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 108x58
</del><ins>+      RenderText {#text} at (222,48) size 5x17
+        text run at (222,48) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (226,8) size 109x58
+        RenderMathMLRow {mrow} at (0,0) size 108x58
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 108x58
</span><span class="cx">             RenderMathMLSpace {mspace} at (3,3) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (340,48) size 5x17
-        text run at (340,48) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (344,8) size 111x58 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 108x58
</del><ins>+      RenderText {#text} at (334,48) size 5x17
+        text run at (334,48) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (338,8) size 109x58
+        RenderMathMLRow {mrow} at (0,0) size 108x58
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 108x58
</span><span class="cx">             RenderMathMLSpace {mspace} at (3,3) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (454,48) size 5x17
-        text run at (454,48) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (458,0) size 147x74 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 144x74
</del><ins>+      RenderText {#text} at (446,48) size 5x17
+        text run at (446,48) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (450,0) size 145x74
+        RenderMathMLRow {mrow} at (0,0) size 144x74
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 144x74
</span><span class="cx">             RenderMathMLSpace {mspace} at (21,11) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (604,48) size 5x17
-        text run at (604,48) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (608,9) size 107x57 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 104x57
</del><ins>+      RenderText {#text} at (594,48) size 5x17
+        text run at (594,48) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (598,9) size 105x57
+        RenderMathMLRow {mrow} at (0,0) size 104x57
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 104x57
</span><span class="cx">             RenderMathMLSpace {mspace} at (3,3) size 101x51 [bgcolor=#FF0000]
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderMathMLMath {math} at (0,74) size 106x57 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 104x57
</del><ins>+      RenderMathMLMath {math} at (0,74) size 104x57
+        RenderMathMLRow {mrow} at (0,0) size 104x57
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 104x57
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,3) size 100x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (105,113) size 5x17
-        text run at (105,113) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (109,73) size 110x54 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 107x54
</del><ins>+      RenderText {#text} at (103,113) size 5x17
+        text run at (103,113) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (107,73) size 108x54
+        RenderMathMLRow {mrow} at (0,0) size 107x54
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 107x54
</span><span class="cx">             RenderMathMLSpace {mspace} at (3,3) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (218,113) size 5x17
-        text run at (218,113) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (222,77) size 109x54 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 107x54
</del><ins>+      RenderText {#text} at (214,113) size 5x17
+        text run at (214,113) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (218,77) size 107x54
+        RenderMathMLRow {mrow} at (0,0) size 107x54
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 107x54
</span><span class="cx">             RenderMathMLSpace {mspace} at (3,0) size 101x50 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (330,113) size 5x17
-        text run at (330,113) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (334,77) size 104x51 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 101x51
</del><ins>+      RenderText {#text} at (324,113) size 5x17
+        text run at (324,113) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (328,77) size 102x51
+        RenderMathMLRow {mrow} at (0,0) size 101x51
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 101x51
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,0) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (437,113) size 5x17
-        text run at (437,113) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (441,77) size 104x51 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 101x51
</del><ins>+      RenderText {#text} at (429,113) size 5x17
+        text run at (429,113) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (433,77) size 102x51
+        RenderMathMLRow {mrow} at (0,0) size 101x51
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 101x51
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,0) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (544,113) size 5x17
-        text run at (544,113) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (548,77) size 103x50 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 100x50
</del><ins>+      RenderText {#text} at (534,113) size 5x17
+        text run at (534,113) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (538,77) size 101x50
+        RenderMathMLRow {mrow} at (0,0) size 100x50
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 100x50
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,0) size 100x50 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (650,113) size 5x17
-        text run at (650,113) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (654,77) size 103x50 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 100x50
</del><ins>+      RenderText {#text} at (638,113) size 5x17
+        text run at (638,113) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (642,77) size 101x50
+        RenderMathMLRow {mrow} at (0,0) size 100x50
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 100x50
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,0) size 100x50 [bgcolor=#FF0000]
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderMathMLMath {math} at (0,139) size 110x58 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 108x58
</del><ins>+      RenderMathMLMath {math} at (0,139) size 108x58
+        RenderMathMLRow {mrow} at (0,0) size 108x58
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 108x58
</span><span class="cx">             RenderMathMLSpace {mspace} at (3,3) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (109,178) size 5x17
-        text run at (109,178) width 5: &quot; &quot;
</del><ins>+      RenderText {#text} at (107,178) size 5x17
+        text run at (107,178) width 5: &quot; &quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderMathMLMath {math} at (113,130) size 146x74 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 144x74
</del><ins>+      RenderMathMLMath {math} at (111,130) size 144x74
+        RenderMathMLRow {mrow} at (0,0) size 144x74
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 144x74
</span><span class="cx">             RenderMathMLSpace {mspace} at (21,11) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (258,178) size 5x17
-        text run at (258,178) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (262,138) size 111x58 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 108x58
</del><ins>+      RenderText {#text} at (254,178) size 5x17
+        text run at (254,178) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (258,138) size 109x58
+        RenderMathMLRow {mrow} at (0,0) size 108x58
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 108x58
</span><span class="cx">             RenderMathMLSpace {mspace} at (3,3) size 101x51 [bgcolor=#FF0000]
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlpresentationmostretchexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/presentation/mo-stretch-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlpresentationmostretchexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/presentation/mo-stretch-expected.txt (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/mathml/presentation/mo-stretch-expected.txt        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/platform/gtk/mathml/presentation/mo-stretch-expected.txt        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -3,8 +3,8 @@
</span><span class="cx"> layer at (0,0) size 800x268
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x268
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x252
</span><del>-      RenderMathMLMath {math} at (0,0) size 132x36 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 130x36
</del><ins>+      RenderMathMLMath {math} at (0,0) size 130x36
+        RenderMathMLRow {mrow} at (0,0) size 130x36
</ins><span class="cx">           RenderMathMLOperator {mo} at (0,6) size 8x24
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 6x106
</span><span class="lines">@@ -61,11 +61,11 @@
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 8x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 8x106
</span><span class="cx">                 text run at (0,-45) width 8: &quot;\x{2225}&quot;
</span><del>-      RenderText {#text} at (131,8) size 5x17
-        text run at (131,8) width 5: &quot; &quot;
</del><ins>+      RenderText {#text} at (129,8) size 5x17
+        text run at (129,8) width 5: &quot; &quot;
</ins><span class="cx">       RenderBR {BR} at (0,0) size 0x0
</span><del>-      RenderMathMLMath {math} at (0,36) size 172x142 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 170x142
</del><ins>+      RenderMathMLMath {math} at (0,36) size 170x142
+        RenderMathMLRow {mrow} at (0,0) size 170x142
</ins><span class="cx">           RenderMathMLOperator {mo} at (0,0) size 14x142
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 6x106
</span><span class="lines">@@ -123,10 +123,10 @@
</span><span class="cx">               RenderText {#text} at (0,-45) size 8x106
</span><span class="cx">                 text run at (0,-45) width 8: &quot;\x{2225}&quot;
</span><span class="cx">           RenderMathMLSpace {mspace} at (169,0) size 0x76
</span><del>-      RenderText {#text} at (171,97) size 5x17
-        text run at (171,97) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (175,61) size 172x92 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 170x92
</del><ins>+      RenderText {#text} at (169,97) size 5x17
+        text run at (169,97) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (173,61) size 170x92
+        RenderMathMLRow {mrow} at (0,0) size 170x92
</ins><span class="cx">           RenderMathMLOperator {mo} at (0,0) size 14x92
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 6x106
</span><span class="lines">@@ -184,10 +184,10 @@
</span><span class="cx">               RenderText {#text} at (0,-45) size 8x106
</span><span class="cx">                 text run at (0,-45) width 8: &quot;\x{2225}&quot;
</span><span class="cx">           RenderMathMLSpace {mspace} at (169,0) size 0x51
</span><del>-      RenderText {#text} at (346,97) size 5x17
-        text run at (346,97) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (350,89) size 144x36 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 142x36
</del><ins>+      RenderText {#text} at (342,97) size 5x17
+        text run at (342,97) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (346,89) size 142x36
+        RenderMathMLRow {mrow} at (0,0) size 142x36
</ins><span class="cx">           RenderMathMLOperator {mo} at (0,1) size 11x34
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 6x106
</span><span class="lines">@@ -245,11 +245,11 @@
</span><span class="cx">               RenderText {#text} at (0,-45) size 8x106
</span><span class="cx">                 text run at (0,-45) width 8: &quot;\x{2225}&quot;
</span><span class="cx">           RenderMathMLSpace {mspace} at (141,2) size 0x21
</span><del>-      RenderText {#text} at (493,97) size 5x17
-        text run at (493,97) width 5: &quot; &quot;
</del><ins>+      RenderText {#text} at (487,97) size 5x17
+        text run at (487,97) width 5: &quot; &quot;
</ins><span class="cx">       RenderBR {BR} at (0,0) size 0x0
</span><del>-      RenderMathMLMath {math} at (0,178) size 187x75 [padding: 0 1 0 1]
-        RenderMathMLRoot {msqrt} at (1,0) size 185x75
</del><ins>+      RenderMathMLMath {math} at (0,178) size 185x75
+        RenderMathMLRoot {msqrt} at (0,0) size 185x75
</ins><span class="cx">           RenderMathMLOperator {mo} at (17,2) size 14x73
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,-45) size 6x106
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlpresentationmspacechildrenexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/presentation/mspace-children-expected.txt (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/mathml/presentation/mspace-children-expected.txt        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/platform/gtk/mathml/presentation/mspace-children-expected.txt        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -7,6 +7,6 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 378x17
</span><span class="cx">           text run at (0,0) width 378: &quot;This test passes if &lt;mspace&gt; does not create child renderers.&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,33) size 784x314
</span><del>-        RenderMathMLMath {math} at (0,14) size 102x300 [padding: 0 1 0 1]
-          RenderMathMLSpace {mspace} at (1,0) size 100x300
</del><ins>+        RenderMathMLMath {math} at (0,14) size 100x300
+          RenderMathMLSpace {mspace} at (0,0) size 100x300
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></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 (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/mathml/presentation/roots-expected.txt        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/platform/gtk/mathml/presentation/roots-expected.txt        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -6,8 +6,8 @@
</span><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><del>-        RenderMathMLMath {math} at (177,1) size 23x18 [padding: 0 1 0 1]
-          RenderMathMLRoot {msqrt} at (1,0) size 21x18 [color=#FF0000]
</del><ins>+        RenderMathMLMath {math} at (177,1) size 21x18
+          RenderMathMLRoot {msqrt} at (0,0) size 21x18 [color=#FF0000]
</ins><span class="cx">             RenderMathMLToken {mn} at (13,2) size 8x13
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x12
</span><span class="cx">                 RenderText {#text} at (0,-46) size 8x106
</span><span class="lines">@@ -15,8 +15,8 @@
</span><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,1) size 52x18 [padding: 0 1 0 1]
-          RenderMathMLRoot {msqrt} at (1,0) size 50x18
</del><ins>+        RenderMathMLMath {math} at (110,1) size 50x18
+          RenderMathMLRoot {msqrt} at (0,0) size 50x18
</ins><span class="cx">             RenderMathMLRow {mrow} at (13,2) size 37x14
</span><span class="cx">               RenderMathMLToken {mi} at (0,3) size 9x9 [padding: 0 2 0 0]
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 8x8
</span><span class="lines">@@ -33,8 +33,8 @@
</span><span class="cx">       RenderBlock {p} at (0,68) size 784x19
</span><span class="cx">         RenderText {#text} at (0,2) size 222x17
</span><span class="cx">           text run at (0,2) width 222: &quot;long square root with implied row: &quot;
</span><del>-        RenderMathMLMath {math} at (222,0) size 58x19 [padding: 0 1 0 1]
-          RenderMathMLRoot {msqrt} at (1,0) size 56x19
</del><ins>+        RenderMathMLMath {math} at (222,0) size 56x19
+          RenderMathMLRoot {msqrt} at (0,0) size 56x19
</ins><span class="cx">             RenderMathMLScripts {msup} at (13,2) size 16x15
</span><span class="cx">               RenderMathMLToken {mi} at (0,5) size 9x10 [padding: 0 2 0 0]
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 8x8
</span><span class="lines">@@ -55,8 +55,8 @@
</span><span class="cx">       RenderBlock {p} at (0,103) size 784x40
</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 55x41 [padding: 0 1 0 1]
-          RenderMathMLRoot {msqrt} at (1,0) size 53x41
</del><ins>+        RenderMathMLMath {math} at (113,0) size 53x41
+          RenderMathMLRoot {msqrt} at (0,0) size 53x41
</ins><span class="cx">             RenderMathMLFraction {mfrac} at (16,2) size 37x32
</span><span class="cx">               RenderMathMLRow {mrow} at (0,0) size 37x13
</span><span class="cx">                 RenderMathMLToken {mi} at (0,3) size 9x9 [padding: 0 2 0 0]
</span><span class="lines">@@ -87,8 +87,8 @@
</span><span class="cx">       RenderBlock {p} at (0,159) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 173x17
</span><span class="cx">           text run at (0,0) width 173: &quot;cube root (should be blue): &quot;
</span><del>-        RenderMathMLMath {math} at (173,1) size 24x18 [color=#0000FF] [padding: 0 1 0 1]
-          RenderMathMLRoot {mroot} at (1,0) size 22x18
</del><ins>+        RenderMathMLMath {math} at (173,1) size 22x18 [color=#0000FF]
+          RenderMathMLRoot {mroot} at (0,0) size 22x18
</ins><span class="cx">             RenderMathMLToken {mn} at (13,2) size 9x13
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x12
</span><span class="cx">                 RenderText {#text} at (0,-46) size 8x106
</span><span class="lines">@@ -100,8 +100,8 @@
</span><span class="cx">       RenderBlock {p} at (0,193) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 75x17
</span><span class="cx">           text run at (0,0) width 75: &quot;long index: &quot;
</span><del>-        RenderMathMLMath {math} at (75,0) size 54x19 [padding: 0 1 0 1]
-          RenderMathMLRoot {mroot} at (1,0) size 52x19
</del><ins>+        RenderMathMLMath {math} at (75,0) size 52x19
+          RenderMathMLRoot {mroot} at (0,0) size 52x19
</ins><span class="cx">             RenderMathMLToken {mn} at (43,2) size 9x13
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x12
</span><span class="cx">                 RenderText {#text} at (0,-46) size 8x106
</span><span class="lines">@@ -130,8 +130,8 @@
</span><span class="cx">       RenderBlock {p} at (0,227) size 784x40
</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 85x41 [padding: 0 1 0 1]
-          RenderMathMLRoot {mroot} at (1,0) size 83x41
</del><ins>+        RenderMathMLMath {math} at (185,0) size 83x41
+          RenderMathMLRoot {mroot} at (0,0) size 83x41
</ins><span class="cx">             RenderMathMLFraction {mfrac} at (46,2) size 37x32
</span><span class="cx">               RenderMathMLRow {mrow} at (0,0) size 37x13
</span><span class="cx">                 RenderMathMLToken {mi} at (0,3) size 9x9 [padding: 0 2 0 0]
</span><span class="lines">@@ -183,8 +183,8 @@
</span><span class="cx">       RenderBlock {p} at (0,283) size 784x30
</span><span class="cx">         RenderText {#text} at (0,12) size 75x17
</span><span class="cx">           text run at (0,12) width 75: &quot;high index: &quot;
</span><del>-        RenderMathMLMath {math} at (75,0) size 24x31 [padding: 0 1 0 1]
-          RenderMathMLRoot {mroot} at (1,0) size 22x31
</del><ins>+        RenderMathMLMath {math} at (75,0) size 22x31
+          RenderMathMLRoot {mroot} at (0,0) size 22x31
</ins><span class="cx">             RenderMathMLToken {mn} at (13,14) size 9x13
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x12
</span><span class="cx">                 RenderText {#text} at (0,-46) size 8x106
</span><span class="lines">@@ -206,8 +206,8 @@
</span><span class="cx">       RenderBlock {p} at (0,329) size 784x54
</span><span class="cx">         RenderText {#text} at (0,14) size 155x17
</span><span class="cx">           text run at (0,14) width 155: &quot;Imbricated square roots: &quot;
</span><del>-        RenderMathMLMath {math} at (155,0) size 332x55 [padding: 0 1 0 1]
-          RenderMathMLRoot {msqrt} at (1,0) size 330x55
</del><ins>+        RenderMathMLMath {math} at (155,0) size 330x55
+          RenderMathMLRoot {msqrt} at (0,0) size 330x55
</ins><span class="cx">             RenderMathMLToken {mn} at (17,17) size 8x13
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x12
</span><span class="cx">                 RenderText {#text} at (0,-46) size 8x106
</span><span class="lines">@@ -285,8 +285,8 @@
</span><span class="cx">       RenderBlock {p} at (0,399) size 784x56
</span><span class="cx">         RenderText {#text} at (0,22) size 110x17
</span><span class="cx">           text run at (0,22) width 110: &quot;Imbricated roots: &quot;
</span><del>-        RenderMathMLMath {math} at (110,0) size 353x57 [padding: 0 1 0 1]
-          RenderMathMLRoot {mroot} at (1,0) size 351x57
</del><ins>+        RenderMathMLMath {math} at (110,0) size 351x57
+          RenderMathMLRoot {mroot} at (0,0) size 351x57
</ins><span class="cx">             RenderMathMLRow {mrow} at (17,2) size 334x55
</span><span class="cx">               RenderMathMLToken {mn} at (0,23) size 8x12
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 8x12
</span><span class="lines">@@ -411,8 +411,8 @@
</span><span class="cx">       RenderBlock {p} at (0,471) size 784x56
</span><span class="cx">         RenderText {#text} at (0,22) size 74x17
</span><span class="cx">           text run at (0,22) width 74: &quot;RTL roots: &quot;
</span><del>-        RenderMathMLMath {math} at (74,0) size 353x57 [padding: 0 1 0 1]
-          RenderMathMLRoot {mroot} at (1,0) size 351x57
</del><ins>+        RenderMathMLMath {math} at (74,0) size 351x57
+          RenderMathMLRoot {mroot} at (0,0) size 351x57
</ins><span class="cx">             RenderMathMLRow {mrow} at (0,2) size 333x55
</span><span class="cx">               RenderMathMLToken {mn} at (324,23) size 9x12
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 8x12
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlradicalfallbackexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/radical-fallback-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmathmlradicalfallbackexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/mathml/radical-fallback-expected.txt (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/mathml/radical-fallback-expected.txt        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/platform/gtk/mathml/radical-fallback-expected.txt        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -6,18 +6,18 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x85
</span><span class="cx">         RenderText {#text} at (0,68) size 132x17
</span><span class="cx">           text run at (0,68) width 132: &quot;Large LTR radicals: &quot;
</span><del>-        RenderMathMLMath {math} at (132,0) size 28x83 [padding: 0 1 0 1]
-          RenderMathMLRoot {msqrt} at (1,0) size 17x83
</del><ins>+        RenderMathMLMath {math} at (132,0) size 26x83
+          RenderMathMLRoot {msqrt} at (0,0) size 17x83
</ins><span class="cx">             RenderMathMLSpace {mspace} at (17,2) size 0x81
</span><del>-          RenderMathMLRoot {msqrt} at (18,0) size 9x82
</del><ins>+          RenderMathMLRoot {msqrt} at (17,0) size 9x82
</ins><span class="cx">             RenderMathMLSpace {mspace} at (9,1) size 0x81
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,101) size 784x85
</span><span class="cx">         RenderText {#text} at (0,68) size 132x17
</span><span class="cx">           text run at (0,68) width 132: &quot;Large RTL radicals: &quot;
</span><del>-        RenderMathMLMath {math} at (132,0) size 28x83 [padding: 0 1 0 1]
-          RenderMathMLRoot {msqrt} at (10,0) size 17x83
</del><ins>+        RenderMathMLMath {math} at (132,0) size 26x83
+          RenderMathMLRoot {msqrt} at (9,0) size 17x83
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,2) size 0x81
</span><del>-          RenderMathMLRoot {msqrt} at (1,0) size 9x82
</del><ins>+          RenderMathMLRoot {msqrt} at (0,0) size 9x82
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,1) size 0x81
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatormathmlopentypeopentypestretchyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/mathml/opentype/opentype-stretchy-expected.txt (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/mathml/opentype/opentype-stretchy-expected.txt        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/platform/ios-simulator/mathml/opentype/opentype-stretchy-expected.txt        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -4,24 +4,24 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x342
</span><span class="cx">     RenderBody {BODY} at (8,16) size 784x310
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x36
</span><del>-        RenderMathMLMath {math} at (0,21) size 28x11 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 26x11
</del><ins>+        RenderMathMLMath {math} at (0,21) size 26x11
+          RenderMathMLRow {mrow} at (0,0) size 26x11
</ins><span class="cx">             RenderMathMLOperator {mo} at (0,0) size 26x11
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 3x3
</span><span class="cx">                 RenderText {#text} at (0,-3) size 3x0
</span><span class="cx">                   text run at (0,-3) width 3: &quot;\x{219F}&quot;
</span><del>-        RenderText {#text} at (28,16) size 4x19
-          text run at (28,16) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (32,11) size 28x21 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 26x21
</del><ins>+        RenderText {#text} at (26,16) size 4x19
+          text run at (26,16) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (30,11) size 26x21
+          RenderMathMLRow {mrow} at (0,0) size 26x21
</ins><span class="cx">             RenderMathMLOperator {mo} at (0,0) size 26x21
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 3x3
</span><span class="cx">                 RenderText {#text} at (0,-3) size 3x0
</span><span class="cx">                   text run at (0,-3) width 3: &quot;\x{219F}&quot;
</span><del>-        RenderText {#text} at (60,16) size 4x19
-          text run at (60,16) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (64,0) size 28x31 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 26x31
</del><ins>+        RenderText {#text} at (56,16) size 4x19
+          text run at (56,16) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (60,0) size 26x31
+          RenderMathMLRow {mrow} at (0,0) size 26x31
</ins><span class="cx">             RenderMathMLOperator {mo} at (0,0) size 26x31
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 3x3
</span><span class="cx">                 RenderText {#text} at (0,-3) size 3x0
</span><span class="lines">@@ -28,8 +28,8 @@
</span><span class="cx">                   text run at (0,-3) width 3: &quot;\x{219F}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,52) size 784x155
</span><del>-        RenderMathMLMath {math} at (0,0) size 49x150 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 47x150
</del><ins>+        RenderMathMLMath {math} at (0,0) size 47x150
+          RenderMathMLRow {mrow} at (0,0) size 47x150
</ins><span class="cx">             RenderMathMLOperator {mo} at (0,0) size 47x150
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 3x3
</span><span class="cx">                 RenderText {#text} at (0,-3) size 3x0
</span><span class="lines">@@ -36,8 +36,8 @@
</span><span class="cx">                   text run at (0,-3) width 3: &quot;\x{219F}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,223) size 784x87
</span><del>-        RenderMathMLMath {math} at (0,0) size 86x82 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 84x82
</del><ins>+        RenderMathMLMath {math} at (0,0) size 84x82
+          RenderMathMLRow {mrow} at (0,0) size 84x82
</ins><span class="cx">             RenderMathMLOperator {mo} at (0,0) size 84x82
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 11x12
</span><span class="cx">                 RenderText {#text} at (0,6) size 11x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatormathmlopentypeopentypestretchyhorizontalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/mathml/opentype/opentype-stretchy-horizontal-expected.txt (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/mathml/opentype/opentype-stretchy-horizontal-expected.txt        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/platform/ios-simulator/mathml/opentype/opentype-stretchy-horizontal-expected.txt        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -4,8 +4,8 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x155
</span><span class="cx">     RenderBody {BODY} at (8,16) size 784x123
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x25
</span><del>-        RenderMathMLMath {math} at (0,4) size 10x22 [padding: 0 1 0 1]
-          RenderMathMLRow {mstyle} at (1,0) size 8x22
</del><ins>+        RenderMathMLMath {math} at (0,4) size 8x22
+          RenderMathMLRow {mstyle} at (0,0) size 8x22
</ins><span class="cx">             RenderMathMLUnderOver {mover} at (0,0) size 8x22
</span><span class="cx">               RenderMathMLOperator {mo} at (0,1) size 8x21
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 2x4
</span><span class="lines">@@ -14,8 +14,8 @@
</span><span class="cx">               RenderMathMLSpace {mspace} at (0,0) size 8x1
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,41) size 784x25
</span><del>-        RenderMathMLMath {math} at (0,4) size 17x22 [padding: 0 1 0 1]
-          RenderMathMLRow {mstyle} at (1,0) size 15x22
</del><ins>+        RenderMathMLMath {math} at (0,4) size 15x22
+          RenderMathMLRow {mstyle} at (0,0) size 15x22
</ins><span class="cx">             RenderMathMLUnderOver {mover} at (0,0) size 15x22
</span><span class="cx">               RenderMathMLOperator {mo} at (4,1) size 7x21
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 2x4
</span><span class="lines">@@ -24,8 +24,8 @@
</span><span class="cx">               RenderMathMLSpace {mspace} at (0,0) size 15x1
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,82) size 784x41
</span><del>-        RenderMathMLMath {math} at (0,0) size 152x42 [padding: 0 1 0 1]
-          RenderMathMLRow {mstyle} at (1,0) size 150x42
</del><ins>+        RenderMathMLMath {math} at (0,0) size 150x42
+          RenderMathMLRow {mstyle} at (0,0) size 150x42
</ins><span class="cx">             RenderMathMLUnderOver {mover} at (0,0) size 150x42
</span><span class="cx">               RenderMathMLOperator {mo} at (71,1) size 8x41
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 2x4
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatormathmlpresentationmenclosenotationdefaultlongdivexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/mathml/presentation/menclose-notation-default-longdiv-expected.txt (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/mathml/presentation/menclose-notation-default-longdiv-expected.txt        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/platform/ios-simulator/mathml/presentation/menclose-notation-default-longdiv-expected.txt        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -4,8 +4,8 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x91
</span><span class="cx">     RenderBody {BODY} at (8,16) size 784x59
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x59
</span><del>-        RenderMathMLMath {math} at (0,0) size 114x58 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 112x58
</del><ins>+        RenderMathMLMath {math} at (0,0) size 112x58
+          RenderMathMLRow {mrow} at (0,0) size 112x58
</ins><span class="cx">             RenderMathMLMenclose {menclose} at (0,0) size 112x58
</span><span class="cx">               RenderMathMLSpace {mspace} at (7,3) size 101x51 [bgcolor=#FF0000]
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatormathmlpresentationmenclosenotationvaluesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/mathml/presentation/menclose-notation-values-expected.txt (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/mathml/presentation/menclose-notation-values-expected.txt        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/platform/ios-simulator/mathml/presentation/menclose-notation-values-expected.txt        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -3,97 +3,97 @@
</span><span class="cx"> layer at (0,0) size 800x221
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x221
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x205
</span><del>-      RenderMathMLMath {math} at (0,8) size 114x58 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 112x58
</del><ins>+      RenderMathMLMath {math} at (0,8) size 112x58
+        RenderMathMLRow {mrow} at (0,0) size 112x58
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 112x58
</span><span class="cx">             RenderMathMLSpace {mspace} at (7,3) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (113,47) size 5x19
-        text run at (113,47) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (117,8) size 110x58 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 108x58
</del><ins>+      RenderText {#text} at (111,47) size 5x19
+        text run at (111,47) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (115,8) size 108x58
+        RenderMathMLRow {mrow} at (0,0) size 108x58
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 108x58
</span><span class="cx">             RenderMathMLSpace {mspace} at (3,3) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (226,47) size 5x19
-        text run at (226,47) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (230,8) size 111x58 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 108x58
</del><ins>+      RenderText {#text} at (222,47) size 5x19
+        text run at (222,47) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (226,8) size 109x58
+        RenderMathMLRow {mrow} at (0,0) size 108x58
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 108x58
</span><span class="cx">             RenderMathMLSpace {mspace} at (3,3) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (340,47) size 5x19
-        text run at (340,47) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (344,8) size 111x58 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 108x58
</del><ins>+      RenderText {#text} at (334,47) size 5x19
+        text run at (334,47) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (338,8) size 109x58
+        RenderMathMLRow {mrow} at (0,0) size 108x58
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 108x58
</span><span class="cx">             RenderMathMLSpace {mspace} at (3,3) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (454,47) size 5x19
-        text run at (454,47) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (458,0) size 147x74 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 144x74
</del><ins>+      RenderText {#text} at (446,47) size 5x19
+        text run at (446,47) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (450,0) size 145x74
+        RenderMathMLRow {mrow} at (0,0) size 144x74
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 144x74
</span><span class="cx">             RenderMathMLSpace {mspace} at (21,11) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (604,47) size 5x19
-        text run at (604,47) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (608,9) size 107x57 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 104x57
</del><ins>+      RenderText {#text} at (594,47) size 5x19
+        text run at (594,47) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (598,9) size 105x57
+        RenderMathMLRow {mrow} at (0,0) size 104x57
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 104x57
</span><span class="cx">             RenderMathMLSpace {mspace} at (3,3) size 101x51 [bgcolor=#FF0000]
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderMathMLMath {math} at (0,74) size 106x57 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 104x57
</del><ins>+      RenderMathMLMath {math} at (0,74) size 104x57
+        RenderMathMLRow {mrow} at (0,0) size 104x57
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 104x57
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,3) size 100x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (105,112) size 5x19
-        text run at (105,112) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (109,73) size 110x54 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 107x54
</del><ins>+      RenderText {#text} at (103,112) size 5x19
+        text run at (103,112) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (107,73) size 108x54
+        RenderMathMLRow {mrow} at (0,0) size 107x54
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 107x54
</span><span class="cx">             RenderMathMLSpace {mspace} at (3,3) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (218,112) size 5x19
-        text run at (218,112) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (222,77) size 109x54 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 107x54
</del><ins>+      RenderText {#text} at (214,112) size 5x19
+        text run at (214,112) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (218,77) size 107x54
+        RenderMathMLRow {mrow} at (0,0) size 107x54
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 107x54
</span><span class="cx">             RenderMathMLSpace {mspace} at (3,0) size 101x50 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (330,112) size 5x19
-        text run at (330,112) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (334,77) size 104x51 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 101x51
</del><ins>+      RenderText {#text} at (324,112) size 5x19
+        text run at (324,112) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (328,77) size 102x51
+        RenderMathMLRow {mrow} at (0,0) size 101x51
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 101x51
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,0) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (437,112) size 5x19
-        text run at (437,112) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (441,77) size 104x51 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 101x51
</del><ins>+      RenderText {#text} at (429,112) size 5x19
+        text run at (429,112) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (433,77) size 102x51
+        RenderMathMLRow {mrow} at (0,0) size 101x51
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 101x51
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,0) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (544,112) size 5x19
-        text run at (544,112) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (548,77) size 103x50 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 100x50
</del><ins>+      RenderText {#text} at (534,112) size 5x19
+        text run at (534,112) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (538,77) size 101x50
+        RenderMathMLRow {mrow} at (0,0) size 100x50
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 100x50
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,0) size 100x50 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (650,112) size 5x19
-        text run at (650,112) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (654,77) size 103x50 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 100x50
</del><ins>+      RenderText {#text} at (638,112) size 5x19
+        text run at (638,112) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (642,77) size 101x50
+        RenderMathMLRow {mrow} at (0,0) size 100x50
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 100x50
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,0) size 100x50 [bgcolor=#FF0000]
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderMathMLMath {math} at (0,141) size 110x58 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 108x58
</del><ins>+      RenderMathMLMath {math} at (0,141) size 108x58
+        RenderMathMLRow {mrow} at (0,0) size 108x58
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 108x58
</span><span class="cx">             RenderMathMLSpace {mspace} at (3,3) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (109,179) size 5x19
-        text run at (109,179) width 5: &quot; &quot;
</del><ins>+      RenderText {#text} at (107,179) size 5x19
+        text run at (107,179) width 5: &quot; &quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderMathMLMath {math} at (113,132) size 146x74 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 144x74
</del><ins>+      RenderMathMLMath {math} at (111,132) size 144x74
+        RenderMathMLRow {mrow} at (0,0) size 144x74
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 144x74
</span><span class="cx">             RenderMathMLSpace {mspace} at (21,11) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (258,179) size 5x19
-        text run at (258,179) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (262,140) size 111x58 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 108x58
</del><ins>+      RenderText {#text} at (254,179) size 5x19
+        text run at (254,179) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (258,140) size 109x58
+        RenderMathMLRow {mrow} at (0,0) size 108x58
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 108x58
</span><span class="cx">             RenderMathMLSpace {mspace} at (3,3) size 101x51 [bgcolor=#FF0000]
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatormathmlpresentationmostretchexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/mathml/presentation/mo-stretch-expected.txt (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/mathml/presentation/mo-stretch-expected.txt        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/platform/ios-simulator/mathml/presentation/mo-stretch-expected.txt        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -3,8 +3,8 @@
</span><span class="cx"> layer at (0,0) size 800x252
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x252
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x236
</span><del>-      RenderMathMLMath {math} at (0,2) size 60x18 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 58x18
</del><ins>+      RenderMathMLMath {math} at (0,2) size 58x18
+        RenderMathMLRow {mrow} at (0,0) size 58x18
</ins><span class="cx">           RenderMathMLOperator {mo} at (0,1) size 6x15
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,0) size 6x17
</span><span class="lines">@@ -61,11 +61,11 @@
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 11x13
</span><span class="cx">               RenderText {#text} at (0,0) size 11x17
</span><span class="cx">                 text run at (0,0) width 11: &quot;\x{2225}&quot;
</span><del>-      RenderText {#text} at (59,0) size 5x19
-        text run at (59,0) width 5: &quot; &quot;
</del><ins>+      RenderText {#text} at (57,0) size 5x19
+        text run at (57,0) width 5: &quot; &quot;
</ins><span class="cx">       RenderBR {BR} at (0,0) size 0x0
</span><del>-      RenderMathMLMath {math} at (0,20) size 70x143 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 68x143
</del><ins>+      RenderMathMLMath {math} at (0,20) size 68x143
+        RenderMathMLRow {mrow} at (0,0) size 68x143
</ins><span class="cx">           RenderMathMLOperator {mo} at (0,0) size 7x143
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,0) size 6x17
</span><span class="lines">@@ -123,10 +123,10 @@
</span><span class="cx">               RenderText {#text} at (0,0) size 11x17
</span><span class="cx">                 text run at (0,0) width 11: &quot;\x{2225}&quot;
</span><span class="cx">           RenderMathMLSpace {mspace} at (67,0) size 0x76
</span><del>-      RenderText {#text} at (69,80) size 5x19
-        text run at (69,80) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (73,45) size 71x93 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 68x93
</del><ins>+      RenderText {#text} at (67,80) size 5x19
+        text run at (67,80) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (71,45) size 69x93
+        RenderMathMLRow {mrow} at (0,0) size 68x93
</ins><span class="cx">           RenderMathMLOperator {mo} at (0,0) size 7x93
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,0) size 6x17
</span><span class="lines">@@ -184,10 +184,10 @@
</span><span class="cx">               RenderText {#text} at (0,0) size 11x17
</span><span class="cx">                 text run at (0,0) width 11: &quot;\x{2225}&quot;
</span><span class="cx">           RenderMathMLSpace {mspace} at (67,0) size 0x51
</span><del>-      RenderText {#text} at (143,80) size 5x19
-        text run at (143,80) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (147,75) size 71x33 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 68x33
</del><ins>+      RenderText {#text} at (139,80) size 5x19
+        text run at (139,80) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (143,75) size 69x33
+        RenderMathMLRow {mrow} at (0,0) size 68x33
</ins><span class="cx">           RenderMathMLOperator {mo} at (0,0) size 7x33
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,0) size 6x17
</span><span class="lines">@@ -245,11 +245,11 @@
</span><span class="cx">               RenderText {#text} at (0,0) size 11x17
</span><span class="cx">                 text run at (0,0) width 11: &quot;\x{2225}&quot;
</span><span class="cx">           RenderMathMLSpace {mspace} at (67,0) size 0x21
</span><del>-      RenderText {#text} at (217,80) size 5x19
-        text run at (217,80) width 5: &quot; &quot;
</del><ins>+      RenderText {#text} at (211,80) size 5x19
+        text run at (211,80) width 5: &quot; &quot;
</ins><span class="cx">       RenderBR {BR} at (0,0) size 0x0
</span><del>-      RenderMathMLMath {math} at (0,162) size 79x75 [padding: 0 1 0 1]
-        RenderMathMLRoot {msqrt} at (1,0) size 77x75
</del><ins>+      RenderMathMLMath {math} at (0,162) size 77x75
+        RenderMathMLRoot {msqrt} at (0,0) size 77x75
</ins><span class="cx">           RenderMathMLOperator {mo} at (8,1) size 7x74
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x16
</span><span class="cx">               RenderText {#text} at (0,0) size 6x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatormathmlpresentationmspacechildrenexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/mathml/presentation/mspace-children-expected.txt (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/mathml/presentation/mspace-children-expected.txt        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/platform/ios-simulator/mathml/presentation/mspace-children-expected.txt        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -7,6 +7,6 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 387x19
</span><span class="cx">           text run at (0,0) width 387: &quot;This test passes if &lt;mspace&gt; does not create child renderers.&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,36) size 784x315
</span><del>-        RenderMathMLMath {math} at (0,15) size 102x300 [padding: 0 1 0 1]
-          RenderMathMLSpace {mspace} at (1,0) size 100x300
</del><ins>+        RenderMathMLMath {math} at (0,15) size 100x300
+          RenderMathMLSpace {mspace} at (0,0) size 100x300
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatormathmlpresentationrootsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/mathml/presentation/roots-expected.txt (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/mathml/presentation/roots-expected.txt        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/platform/ios-simulator/mathml/presentation/roots-expected.txt        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -6,8 +6,8 @@
</span><span class="cx">       RenderBlock {p} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 181x19
</span><span class="cx">           text run at (0,0) width 181: &quot;square root (should be red): &quot;
</span><del>-        RenderMathMLMath {math} at (180,2) size 20x14 [padding: 0 1 0 1]
-          RenderMathMLRoot {msqrt} at (1,0) size 17x14 [color=#FF0000]
</del><ins>+        RenderMathMLMath {math} at (180,2) size 18x14
+          RenderMathMLRoot {msqrt} at (0,0) size 17x14 [color=#FF0000]
</ins><span class="cx">             RenderMathMLToken {mn} at (8,1) size 9x13
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x12
</span><span class="cx">                 RenderText {#text} at (0,-1) size 8x17
</span><span class="lines">@@ -15,8 +15,8 @@
</span><span class="cx">       RenderBlock {p} at (0,36) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 113x19
</span><span class="cx">           text run at (0,0) width 113: &quot;long square root: &quot;
</span><del>-        RenderMathMLMath {math} at (112,2) size 45x14 [padding: 0 1 0 1]
-          RenderMathMLRoot {msqrt} at (1,0) size 43x14
</del><ins>+        RenderMathMLMath {math} at (112,2) size 43x14
+          RenderMathMLRoot {msqrt} at (0,0) size 43x14
</ins><span class="cx">             RenderMathMLRow {mrow} at (8,1) size 35x13
</span><span class="cx">               RenderMathMLToken {mi} at (0,3) size 10x9 [padding: 0 2 0 0]
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 8x9
</span><span class="lines">@@ -33,8 +33,8 @@
</span><span class="cx">       RenderBlock {p} at (0,72) size 784x23
</span><span class="cx">         RenderText {#text} at (0,3) size 227x19
</span><span class="cx">           text run at (0,3) width 227: &quot;long square root with implied row: &quot;
</span><del>-        RenderMathMLMath {math} at (226,0) size 55x20 [padding: 0 1 0 1]
-          RenderMathMLRoot {msqrt} at (1,0) size 52x20
</del><ins>+        RenderMathMLMath {math} at (226,0) size 53x20
+          RenderMathMLRoot {msqrt} at (0,0) size 52x20
</ins><span class="cx">             RenderMathMLScripts {msup} at (8,1) size 20x19
</span><span class="cx">               RenderMathMLToken {mi} at (0,8) size 10x10 [padding: 0 2 0 0]
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 8x9
</span><span class="lines">@@ -55,8 +55,8 @@
</span><span class="cx">       RenderBlock {p} at (0,111) size 784x28
</span><span class="cx">         RenderText {#text} at (0,4) size 117x19
</span><span class="cx">           text run at (0,4) width 117: &quot;root of a fraction: &quot;
</span><del>-        RenderMathMLMath {math} at (116,0) size 45x29 [padding: 0 1 0 1]
-          RenderMathMLRoot {msqrt} at (1,0) size 43x29
</del><ins>+        RenderMathMLMath {math} at (116,0) size 43x29
+          RenderMathMLRoot {msqrt} at (0,0) size 43x29
</ins><span class="cx">             RenderMathMLFraction {mfrac} at (8,1) size 35x28
</span><span class="cx">               RenderMathMLRow {mrow} at (0,0) size 34x12
</span><span class="cx">                 RenderMathMLToken {mi} at (0,3) size 10x9 [padding: 0 2 0 0]
</span><span class="lines">@@ -87,8 +87,8 @@
</span><span class="cx">       RenderBlock {p} at (0,155) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 177x19
</span><span class="cx">           text run at (0,0) width 177: &quot;cube root (should be blue): &quot;
</span><del>-        RenderMathMLMath {math} at (176,0) size 20x16 [color=#0000FF] [padding: 0 1 0 1]
-          RenderMathMLRoot {mroot} at (1,0) size 17x16
</del><ins>+        RenderMathMLMath {math} at (176,0) size 18x16 [color=#0000FF]
+          RenderMathMLRoot {mroot} at (0,0) size 17x16
</ins><span class="cx">             RenderMathMLToken {mn} at (8,3) size 9x13
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x12
</span><span class="cx">                 RenderText {#text} at (0,-1) size 8x17
</span><span class="lines">@@ -100,8 +100,8 @@
</span><span class="cx">       RenderBlock {p} at (0,191) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 77x19
</span><span class="cx">           text run at (0,0) width 77: &quot;long index: &quot;
</span><del>-        RenderMathMLMath {math} at (76,1) size 49x15 [padding: 0 1 0 1]
-          RenderMathMLRoot {mroot} at (1,0) size 46x15
</del><ins>+        RenderMathMLMath {math} at (76,1) size 47x15
+          RenderMathMLRoot {mroot} at (0,0) size 46x15
</ins><span class="cx">             RenderMathMLToken {mn} at (37,2) size 9x13
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x12
</span><span class="cx">                 RenderText {#text} at (0,-1) size 8x17
</span><span class="lines">@@ -130,8 +130,8 @@
</span><span class="cx">       RenderBlock {p} at (0,227) size 784x28
</span><span class="cx">         RenderText {#text} at (0,5) size 188x19
</span><span class="cx">           text run at (0,5) width 188: &quot;long index w/ complex base: &quot;
</span><del>-        RenderMathMLMath {math} at (187,0) size 75x29 [padding: 0 1 0 1]
-          RenderMathMLRoot {mroot} at (1,0) size 72x29
</del><ins>+        RenderMathMLMath {math} at (187,0) size 73x29
+          RenderMathMLRoot {mroot} at (0,0) size 72x29
</ins><span class="cx">             RenderMathMLFraction {mfrac} at (37,2) size 35x27
</span><span class="cx">               RenderMathMLRow {mrow} at (0,0) size 34x12
</span><span class="cx">                 RenderMathMLToken {mi} at (0,3) size 10x9 [padding: 0 2 0 0]
</span><span class="lines">@@ -183,8 +183,8 @@
</span><span class="cx">       RenderBlock {p} at (0,271) size 784x34
</span><span class="cx">         RenderText {#text} at (0,14) size 77x19
</span><span class="cx">           text run at (0,14) width 77: &quot;high index: &quot;
</span><del>-        RenderMathMLMath {math} at (76,0) size 21x30 [padding: 0 1 0 1]
-          RenderMathMLRoot {mroot} at (1,0) size 18x30
</del><ins>+        RenderMathMLMath {math} at (76,0) size 19x30
+          RenderMathMLRoot {mroot} at (0,0) size 18x30
</ins><span class="cx">             RenderMathMLToken {mn} at (9,17) size 9x13
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x12
</span><span class="cx">                 RenderText {#text} at (0,-1) size 8x17
</span><span class="lines">@@ -206,8 +206,8 @@
</span><span class="cx">       RenderBlock {p} at (0,321) size 784x32
</span><span class="cx">         RenderText {#text} at (0,12) size 160x19
</span><span class="cx">           text run at (0,12) width 160: &quot;Imbricated square roots: &quot;
</span><del>-        RenderMathMLMath {math} at (159,0) size 254x28 [padding: 0 1 0 1]
-          RenderMathMLRoot {msqrt} at (1,0) size 251x28
</del><ins>+        RenderMathMLMath {math} at (159,0) size 252x28
+          RenderMathMLRoot {msqrt} at (0,0) size 251x28
</ins><span class="cx">             RenderMathMLToken {mn} at (8,15) size 9x13
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x12
</span><span class="cx">                 RenderText {#text} at (0,-1) size 8x17
</span><span class="lines">@@ -285,8 +285,8 @@
</span><span class="cx">       RenderBlock {p} at (0,369) size 784x47
</span><span class="cx">         RenderText {#text} at (0,27) size 114x19
</span><span class="cx">           text run at (0,27) width 114: &quot;Imbricated roots: &quot;
</span><del>-        RenderMathMLMath {math} at (113,0) size 269x43 [padding: 0 1 0 1]
-          RenderMathMLRoot {mroot} at (1,0) size 267x43
</del><ins>+        RenderMathMLMath {math} at (113,0) size 267x43
+          RenderMathMLRoot {mroot} at (0,0) size 267x43
</ins><span class="cx">             RenderMathMLRow {mrow} at (8,2) size 259x41
</span><span class="cx">               RenderMathMLToken {mn} at (0,28) size 8x12
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 8x12
</span><span class="lines">@@ -411,8 +411,8 @@
</span><span class="cx">       RenderBlock {p} at (0,432) size 784x47
</span><span class="cx">         RenderText {#text} at (0,27) size 74x19
</span><span class="cx">           text run at (0,27) width 74: &quot;RTL roots: &quot;
</span><del>-        RenderMathMLMath {math} at (73,0) size 269x43 [padding: 0 1 0 1]
-          RenderMathMLRoot {mroot} at (1,0) size 267x43
</del><ins>+        RenderMathMLMath {math} at (73,0) size 267x43
+          RenderMathMLRoot {mroot} at (0,0) size 267x43
</ins><span class="cx">             RenderMathMLRow {mrow} at (0,2) size 258x41
</span><span class="cx">               RenderMathMLToken {mn} at (249,28) size 9x12
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 8x12
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatormathmlradicalfallbackexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/mathml/radical-fallback-expected.txt (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/mathml/radical-fallback-expected.txt        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/platform/ios-simulator/mathml/radical-fallback-expected.txt        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -6,18 +6,18 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x87
</span><span class="cx">         RenderText {#text} at (0,67) size 132x19
</span><span class="cx">           text run at (0,67) width 132: &quot;Large LTR radicals: &quot;
</span><del>-        RenderMathMLMath {math} at (131,0) size 21x82 [padding: 0 1 0 1]
-          RenderMathMLRoot {msqrt} at (1,0) size 9x82
</del><ins>+        RenderMathMLMath {math} at (131,0) size 19x82
+          RenderMathMLRoot {msqrt} at (0,0) size 9x82
</ins><span class="cx">             RenderMathMLSpace {mspace} at (8,1) size 0x81
</span><del>-          RenderMathMLRoot {msqrt} at (9,0) size 10x82
</del><ins>+          RenderMathMLRoot {msqrt} at (8,0) size 10x82
</ins><span class="cx">             RenderMathMLSpace {mspace} at (8,1) size 0x81
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,103) size 784x87
</span><span class="cx">         RenderText {#text} at (0,67) size 132x19
</span><span class="cx">           text run at (0,67) width 132: &quot;Large RTL radicals: &quot;
</span><del>-        RenderMathMLMath {math} at (131,0) size 21x82 [padding: 0 1 0 1]
-          RenderMathMLRoot {msqrt} at (9,0) size 10x82
</del><ins>+        RenderMathMLMath {math} at (131,0) size 19x82
+          RenderMathMLRoot {msqrt} at (8,0) size 10x82
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,1) size 0x81
</span><del>-          RenderMathMLRoot {msqrt} at (1,0) size 9x82
</del><ins>+          RenderMathMLRoot {msqrt} at (0,0) size 9x82
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,1) size 0x81
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacmathmlopentypeopentypestretchyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/mathml/opentype/opentype-stretchy-expected.txt (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/mathml/opentype/opentype-stretchy-expected.txt        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/platform/mac/mathml/opentype/opentype-stretchy-expected.txt        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -4,24 +4,24 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x339
</span><span class="cx">     RenderBody {BODY} at (8,16) size 784x307
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x35
</span><del>-        RenderMathMLMath {math} at (0,21) size 28x11 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 26x11
</del><ins>+        RenderMathMLMath {math} at (0,21) size 26x11
+          RenderMathMLRow {mrow} at (0,0) size 26x11
</ins><span class="cx">             RenderMathMLOperator {mo} at (0,0) size 26x11
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 3x3
</span><span class="cx">                 RenderText {#text} at (0,-3) size 3x0
</span><span class="cx">                   text run at (0,-3) width 3: &quot;\x{219F}&quot;
</span><del>-        RenderText {#text} at (28,17) size 4x18
-          text run at (28,17) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (32,11) size 28x21 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 26x21
</del><ins>+        RenderText {#text} at (26,17) size 4x18
+          text run at (26,17) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (30,11) size 26x21
+          RenderMathMLRow {mrow} at (0,0) size 26x21
</ins><span class="cx">             RenderMathMLOperator {mo} at (0,0) size 26x21
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 3x3
</span><span class="cx">                 RenderText {#text} at (0,-3) size 3x0
</span><span class="cx">                   text run at (0,-3) width 3: &quot;\x{219F}&quot;
</span><del>-        RenderText {#text} at (60,17) size 4x18
-          text run at (60,17) width 4: &quot; &quot;
-        RenderMathMLMath {math} at (64,0) size 28x31 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 26x31
</del><ins>+        RenderText {#text} at (56,17) size 4x18
+          text run at (56,17) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (60,0) size 26x31
+          RenderMathMLRow {mrow} at (0,0) size 26x31
</ins><span class="cx">             RenderMathMLOperator {mo} at (0,0) size 26x31
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 3x3
</span><span class="cx">                 RenderText {#text} at (0,-3) size 3x0
</span><span class="lines">@@ -28,8 +28,8 @@
</span><span class="cx">                   text run at (0,-3) width 3: &quot;\x{219F}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,51) size 784x154
</span><del>-        RenderMathMLMath {math} at (0,0) size 49x150 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 47x150
</del><ins>+        RenderMathMLMath {math} at (0,0) size 47x150
+          RenderMathMLRow {mrow} at (0,0) size 47x150
</ins><span class="cx">             RenderMathMLOperator {mo} at (0,0) size 47x150
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 3x3
</span><span class="cx">                 RenderText {#text} at (0,-3) size 3x0
</span><span class="lines">@@ -36,8 +36,8 @@
</span><span class="cx">                   text run at (0,-3) width 3: &quot;\x{219F}&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,221) size 784x86
</span><del>-        RenderMathMLMath {math} at (0,0) size 86x82 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 84x82
</del><ins>+        RenderMathMLMath {math} at (0,0) size 84x82
+          RenderMathMLRow {mrow} at (0,0) size 84x82
</ins><span class="cx">             RenderMathMLOperator {mo} at (0,0) size 84x82
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 11x12
</span><span class="cx">                 RenderText {#text} at (0,6) size 11x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacmathmlopentypeopentypestretchyhorizontalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -4,8 +4,8 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x153
</span><span class="cx">     RenderBody {BODY} at (8,16) size 784x121
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x24
</span><del>-        RenderMathMLMath {math} at (0,3) size 10x22 [padding: 0 1 0 1]
-          RenderMathMLRow {mstyle} at (1,0) size 8x22
</del><ins>+        RenderMathMLMath {math} at (0,3) size 8x22
+          RenderMathMLRow {mstyle} at (0,0) size 8x22
</ins><span class="cx">             RenderMathMLUnderOver {mover} at (0,0) size 8x22
</span><span class="cx">               RenderMathMLOperator {mo} at (0,1) size 8x21
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 2x4
</span><span class="lines">@@ -14,8 +14,8 @@
</span><span class="cx">               RenderMathMLSpace {mspace} at (0,0) size 8x1
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,40) size 784x24
</span><del>-        RenderMathMLMath {math} at (0,3) size 17x22 [padding: 0 1 0 1]
-          RenderMathMLRow {mstyle} at (1,0) size 15x22
</del><ins>+        RenderMathMLMath {math} at (0,3) size 15x22
+          RenderMathMLRow {mstyle} at (0,0) size 15x22
</ins><span class="cx">             RenderMathMLUnderOver {mover} at (0,0) size 15x22
</span><span class="cx">               RenderMathMLOperator {mo} at (4,1) size 7x21
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 2x4
</span><span class="lines">@@ -24,8 +24,8 @@
</span><span class="cx">               RenderMathMLSpace {mspace} at (0,0) size 15x1
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,80) size 784x41
</span><del>-        RenderMathMLMath {math} at (0,0) size 152x42 [padding: 0 1 0 1]
-          RenderMathMLRow {mstyle} at (1,0) size 150x42
</del><ins>+        RenderMathMLMath {math} at (0,0) size 150x42
+          RenderMathMLRow {mstyle} at (0,0) size 150x42
</ins><span class="cx">             RenderMathMLUnderOver {mover} at (0,0) size 150x42
</span><span class="cx">               RenderMathMLOperator {mo} at (71,1) size 8x41
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 2x4
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacmathmlpresentationmenclosenotationdefaultlongdivexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/mathml/presentation/menclose-notation-default-longdiv-expected.txt (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/mathml/presentation/menclose-notation-default-longdiv-expected.txt        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/platform/mac/mathml/presentation/menclose-notation-default-longdiv-expected.txt        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -4,8 +4,8 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x90
</span><span class="cx">     RenderBody {BODY} at (8,16) size 784x58
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x58
</span><del>-        RenderMathMLMath {math} at (0,0) size 114x58 [padding: 0 1 0 1]
-          RenderMathMLRow {mrow} at (1,0) size 112x58
</del><ins>+        RenderMathMLMath {math} at (0,0) size 112x58
+          RenderMathMLRow {mrow} at (0,0) size 112x58
</ins><span class="cx">             RenderMathMLMenclose {menclose} at (0,0) size 112x58
</span><span class="cx">               RenderMathMLSpace {mspace} at (7,3) size 101x51 [bgcolor=#FF0000]
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacmathmlpresentationmenclosenotationvaluesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/mathml/presentation/menclose-notation-values-expected.txt (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/mathml/presentation/menclose-notation-values-expected.txt        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/platform/mac/mathml/presentation/menclose-notation-values-expected.txt        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -3,97 +3,97 @@
</span><span class="cx"> layer at (0,0) size 800x220
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x220
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x204
</span><del>-      RenderMathMLMath {math} at (0,8) size 114x58 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 112x58
</del><ins>+      RenderMathMLMath {math} at (0,8) size 112x58
+        RenderMathMLRow {mrow} at (0,0) size 112x58
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 112x58
</span><span class="cx">             RenderMathMLSpace {mspace} at (7,3) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (113,48) size 5x18
-        text run at (113,48) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (117,8) size 110x58 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 108x58
</del><ins>+      RenderText {#text} at (111,48) size 5x18
+        text run at (111,48) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (115,8) size 108x58
+        RenderMathMLRow {mrow} at (0,0) size 108x58
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 108x58
</span><span class="cx">             RenderMathMLSpace {mspace} at (3,3) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (226,48) size 5x18
-        text run at (226,48) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (230,8) size 111x58 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 108x58
</del><ins>+      RenderText {#text} at (222,48) size 5x18
+        text run at (222,48) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (226,8) size 109x58
+        RenderMathMLRow {mrow} at (0,0) size 108x58
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 108x58
</span><span class="cx">             RenderMathMLSpace {mspace} at (3,3) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (340,48) size 5x18
-        text run at (340,48) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (344,8) size 111x58 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 108x58
</del><ins>+      RenderText {#text} at (334,48) size 5x18
+        text run at (334,48) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (338,8) size 109x58
+        RenderMathMLRow {mrow} at (0,0) size 108x58
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 108x58
</span><span class="cx">             RenderMathMLSpace {mspace} at (3,3) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (454,48) size 5x18
-        text run at (454,48) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (458,0) size 147x74 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 144x74
</del><ins>+      RenderText {#text} at (446,48) size 5x18
+        text run at (446,48) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (450,0) size 145x74
+        RenderMathMLRow {mrow} at (0,0) size 144x74
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 144x74
</span><span class="cx">             RenderMathMLSpace {mspace} at (21,11) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (604,48) size 5x18
-        text run at (604,48) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (608,9) size 107x57 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 104x57
</del><ins>+      RenderText {#text} at (594,48) size 5x18
+        text run at (594,48) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (598,9) size 105x57
+        RenderMathMLRow {mrow} at (0,0) size 104x57
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 104x57
</span><span class="cx">             RenderMathMLSpace {mspace} at (3,3) size 101x51 [bgcolor=#FF0000]
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderMathMLMath {math} at (0,74) size 106x57 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 104x57
</del><ins>+      RenderMathMLMath {math} at (0,74) size 104x57
+        RenderMathMLRow {mrow} at (0,0) size 104x57
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 104x57
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,3) size 100x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (105,113) size 5x18
-        text run at (105,113) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (109,73) size 110x54 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 107x54
</del><ins>+      RenderText {#text} at (103,113) size 5x18
+        text run at (103,113) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (107,73) size 108x54
+        RenderMathMLRow {mrow} at (0,0) size 107x54
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 107x54
</span><span class="cx">             RenderMathMLSpace {mspace} at (3,3) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (218,113) size 5x18
-        text run at (218,113) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (222,77) size 109x54 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 107x54
</del><ins>+      RenderText {#text} at (214,113) size 5x18
+        text run at (214,113) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (218,77) size 107x54
+        RenderMathMLRow {mrow} at (0,0) size 107x54
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 107x54
</span><span class="cx">             RenderMathMLSpace {mspace} at (3,0) size 101x50 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (330,113) size 5x18
-        text run at (330,113) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (334,77) size 104x51 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 101x51
</del><ins>+      RenderText {#text} at (324,113) size 5x18
+        text run at (324,113) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (328,77) size 102x51
+        RenderMathMLRow {mrow} at (0,0) size 101x51
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 101x51
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,0) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (437,113) size 5x18
-        text run at (437,113) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (441,77) size 104x51 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 101x51
</del><ins>+      RenderText {#text} at (429,113) size 5x18
+        text run at (429,113) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (433,77) size 102x51
+        RenderMathMLRow {mrow} at (0,0) size 101x51
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 101x51
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,0) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (544,113) size 5x18
-        text run at (544,113) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (548,77) size 103x50 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 100x50
</del><ins>+      RenderText {#text} at (534,113) size 5x18
+        text run at (534,113) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (538,77) size 101x50
+        RenderMathMLRow {mrow} at (0,0) size 100x50
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 100x50
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,0) size 100x50 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (650,113) size 5x18
-        text run at (650,113) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (654,77) size 103x50 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 100x50
</del><ins>+      RenderText {#text} at (638,113) size 5x18
+        text run at (638,113) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (642,77) size 101x50
+        RenderMathMLRow {mrow} at (0,0) size 100x50
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 100x50
</span><span class="cx">             RenderMathMLSpace {mspace} at (0,0) size 100x50 [bgcolor=#FF0000]
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderMathMLMath {math} at (0,140) size 110x58 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 108x58
</del><ins>+      RenderMathMLMath {math} at (0,140) size 108x58
+        RenderMathMLRow {mrow} at (0,0) size 108x58
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 108x58
</span><span class="cx">             RenderMathMLSpace {mspace} at (3,3) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (109,179) size 5x18
-        text run at (109,179) width 5: &quot; &quot;
</del><ins>+      RenderText {#text} at (107,179) size 5x18
+        text run at (107,179) width 5: &quot; &quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderMathMLMath {math} at (113,131) size 146x74 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 144x74
</del><ins>+      RenderMathMLMath {math} at (111,131) size 144x74
+        RenderMathMLRow {mrow} at (0,0) size 144x74
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 144x74
</span><span class="cx">             RenderMathMLSpace {mspace} at (21,11) size 101x51 [bgcolor=#FF0000]
</span><del>-      RenderText {#text} at (258,179) size 5x18
-        text run at (258,179) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (262,139) size 111x58 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 108x58
</del><ins>+      RenderText {#text} at (254,179) size 5x18
+        text run at (254,179) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (258,139) size 109x58
+        RenderMathMLRow {mrow} at (0,0) size 108x58
</ins><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 108x58
</span><span class="cx">             RenderMathMLSpace {mspace} at (3,3) size 101x51 [bgcolor=#FF0000]
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacmathmlpresentationmostretchexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/mathml/presentation/mo-stretch-expected.txt (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/mathml/presentation/mo-stretch-expected.txt        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/platform/mac/mathml/presentation/mo-stretch-expected.txt        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -3,8 +3,8 @@
</span><span class="cx"> layer at (0,0) size 800x256
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x256
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x240
</span><del>-      RenderMathMLMath {math} at (0,0) size 110x25 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 108x25
</del><ins>+      RenderMathMLMath {math} at (0,0) size 108x25
+        RenderMathMLRow {mrow} at (0,0) size 108x25
</ins><span class="cx">           RenderMathMLOperator {mo} at (0,5) size 6x14
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x14
</span><span class="cx">               RenderText {#text} at (0,-6) size 6x24
</span><span class="lines">@@ -61,11 +61,11 @@
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 9x16
</span><span class="cx">               RenderText {#text} at (0,-5) size 9x24
</span><span class="cx">                 text run at (0,-5) width 9: &quot;\x{2225}&quot;
</span><del>-      RenderText {#text} at (109,2) size 5x18
-        text run at (109,2) width 5: &quot; &quot;
</del><ins>+      RenderText {#text} at (107,2) size 5x18
+        text run at (107,2) width 5: &quot; &quot;
</ins><span class="cx">       RenderBR {BR} at (0,0) size 0x0
</span><del>-      RenderMathMLMath {math} at (0,24) size 125x143 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 123x143
</del><ins>+      RenderMathMLMath {math} at (0,24) size 123x143
+        RenderMathMLRow {mrow} at (0,0) size 123x143
</ins><span class="cx">           RenderMathMLOperator {mo} at (0,0) size 8x143
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x14
</span><span class="cx">               RenderText {#text} at (0,-6) size 6x24
</span><span class="lines">@@ -123,10 +123,10 @@
</span><span class="cx">               RenderText {#text} at (0,-5) size 9x24
</span><span class="cx">                 text run at (0,-5) width 9: &quot;\x{2225}&quot;
</span><span class="cx">           RenderMathMLSpace {mspace} at (122,0) size 0x76
</span><del>-      RenderText {#text} at (124,85) size 5x18
-        text run at (124,85) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (128,49) size 125x93 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 123x93
</del><ins>+      RenderText {#text} at (122,85) size 5x18
+        text run at (122,85) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (126,49) size 123x93
+        RenderMathMLRow {mrow} at (0,0) size 123x93
</ins><span class="cx">           RenderMathMLOperator {mo} at (0,0) size 8x93
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x14
</span><span class="cx">               RenderText {#text} at (0,-6) size 6x24
</span><span class="lines">@@ -184,10 +184,10 @@
</span><span class="cx">               RenderText {#text} at (0,-5) size 9x24
</span><span class="cx">                 text run at (0,-5) width 9: &quot;\x{2225}&quot;
</span><span class="cx">           RenderMathMLSpace {mspace} at (122,0) size 0x51
</span><del>-      RenderText {#text} at (252,85) size 5x18
-        text run at (252,85) width 5: &quot; &quot;
-      RenderMathMLMath {math} at (256,79) size 116x33 [padding: 0 1 0 1]
-        RenderMathMLRow {mrow} at (1,0) size 114x33
</del><ins>+      RenderText {#text} at (248,85) size 5x18
+        text run at (248,85) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (252,79) size 114x33
+        RenderMathMLRow {mrow} at (0,0) size 114x33
</ins><span class="cx">           RenderMathMLOperator {mo} at (0,0) size 8x33
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x14
</span><span class="cx">               RenderText {#text} at (0,-6) size 6x24
</span><span class="lines">@@ -245,11 +245,11 @@
</span><span class="cx">               RenderText {#text} at (0,-5) size 9x24
</span><span class="cx">                 text run at (0,-5) width 9: &quot;\x{2225}&quot;
</span><span class="cx">           RenderMathMLSpace {mspace} at (113,0) size 0x21
</span><del>-      RenderText {#text} at (371,85) size 5x18
-        text run at (371,85) width 5: &quot; &quot;
</del><ins>+      RenderText {#text} at (365,85) size 5x18
+        text run at (365,85) width 5: &quot; &quot;
</ins><span class="cx">       RenderBR {BR} at (0,0) size 0x0
</span><del>-      RenderMathMLMath {math} at (0,166) size 139x75 [padding: 0 1 0 1]
-        RenderMathMLRoot {msqrt} at (1,0) size 137x75
</del><ins>+      RenderMathMLMath {math} at (0,166) size 137x75
+        RenderMathMLRoot {msqrt} at (0,0) size 137x75
</ins><span class="cx">           RenderMathMLOperator {mo} at (14,1) size 9x74
</span><span class="cx">             RenderBlock (anonymous) at (0,0) size 6x14
</span><span class="cx">               RenderText {#text} at (0,-6) size 6x24
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacmathmlpresentationmspacechildrenexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/mathml/presentation/mspace-children-expected.txt (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/mathml/presentation/mspace-children-expected.txt        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/platform/mac/mathml/presentation/mspace-children-expected.txt        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -7,6 +7,6 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 387x18
</span><span class="cx">           text run at (0,0) width 387: &quot;This test passes if &lt;mspace&gt; does not create child renderers.&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,34) size 784x314
</span><del>-        RenderMathMLMath {math} at (0,14) size 102x300 [padding: 0 1 0 1]
-          RenderMathMLSpace {mspace} at (1,0) size 100x300
</del><ins>+        RenderMathMLMath {math} at (0,14) size 100x300
+          RenderMathMLSpace {mspace} at (0,0) size 100x300
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacmathmlpresentationrootsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/mathml/presentation/roots-expected.txt (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/mathml/presentation/roots-expected.txt        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/platform/mac/mathml/presentation/roots-expected.txt        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -6,8 +6,8 @@
</span><span class="cx">       RenderBlock {p} at (0,0) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 181x18
</span><span class="cx">           text run at (0,0) width 181: &quot;square root (should be red): &quot;
</span><del>-        RenderMathMLMath {math} at (180,1) size 26x20 [padding: 0 1 0 1]
-          RenderMathMLRoot {msqrt} at (1,0) size 23x20 [color=#FF0000]
</del><ins>+        RenderMathMLMath {math} at (180,1) size 24x20
+          RenderMathMLRoot {msqrt} at (0,0) size 23x20 [color=#FF0000]
</ins><span class="cx">             RenderMathMLToken {mn} at (14,1) size 9x13
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x12
</span><span class="cx">                 RenderText {#text} at (0,-6) size 8x24
</span><span class="lines">@@ -15,8 +15,8 @@
</span><span class="cx">       RenderBlock {p} at (0,36) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 113x18
</span><span class="cx">           text run at (0,0) width 113: &quot;long square root: &quot;
</span><del>-        RenderMathMLMath {math} at (112,1) size 53x20 [padding: 0 1 0 1]
-          RenderMathMLRoot {msqrt} at (1,0) size 50x20
</del><ins>+        RenderMathMLMath {math} at (112,1) size 51x20
+          RenderMathMLRoot {msqrt} at (0,0) size 50x20
</ins><span class="cx">             RenderMathMLRow {mrow} at (14,1) size 36x13
</span><span class="cx">               RenderMathMLToken {mi} at (0,4) size 9x8 [padding: 0 2 0 0]
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 8x9
</span><span class="lines">@@ -33,8 +33,8 @@
</span><span class="cx">       RenderBlock {p} at (0,72) size 784x22
</span><span class="cx">         RenderText {#text} at (0,4) size 227x18
</span><span class="cx">           text run at (0,4) width 227: &quot;long square root with implied row: &quot;
</span><del>-        RenderMathMLMath {math} at (226,0) size 62x20 [padding: 0 1 0 1]
-          RenderMathMLRoot {msqrt} at (1,0) size 59x20
</del><ins>+        RenderMathMLMath {math} at (226,0) size 60x20
+          RenderMathMLRoot {msqrt} at (0,0) size 59x20
</ins><span class="cx">             RenderMathMLScripts {msup} at (14,1) size 19x18
</span><span class="cx">               RenderMathMLToken {mi} at (0,9) size 9x8 [padding: 0 2 0 0]
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 8x9
</span><span class="lines">@@ -55,8 +55,8 @@
</span><span class="cx">       RenderBlock {p} at (0,110) size 784x28
</span><span class="cx">         RenderText {#text} at (0,5) size 117x18
</span><span class="cx">           text run at (0,5) width 117: &quot;root of a fraction: &quot;
</span><del>-        RenderMathMLMath {math} at (116,0) size 53x29 [padding: 0 1 0 1]
-          RenderMathMLRoot {msqrt} at (1,0) size 50x29
</del><ins>+        RenderMathMLMath {math} at (116,0) size 51x29
+          RenderMathMLRoot {msqrt} at (0,0) size 50x29
</ins><span class="cx">             RenderMathMLFraction {mfrac} at (14,1) size 36x28
</span><span class="cx">               RenderMathMLRow {mrow} at (0,0) size 35x12
</span><span class="cx">                 RenderMathMLToken {mi} at (0,4) size 9x8 [padding: 0 2 0 0]
</span><span class="lines">@@ -87,8 +87,8 @@
</span><span class="cx">       RenderBlock {p} at (0,154) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 177x18
</span><span class="cx">           text run at (0,0) width 177: &quot;cube root (should be blue): &quot;
</span><del>-        RenderMathMLMath {math} at (176,0) size 26x21 [color=#0000FF] [padding: 0 1 0 1]
-          RenderMathMLRoot {mroot} at (1,0) size 23x21
</del><ins>+        RenderMathMLMath {math} at (176,0) size 24x21 [color=#0000FF]
+          RenderMathMLRoot {mroot} at (0,0) size 23x21
</ins><span class="cx">             RenderMathMLToken {mn} at (14,2) size 9x13
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x12
</span><span class="cx">                 RenderText {#text} at (0,-6) size 8x24
</span><span class="lines">@@ -100,8 +100,8 @@
</span><span class="cx">       RenderBlock {p} at (0,190) size 784x20
</span><span class="cx">         RenderText {#text} at (0,0) size 77x18
</span><span class="cx">           text run at (0,0) width 77: &quot;long index: &quot;
</span><del>-        RenderMathMLMath {math} at (76,0) size 56x21 [padding: 0 1 0 1]
-          RenderMathMLRoot {mroot} at (1,0) size 53x21
</del><ins>+        RenderMathMLMath {math} at (76,0) size 54x21
+          RenderMathMLRoot {mroot} at (0,0) size 53x21
</ins><span class="cx">             RenderMathMLToken {mn} at (44,2) size 9x13
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x12
</span><span class="cx">                 RenderText {#text} at (0,-6) size 8x24
</span><span class="lines">@@ -130,8 +130,8 @@
</span><span class="cx">       RenderBlock {p} at (0,226) size 784x28
</span><span class="cx">         RenderText {#text} at (0,6) size 188x18
</span><span class="cx">           text run at (0,6) width 188: &quot;long index w/ complex base: &quot;
</span><del>-        RenderMathMLMath {math} at (187,0) size 83x29 [padding: 0 1 0 1]
-          RenderMathMLRoot {mroot} at (1,0) size 80x29
</del><ins>+        RenderMathMLMath {math} at (187,0) size 81x29
+          RenderMathMLRoot {mroot} at (0,0) size 80x29
</ins><span class="cx">             RenderMathMLFraction {mfrac} at (44,2) size 36x27
</span><span class="cx">               RenderMathMLRow {mrow} at (0,0) size 35x12
</span><span class="cx">                 RenderMathMLToken {mi} at (0,4) size 9x8 [padding: 0 2 0 0]
</span><span class="lines">@@ -183,8 +183,8 @@
</span><span class="cx">       RenderBlock {p} at (0,270) size 784x28
</span><span class="cx">         RenderText {#text} at (0,7) size 77x18
</span><span class="cx">           text run at (0,7) width 77: &quot;high index: &quot;
</span><del>-        RenderMathMLMath {math} at (76,0) size 26x29 [padding: 0 1 0 1]
-          RenderMathMLRoot {mroot} at (1,0) size 24x29
</del><ins>+        RenderMathMLMath {math} at (76,0) size 24x29
+          RenderMathMLRoot {mroot} at (0,0) size 24x29
</ins><span class="cx">             RenderMathMLToken {mn} at (15,10) size 9x13
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x12
</span><span class="cx">                 RenderText {#text} at (0,-6) size 8x24
</span><span class="lines">@@ -206,8 +206,8 @@
</span><span class="cx">       RenderBlock {p} at (0,314) size 784x32
</span><span class="cx">         RenderText {#text} at (0,13) size 160x18
</span><span class="cx">           text run at (0,13) width 160: &quot;Imbricated square roots: &quot;
</span><del>-        RenderMathMLMath {math} at (159,0) size 316x33 [padding: 0 1 0 1]
-          RenderMathMLRoot {msqrt} at (1,0) size 313x33
</del><ins>+        RenderMathMLMath {math} at (159,0) size 314x33
+          RenderMathMLRoot {msqrt} at (0,0) size 313x33
</ins><span class="cx">             RenderMathMLToken {mn} at (14,15) size 9x13
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 8x12
</span><span class="cx">                 RenderText {#text} at (0,-6) size 8x24
</span><span class="lines">@@ -285,8 +285,8 @@
</span><span class="cx">       RenderBlock {p} at (0,362) size 784x42
</span><span class="cx">         RenderText {#text} at (0,24) size 114x18
</span><span class="cx">           text run at (0,24) width 114: &quot;Imbricated roots: &quot;
</span><del>-        RenderMathMLMath {math} at (113,0) size 331x42 [padding: 0 1 0 1]
-          RenderMathMLRoot {mroot} at (1,0) size 329x42
</del><ins>+        RenderMathMLMath {math} at (113,0) size 329x42
+          RenderMathMLRoot {mroot} at (0,0) size 329x42
</ins><span class="cx">             RenderMathMLRow {mrow} at (14,2) size 315x40
</span><span class="cx">               RenderMathMLToken {mn} at (0,24) size 8x12
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 8x12
</span><span class="lines">@@ -411,8 +411,8 @@
</span><span class="cx">       RenderBlock {p} at (0,420) size 784x42
</span><span class="cx">         RenderText {#text} at (0,24) size 74x18
</span><span class="cx">           text run at (0,24) width 74: &quot;RTL roots: &quot;
</span><del>-        RenderMathMLMath {math} at (73,0) size 331x42 [padding: 0 1 0 1]
-          RenderMathMLRoot {mroot} at (1,0) size 329x42
</del><ins>+        RenderMathMLMath {math} at (73,0) size 329x42
+          RenderMathMLRoot {mroot} at (0,0) size 329x42
</ins><span class="cx">             RenderMathMLRow {mrow} at (0,2) size 314x40
</span><span class="cx">               RenderMathMLToken {mn} at (305,24) size 9x12
</span><span class="cx">                 RenderBlock (anonymous) at (0,0) size 8x12
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacmathmlradicalfallbackexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/mathml/radical-fallback-expected.txt (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/mathml/radical-fallback-expected.txt        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/LayoutTests/platform/mac/mathml/radical-fallback-expected.txt        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -6,18 +6,18 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x86
</span><span class="cx">         RenderText {#text} at (0,68) size 132x18
</span><span class="cx">           text run at (0,68) width 132: &quot;Large LTR radicals: &quot;
</span><del>-        RenderMathMLMath {math} at (131,0) size 27x82 [padding: 0 1 0 1]
-          RenderMathMLRoot {msqrt} at (1,0) size 15x82
</del><ins>+        RenderMathMLMath {math} at (131,0) size 25x82
+          RenderMathMLRoot {msqrt} at (0,0) size 15x82
</ins><span class="cx">             RenderMathMLSpace {mspace} at (14,1) size 0x81
</span><del>-          RenderMathMLRoot {msqrt} at (15,0) size 10x82
</del><ins>+          RenderMathMLRoot {msqrt} at (14,0) size 10x82
</ins><span class="cx">             RenderMathMLSpace {mspace} at (8,1) size 0x81
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock {P} at (0,102) size 784x86
</span><span class="cx">         RenderText {#text} at (0,68) size 132x18
</span><span class="cx">           text run at (0,68) width 132: &quot;Large RTL radicals: &quot;
</span><del>-        RenderMathMLMath {math} at (131,0) size 27x82 [padding: 0 1 0 1]
-          RenderMathMLRoot {msqrt} at (9,0) size 16x82
</del><ins>+        RenderMathMLMath {math} at (131,0) size 25x82
+          RenderMathMLRoot {msqrt} at (8,0) size 16x82
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,1) size 0x81
</span><del>-          RenderMathMLRoot {msqrt} at (1,0) size 9x82
</del><ins>+          RenderMathMLRoot {msqrt} at (0,0) size 9x82
</ins><span class="cx">             RenderMathMLSpace {mspace} at (0,1) size 0x81
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/Source/WebCore/ChangeLog        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -1,3 +1,16 @@
</span><ins>+2016-07-13  Frederic Wang  &lt;fred.wang@free.fr&gt;
+
+        Remove padding and margin around the &lt;math&gt; element
+        https://bugs.webkit.org/show_bug.cgi?id=157989
+
+        Reviewed by Brent Fulgham.
+
+        No new tests, already covered by existing tests.
+
+        * css/mathml.css:
+        (math): Remove padding.
+        (math[display=&quot;block&quot;]): Remove margin.
+
</ins><span class="cx"> 2016-07-13  Enrica Casucci  &lt;enrica@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Update supported platforms in xcconfig files to match the sdk names.
</span></span></pre></div>
<a id="trunkSourceWebCorecssmathmlcss"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/mathml.css (203170 => 203171)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/mathml.css        2016-07-13 19:11:56 UTC (rev 203170)
+++ trunk/Source/WebCore/css/mathml.css        2016-07-13 19:14:59 UTC (rev 203171)
</span><span class="lines">@@ -14,6 +14,8 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> math {
</span><ins>+    display: inline;
+
</ins><span class="cx">     /*
</span><span class="cx">     We use the exact bounding boxes of glyphs to avoid excessive gaps in mathematical formulas.
</span><span class="cx">     FIXME: Should we replace this with a more general handling of ink/logical ascent/descent?
</span><span class="lines">@@ -107,17 +109,9 @@
</span><span class="cx">     /* FIXME: Should we reset more CSS properties (http://webkit.org/b/156839)? */
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-math {
-    display: inline;
-    padding-left: 1px;
-    padding-right: 1px;
-}
-
</del><span class="cx"> math[display=&quot;block&quot;] {
</span><span class="cx">     display: block;
</span><span class="cx">     page-break-inside: avoid;
</span><del>-    /* -webkit-margin-before: 1em; -- FIXME: Ask www-math for a default MathML stylesheet, including this (or margin-top). */
-    -webkit-margin-after: 1em;
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> ms, mspace, mtext, mi, mn, mo, mrow, mfenced, mfrac, msub, msup, msubsup, mmultiscripts, mprescripts, none, munder, mover, munderover, msqrt, mroot, merror, mphantom, mstyle, menclose, semantics, mpadded, maction {
</span></span></pre>
</div>
</div>

</body>
</html>