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

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

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

Unreviewed test gardening.

* platform/efl/TestExpectations: Mark mathml/presentation/radical-bar-visibility.html as failing.
* platform/efl/mathml/opentype/horizontal-munderover-expected.txt: Update expectation using latest buildbot results.
* platform/efl/mathml/presentation/menclose-notation-values-expected.txt: Ditto.
* platform/efl/mathml/presentation/mspace-children-expected.txt: Ditto.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformeflTestExpectations">trunk/LayoutTests/platform/efl/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformeflmathmlopentypehorizontalmunderoverexpectedtxt">trunk/LayoutTests/platform/efl/mathml/opentype/horizontal-munderover-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformeflmathmlpresentationmenclosenotationvaluesexpectedtxt">trunk/LayoutTests/platform/efl/mathml/presentation/menclose-notation-values-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformeflmathmlpresentationmspacechildrenexpectedtxt">trunk/LayoutTests/platform/efl/mathml/presentation/mspace-children-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (202776 => 202777)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-07-02 08:24:51 UTC (rev 202776)
+++ trunk/LayoutTests/ChangeLog        2016-07-02 11:29:42 UTC (rev 202777)
</span><span class="lines">@@ -1,5 +1,16 @@
</span><span class="cx"> 2016-07-02  Frederic Wang  &lt;fred.wang@free.fr&gt;
</span><span class="cx"> 
</span><ins>+        Update EFL expectations for some MathML tests.
+
+        Unreviewed test gardening.
+
+        * platform/efl/TestExpectations: Mark mathml/presentation/radical-bar-visibility.html as failing.
+        * platform/efl/mathml/opentype/horizontal-munderover-expected.txt: Update expectation using latest buildbot results.
+        * platform/efl/mathml/presentation/menclose-notation-values-expected.txt: Ditto.
+        * platform/efl/mathml/presentation/mspace-children-expected.txt: Ditto.
+
+2016-07-02  Frederic Wang  &lt;fred.wang@free.fr&gt;
+
</ins><span class="cx">         Update windows expectations for some MathML tests.
</span><span class="cx"> 
</span><span class="cx">         Unreviewed test gardening.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/TestExpectations (202776 => 202777)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/TestExpectations        2016-07-02 08:24:51 UTC (rev 202776)
+++ trunk/LayoutTests/platform/efl/TestExpectations        2016-07-02 11:29:42 UTC (rev 202777)
</span><span class="lines">@@ -629,6 +629,8 @@
</span><span class="cx"> http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html [ Skip ]
</span><span class="cx"> mathml/presentation/fractions-box.html [ Skip ]
</span><span class="cx"> 
</span><ins>+mathml/presentation/radical-bar-visibility.html [ ImageOnlyFailure ]
+
</ins><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/animate-elem-22-b.svg [ Crash ]
</span><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/animate-elem-28-t.svg [ Crash ]
</span><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/interact-order-01-b.svg [ Crash ]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflmathmlopentypehorizontalmunderoverexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/mathml/opentype/horizontal-munderover-expected.txt (202776 => 202777)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/mathml/opentype/horizontal-munderover-expected.txt        2016-07-02 08:24:51 UTC (rev 202776)
+++ trunk/LayoutTests/platform/efl/mathml/opentype/horizontal-munderover-expected.txt        2016-07-02 11:29:42 UTC (rev 202777)
</span><span class="lines">@@ -1,11 +1,92 @@
</span><del>-CONSOLE MESSAGE: line 2: SyntaxError: Unexpected token '|'. Expected an opening '(' before a function's parameter list.
-JSRegress/regress-157246
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-FAIL caught exception: SyntaxError: Unexpected token '|'. Expected an opening '(' before a function's parameter list.
-FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
-
-TEST COMPLETE
-
</del><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x63
+  RenderBlock {HTML} at (0,0) size 800x63
+    RenderBody {BODY} at (8,16) size 784x31
+      RenderBlock {P} at (0,0) size 784x31
+        RenderMathMLMath {math} at (0,4) size 50x16 [padding: 0 1 0 1]
+          RenderMathMLRow {mstyle} at (1,0) size 48x16
+            RenderMathMLUnderOver {mover} at (0,0) size 48x8
+              RenderMathMLOperator {mo} at (20,2) size 8x6
+                RenderBlock (anonymous) at (0,0) size 8x14
+                  RenderText {#text} at (0,-44) size 8x106
+                    text run at (0,-44) width 8: &quot;\x{23DE}&quot;
+              RenderMathMLSpace {mspace} at (0,0) size 48x2 [bgcolor=#FF0000]
+        RenderText {#text} at (50,6) size 4x17
+          text run at (50,6) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (54,7) size 66x13 [padding: 0 1 0 1]
+          RenderMathMLRow {mstyle} at (1,0) size 64x13
+            RenderMathMLUnderOver {mover} at (0,0) size 64x13
+              RenderMathMLSpace {mspace} at (0,11) size 64x2 [bgcolor=#FF0000]
+              RenderMathMLOperator {mo} at (29,0) size 6x11
+                RenderBlock (anonymous) at (0,0) size 6x11
+                  RenderText {#text} at (0,-33) size 6x80
+                    text run at (0,-33) width 6: &quot;\x{23DE}&quot;
+        RenderText {#text} at (120,6) size 4x17
+          text run at (120,6) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (124,6) size 50x14 [padding: 0 1 0 1]
+          RenderMathMLRow {mstyle} at (1,0) size 48x14
+            RenderMathMLUnderOver {munder} at (0,0) size 48x8
+              RenderMathMLOperator {mo} at (20,0) size 8x6
+                RenderBlock (anonymous) at (0,0) size 8x14
+                  RenderText {#text} at (0,-44) size 8x106
+                    text run at (0,-44) width 8: &quot;\x{23DE}&quot;
+              RenderMathMLSpace {mspace} at (0,6) size 48x2 [bgcolor=#FF0000]
+        RenderText {#text} at (174,6) size 4x17
+          text run at (174,6) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (178,7) size 66x24 [padding: 0 1 0 1]
+          RenderMathMLRow {mstyle} at (1,0) size 64x24
+            RenderMathMLUnderOver {munderover} at (0,0) size 64x24
+              RenderMathMLSpace {mspace} at (0,11) size 64x2 [bgcolor=#FF0000]
+              RenderMathMLOperator {mo} at (29,13) size 6x11
+                RenderBlock (anonymous) at (0,0) size 6x11
+                  RenderText {#text} at (0,-33) size 6x80
+                    text run at (0,-33) width 6: &quot;\x{23DE}&quot;
+              RenderMathMLOperator {mo} at (29,0) size 6x11
+                RenderBlock (anonymous) at (0,0) size 6x11
+                  RenderText {#text} at (0,-33) size 6x80
+                    text run at (0,-33) width 6: &quot;\x{23DE}&quot;
+        RenderText {#text} at (244,6) size 4x17
+          text run at (244,6) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (248,0) size 50x20 [padding: 0 1 0 1]
+          RenderMathMLRow {mstyle} at (1,0) size 48x20
+            RenderMathMLUnderOver {munderover} at (0,0) size 48x14
+              RenderMathMLOperator {mo} at (20,6) size 8x6
+                RenderBlock (anonymous) at (0,0) size 8x14
+                  RenderText {#text} at (0,-44) size 8x106
+                    text run at (0,-44) width 8: &quot;\x{23DE}&quot;
+              RenderMathMLSpace {mspace} at (0,12) size 48x2 [bgcolor=#FF0000]
+              RenderMathMLOperator {mo} at (21,0) size 6x6
+                RenderBlock (anonymous) at (0,0) size 6x11
+                  RenderText {#text} at (0,-33) size 6x80
+                    text run at (0,-33) width 6: &quot;\x{23DE}&quot;
+        RenderText {#text} at (298,6) size 4x17
+          text run at (298,6) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (302,4) size 50x16 [padding: 0 1 0 1]
+          RenderMathMLRow {mstyle} at (1,0) size 48x16
+            RenderMathMLUnderOver {munderover} at (0,0) size 48x14
+              RenderMathMLOperator {mo} at (20,2) size 8x6
+                RenderBlock (anonymous) at (0,0) size 8x14
+                  RenderText {#text} at (0,-44) size 8x106
+                    text run at (0,-44) width 8: &quot;\x{23DE}&quot;
+              RenderMathMLOperator {mo} at (21,8) size 6x6
+                RenderBlock (anonymous) at (0,0) size 6x11
+                  RenderText {#text} at (0,-33) size 6x80
+                    text run at (0,-33) width 6: &quot;\x{23DE}&quot;
+              RenderMathMLSpace {mspace} at (0,0) size 48x2 [bgcolor=#FF0000]
+        RenderText {#text} at (352,6) size 4x17
+          text run at (352,6) width 4: &quot; &quot;
+        RenderMathMLMath {math} at (356,4) size 50x16 [padding: 0 1 0 1]
+          RenderMathMLRow {mstyle} at (1,0) size 48x16
+            RenderMathMLUnderOver {munder} at (0,0) size 48x14
+              RenderMathMLUnderOver {mover} at (0,0) size 48x8
+                RenderMathMLOperator {mo} at (20,2) size 8x6
+                  RenderBlock (anonymous) at (0,0) size 8x14
+                    RenderText {#text} at (0,-44) size 8x106
+                      text run at (0,-44) width 8: &quot;\x{23DE}&quot;
+                RenderMathMLSpace {mspace} at (0,0) size 48x2 [bgcolor=#FF0000]
+              RenderMathMLOperator {mo} at (21,8) size 6x6
+                RenderBlock (anonymous) at (0,0) size 6x11
+                  RenderText {#text} at (0,-33) size 6x80
+                    text run at (0,-33) width 6: &quot;\x{23DE}&quot;
+        RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformeflmathmlpresentationmenclosenotationvaluesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/mathml/presentation/menclose-notation-values-expected.txt (202776 => 202777)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/mathml/presentation/menclose-notation-values-expected.txt        2016-07-02 08:24:51 UTC (rev 202776)
+++ trunk/LayoutTests/platform/efl/mathml/presentation/menclose-notation-values-expected.txt        2016-07-02 11:29:42 UTC (rev 202777)
</span><span class="lines">@@ -1,8 +1,8 @@
</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 800x219
-  RenderBlock {HTML} at (0,0) size 800x219
-    RenderBody {BODY} at (8,8) size 784x203
</del><ins>+layer at (0,0) size 800x220
+  RenderBlock {HTML} at (0,0) size 800x220
+    RenderBody {BODY} at (8,8) size 784x204
</ins><span class="cx">       RenderMathMLMath {math} at (0,8) size 114x58 [padding: 0 1 0 1]
</span><span class="cx">         RenderMathMLRow {mrow} at (1,0) size 112x58
</span><span class="cx">           RenderMathMLMenclose {menclose} at (0,0) size 112x58
</span><span class="lines">@@ -79,20 +79,20 @@
</span><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]
</del><ins>+      RenderMathMLMath {math} at (0,140) size 110x58 [padding: 0 1 0 1]
</ins><span class="cx">         RenderMathMLRow {mrow} at (1,0) size 108x58
</span><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 (109,179) size 5x17
+        text run at (109,179) 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]
</del><ins>+      RenderMathMLMath {math} at (113,131) size 146x74 [padding: 0 1 0 1]
</ins><span class="cx">         RenderMathMLRow {mrow} at (1,0) size 144x74
</span><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]
</del><ins>+      RenderText {#text} at (258,179) size 5x17
+        text run at (258,179) width 5: &quot; &quot;
+      RenderMathMLMath {math} at (262,139) size 111x58 [padding: 0 1 0 1]
</ins><span class="cx">         RenderMathMLRow {mrow} at (1,0) size 108x58
</span><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></pre></div>
<a id="trunkLayoutTestsplatformeflmathmlpresentationmspacechildrenexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/mathml/presentation/mspace-children-expected.txt (202776 => 202777)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/mathml/presentation/mspace-children-expected.txt        2016-07-02 08:24:51 UTC (rev 202776)
+++ trunk/LayoutTests/platform/efl/mathml/presentation/mspace-children-expected.txt        2016-07-02 11:29:42 UTC (rev 202777)
</span><span class="lines">@@ -1,12 +1,12 @@
</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 800x371
-  RenderBlock {HTML} at (0,0) size 800x371
-    RenderBody {BODY} at (8,16) size 784x347
-      RenderBlock {P} at (0,0) size 784x17
</del><ins>+layer at (0,0) size 800x372
+  RenderBlock {HTML} at (0,0) size 800x372
+    RenderBody {BODY} at (8,16) size 784x348
+      RenderBlock {P} at (0,0) size 784x18
</ins><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><del>-      RenderBlock (anonymous) at (0,33) size 784x314
</del><ins>+      RenderBlock (anonymous) at (0,34) size 784x314
</ins><span class="cx">         RenderMathMLMath {math} at (0,14) size 102x300 [padding: 0 1 0 1]
</span><span class="cx">           RenderMathMLSpace {mspace} at (1,0) size 100x300
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre>
</div>
</div>

</body>
</html>