Title: [176543] trunk/LayoutTests
- Revision
- 176543
- Author
- [email protected]
- Date
- 2014-11-25 10:05:39 -0800 (Tue, 25 Nov 2014)
Log Message
Unreviewed, upload two missing test files in the commit r174677.
* mathml/presentation/mo-stretch-update-expected.html: Added.
* mathml/presentation/mo-stretch-update.html: Added.
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (176542 => 176543)
--- trunk/LayoutTests/ChangeLog 2014-11-25 16:16:15 UTC (rev 176542)
+++ trunk/LayoutTests/ChangeLog 2014-11-25 18:05:39 UTC (rev 176543)
@@ -1,3 +1,10 @@
+2014-11-25 Alejandro G. Castro <[email protected]>
+
+ Unreviewed, upload two missing test files in the commit r174677.
+
+ * mathml/presentation/mo-stretch-update-expected.html: Added.
+ * mathml/presentation/mo-stretch-update.html: Added.
+
2014-11-24 Dhi Aurrahman <[email protected]>
Fix the parsing and re-serialization of :lang pseudo class selector when it has multiple arguments with same value
Added: trunk/LayoutTests/mathml/presentation/mo-stretch-update-expected.html (0 => 176543)
--- trunk/LayoutTests/mathml/presentation/mo-stretch-update-expected.html (rev 0)
+++ trunk/LayoutTests/mathml/presentation/mo-stretch-update-expected.html 2014-11-25 18:05:39 UTC (rev 176543)
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+<body>
+ <math>
+ <mrow>
+ <mo stretchy="true">∫</mo>
+ <mspace height="75px" depth="1px"/>
+ </mrow>
+ </math>
+</body>
+</html>
Added: trunk/LayoutTests/mathml/presentation/mo-stretch-update.html (0 => 176543)
--- trunk/LayoutTests/mathml/presentation/mo-stretch-update.html (rev 0)
+++ trunk/LayoutTests/mathml/presentation/mo-stretch-update.html 2014-11-25 18:05:39 UTC (rev 176543)
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<html>
+<body>
+ <math>
+ <mrow>
+ <mo id="test1" stretchy="false">∫</mo>
+ <mspace height="75px" depth="1px"/>
+ </mrow>
+ </math>
+
+ <script>
+ if (window.testRunner)
+ testRunner.waitUntilDone();
+
+ function updatePageAfterRendering()
+ {
+ setTimeout(function()
+ {
+ document.getElementById("test1").setAttribute("stretchy", "true");
+ testRunner.notifyDone();
+ }, 50);
+ }
+
+ addEventListener('load', updatePageAfterRendering, false);
+
+ </script>
+</body>
+</html>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes