Title: [202900] trunk/LayoutTests
Revision
202900
Author
[email protected]
Date
2016-07-07 04:57:22 -0700 (Thu, 07 Jul 2016)

Log Message

Tweak mathml/presentation/semantics.html to make it pass on iOS
https://bugs.webkit.org/show_bug.cgi?id=159457

Patch by Frederic Wang <[email protected]> on 2016-07-07
Reviewed by Sergio Villar Senin.

* mathml/presentation/semantics-expected.html: Force a line break between the two tests.
* mathml/presentation/semantics.html: Ditto.
* platform/ios-simulator-wk1/TestExpectations: Remove failure expectation.
* platform/ios-simulator-wk2/TestExpectations: Ditto.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (202899 => 202900)


--- trunk/LayoutTests/ChangeLog	2016-07-07 08:32:50 UTC (rev 202899)
+++ trunk/LayoutTests/ChangeLog	2016-07-07 11:57:22 UTC (rev 202900)
@@ -1,3 +1,15 @@
+2016-07-07  Frederic Wang  <[email protected]>
+
+        Tweak mathml/presentation/semantics.html to make it pass on iOS
+        https://bugs.webkit.org/show_bug.cgi?id=159457
+
+        Reviewed by Sergio Villar Senin.
+
+        * mathml/presentation/semantics-expected.html: Force a line break between the two tests.
+        * mathml/presentation/semantics.html: Ditto.
+        * platform/ios-simulator-wk1/TestExpectations: Remove failure expectation.
+        * platform/ios-simulator-wk2/TestExpectations: Ditto.
+
 2016-07-06  Chris Dumez  <[email protected]>
 
         Align Document.body setter with the HTML specification

Modified: trunk/LayoutTests/mathml/presentation/semantics-expected.html (202899 => 202900)


--- trunk/LayoutTests/mathml/presentation/semantics-expected.html	2016-07-07 08:32:50 UTC (rev 202899)
+++ trunk/LayoutTests/mathml/presentation/semantics-expected.html	2016-07-07 11:57:22 UTC (rev 202900)
@@ -10,6 +10,7 @@
         <mi>x</mi>
       </mrow>
    </math>
+   <br/>
 
   <math>
     <mrow>

Modified: trunk/LayoutTests/mathml/presentation/semantics.html (202899 => 202900)


--- trunk/LayoutTests/mathml/presentation/semantics.html	2016-07-07 08:32:50 UTC (rev 202899)
+++ trunk/LayoutTests/mathml/presentation/semantics.html	2016-07-07 11:57:22 UTC (rev 202900)
@@ -14,6 +14,7 @@
         <annotation-xml encoding="MathML-Content"><ci>x</ci></annotation-xml>
       </semantics>
    </math>
+   <br/>
 
     <!-- This is not valid MathML but has become a standard hack to include SVG in MathML because of Gecko's initial implementation. -->
   <math>

Modified: trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations (202899 => 202900)


--- trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations	2016-07-07 08:32:50 UTC (rev 202899)
+++ trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations	2016-07-07 11:57:22 UTC (rev 202900)
@@ -736,7 +736,6 @@
 # MathML tests that fail:
 mathml/presentation/mo-stretch-update.html [ ImageOnlyFailure ]
 mathml/presentation/scripts-subsup.html [ ImageOnlyFailure ]
-mathml/presentation/semantics.html [ ImageOnlyFailure ]
 mathml/presentation/tokenElements-background-color.html [ ImageOnlyFailure ]
 
 # SVG tests that fail:

Modified: trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations (202899 => 202900)


--- trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations	2016-07-07 08:32:50 UTC (rev 202899)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations	2016-07-07 11:57:22 UTC (rev 202900)
@@ -135,7 +135,6 @@
 mathml/mathml-in-dashboard.html [ Skip ]
 
 # MathML tests that fail due to slight pixel differences:
-mathml/presentation/semantics.html [ ImageOnlyFailure ]
 mathml/presentation/tokenElements-background-color.html [ ImageOnlyFailure ]
 
 # SVG tests that time out (these require EventSender)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to