Title: [202816] trunk/LayoutTests
Revision
202816
Author
[email protected]
Date
2016-07-05 02:15:46 -0700 (Tue, 05 Jul 2016)

Log Message

Remove obsolete test mathml/presentation/bug97990.html

This test is currently skipped on all platforms. It was a test for the
old flexbox-based MathML layout. The new layout ignore padding or
borders for MathML elements and it's not clear whether this will change
in the future.

Unreviewed test gardening.

* TestExpectations: Remove skip flag for bug97990.html.
* mathml/presentation/bug97990-expected.html: Removed.
* mathml/presentation/bug97990.html: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (202815 => 202816)


--- trunk/LayoutTests/ChangeLog	2016-07-05 07:59:20 UTC (rev 202815)
+++ trunk/LayoutTests/ChangeLog	2016-07-05 09:15:46 UTC (rev 202816)
@@ -1,3 +1,18 @@
+2016-07-05  Frederic Wang  <[email protected]>
+
+        Remove obsolete test mathml/presentation/bug97990.html
+
+        This test is currently skipped on all platforms. It was a test for the
+        old flexbox-based MathML layout. The new layout ignore padding or
+        borders for MathML elements and it's not clear whether this will change
+        in the future.
+
+        Unreviewed test gardening.
+
+        * TestExpectations: Remove skip flag for bug97990.html.
+        * mathml/presentation/bug97990-expected.html: Removed.
+        * mathml/presentation/bug97990.html: Removed.
+
 2016-07-04  Fujii Hironori  <[email protected]>
 
         [GTK] Null Node dereference in FrameSelection::notifyAccessibilityForSelectionChange of FrameSelectionAtk.cpp

Modified: trunk/LayoutTests/TestExpectations (202815 => 202816)


--- trunk/LayoutTests/TestExpectations	2016-07-05 07:59:20 UTC (rev 202815)
+++ trunk/LayoutTests/TestExpectations	2016-07-05 09:15:46 UTC (rev 202816)
@@ -112,9 +112,6 @@
 
 webkit.org/b/127860 [ Debug ] js/function-apply-aliased.html [ Skip ]
 
-# For now we ignore margin/padding/border properties of MathML renderers.
-mathml/presentation/bug97990.html [ Skip ]
-
 # This test verifies that a mismatch reftest will fail as intended if both results are same. (introduced in r93187)
 fast/harness/sample-fail-mismatch-reftest.html [ WontFix ImageOnlyFailure ]
 

Deleted: trunk/LayoutTests/mathml/presentation/bug97990-expected.html (202815 => 202816)


--- trunk/LayoutTests/mathml/presentation/bug97990-expected.html	2016-07-05 07:59:20 UTC (rev 202815)
+++ trunk/LayoutTests/mathml/presentation/bug97990-expected.html	2016-07-05 09:15:46 UTC (rev 202816)
@@ -1,32 +0,0 @@
-<!doctype html>
-<html>
-  <head>
-    <title>bug 97990</title>
-    <meta charset="utf-8"/>
-  </head>    
-  <body>
-
-    <!-- The two x's should be aligned and so hidden by the red rectangle -->
-    <div style="position: absolute; left: 0; top: 0;">
-      <math>
-        <mrow>
-        <mspace height="5em" depth="5em"/>
-        <mi style="color: red;">x</mi>
-        <mover style="margin-top: 2px; padding-top: 4px; background-color: yellow">
-          <mi style="margin-top: 8px; padding-top: 16px; background-color: orange; color: red;">x</mi>
-          <mi>c</mi>
-        </mover>
-        </mrow>
-      </math>
-    </div>
-    <div style="position: absolute; left: -1em; top: 0;">
-      <math>
-        <mrow>
-          <mspace height="5em" depth="5em"/>
-          <mspace width="6em" height="1.2ex" depth="1px" mathbackground="red"/>
-        </mrow>
-      </math>
-    </div>
-
-</body>
-</html>

Deleted: trunk/LayoutTests/mathml/presentation/bug97990.html (202815 => 202816)


--- trunk/LayoutTests/mathml/presentation/bug97990.html	2016-07-05 07:59:20 UTC (rev 202815)
+++ trunk/LayoutTests/mathml/presentation/bug97990.html	2016-07-05 09:15:46 UTC (rev 202816)
@@ -1,32 +0,0 @@
-<!doctype html>
-<html>
-  <head>
-    <title>bug 97990</title>
-    <meta charset="utf-8"/>
-  </head>    
-  <body>
-
-    <!-- The two x's should be aligned and so hidden by the red rectangle -->
-    <div style="position: absolute; left: 0; top: 0;">
-      <math>
-        <mrow>
-        <mspace height="5em" depth="5em"/>
-        <mi>x</mi>
-        <mover style="margin-top: 2px; padding-top: 4px; background-color: yellow">
-          <mi style="margin-top: 8px; padding-top: 16px; background-color: orange">x</mi>
-          <mi>c</mi>
-        </mover>
-        </mrow>
-      </math>
-    </div>
-    <div style="position: absolute; left: -1em; top: 0;">
-      <math>
-        <mrow>
-          <mspace height="5em" depth="5em"/>
-          <mspace width="6em" height="1.2ex" depth="1px" mathbackground="red"/>
-        </mrow>
-      </math>
-    </div>
-
-</body>
-</html>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to