Title: [174680] trunk/LayoutTests
Revision
174680
Author
[email protected]
Date
2014-10-14 03:56:04 -0700 (Tue, 14 Oct 2014)

Log Message

Add test to check stretchy value is case sensitive
https://bugs.webkit.org/show_bug.cgi?id=137602

Reviewed by Darin Adler.

* mathml/presentation/mo-stretchy-case-sensitive-expected.html: Added.
* mathml/presentation/mo-stretchy-case-sensitive.html: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (174679 => 174680)


--- trunk/LayoutTests/ChangeLog	2014-10-14 10:49:09 UTC (rev 174679)
+++ trunk/LayoutTests/ChangeLog	2014-10-14 10:56:04 UTC (rev 174680)
@@ -1,5 +1,15 @@
 2014-10-14  Alejandro G. Castro  <[email protected]>
 
+        Add test to check stretchy value is case sensitive
+        https://bugs.webkit.org/show_bug.cgi?id=137602
+
+        Reviewed by Darin Adler.
+
+        * mathml/presentation/mo-stretchy-case-sensitive-expected.html: Added.
+        * mathml/presentation/mo-stretchy-case-sensitive.html: Added.
+
+2014-10-14  Alejandro G. Castro  <[email protected]>
+
         Changes in the stretchy attribute do not update rendering
         https://bugs.webkit.org/show_bug.cgi?id=136883
 

Added: trunk/LayoutTests/mathml/presentation/mo-stretchy-case-sensitive-expected.html (0 => 174680)


--- trunk/LayoutTests/mathml/presentation/mo-stretchy-case-sensitive-expected.html	                        (rev 0)
+++ trunk/LayoutTests/mathml/presentation/mo-stretchy-case-sensitive-expected.html	2014-10-14 10:56:04 UTC (rev 174680)
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html>
+<body>
+    <p>This test checks the strechy value of the mo tag is case sensitive.</p>
+    <p>Setting stretchy to True and to false for the integral symbol should give the same result:</p>
+    <math>
+        <mrow>
+            <mo stretchy="false">&Integral;</mo>
+            <mspace height="75px" depth="1px"/>
+        </mrow>
+    </math>
+    <math>
+        <mrow>
+            <mo stretchy="false">&Integral;</mo>
+            <mspace height="75px" depth="1px"/>
+        </mrow>
+    </math>
+    <p>Setting stretchy to False and to true for the left ceiling symbol should give the same result:</p>
+    <math>
+        <mrow>
+            <mo stretchy="true">&LeftCeiling;</mo>
+            <mspace height="75px" depth="1px"/>
+        </mrow>
+    </math>
+    <math>
+        <mrow>
+            <mo stretchy="true">&LeftCeiling;</mo>
+            <mspace height="75px" depth="1px"/>
+        </mrow>
+    </math>
+</body>
+</html>

Added: trunk/LayoutTests/mathml/presentation/mo-stretchy-case-sensitive.html (0 => 174680)


--- trunk/LayoutTests/mathml/presentation/mo-stretchy-case-sensitive.html	                        (rev 0)
+++ trunk/LayoutTests/mathml/presentation/mo-stretchy-case-sensitive.html	2014-10-14 10:56:04 UTC (rev 174680)
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html>
+<body>
+    <p>This test checks the strechy value of the mo tag is case sensitive.</p>
+    <p>Setting stretchy to True and to false for the integral symbol should give the same result:</p>
+    <math>
+        <mrow>
+            <mo stretchy="True">&Integral;</mo>
+            <mspace height="75px" depth="1px"/>
+        </mrow>
+    </math>
+    <math>
+        <mrow>
+            <mo stretchy="false">&Integral;</mo>
+            <mspace height="75px" depth="1px"/>
+        </mrow>
+    </math>
+    <p>Setting stretchy to False and to true for the left ceiling symbol should give the same result:</p>
+    <math>
+        <mrow>
+            <mo stretchy="False">&LeftCeiling;</mo>
+            <mspace height="75px" depth="1px"/>
+        </mrow>
+    </math>
+    <math>
+        <mrow>
+            <mo stretchy="true">&LeftCeiling;</mo>
+            <mspace height="75px" depth="1px"/>
+        </mrow>
+    </math>
+</body>
+</html>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to