Title: [162632] trunk/LayoutTests
Revision
162632
Author
a...@apple.com
Date
2014-01-23 12:12:07 -0800 (Thu, 23 Jan 2014)

Log Message

svg/animations/smil-syncbase-self-dependency.svg is very flaky

This is a newly landed test for <https://bugs.webkit.org/show_bug.cgi?id=108184>
that wasn't actually testing for what the bug fixed. The plan is to add a better
test soon, so deleting this one.

* svg/animations/smil-syncbase-self-dependency-expected.txt: Removed.
* svg/animations/smil-syncbase-self-dependency.svg: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (162631 => 162632)


--- trunk/LayoutTests/ChangeLog	2014-01-23 20:08:07 UTC (rev 162631)
+++ trunk/LayoutTests/ChangeLog	2014-01-23 20:12:07 UTC (rev 162632)
@@ -1,3 +1,14 @@
+2014-01-23  Alexey Proskuryakov  <a...@apple.com>
+
+        svg/animations/smil-syncbase-self-dependency.svg is very flaky
+
+        This is a newly landed test for <https://bugs.webkit.org/show_bug.cgi?id=108184>
+        that wasn't actually testing for what the bug fixed. The plan is to add a better
+        test soon, so deleting this one.
+
+        * svg/animations/smil-syncbase-self-dependency-expected.txt: Removed.
+        * svg/animations/smil-syncbase-self-dependency.svg: Removed.
+
 2014-01-23  Carlos Alberto Lopez Perez  <clo...@igalia.com>
 
         Unreviewed GTK gardening.

Deleted: trunk/LayoutTests/svg/animations/smil-syncbase-self-dependency-expected.txt (162631 => 162632)


--- trunk/LayoutTests/svg/animations/smil-syncbase-self-dependency-expected.txt	2014-01-23 20:08:07 UTC (rev 162631)
+++ trunk/LayoutTests/svg/animations/smil-syncbase-self-dependency-expected.txt	2014-01-23 20:12:07 UTC (rev 162632)
@@ -1 +0,0 @@
-SMILElement animation time self-dependency is handled.

Deleted: trunk/LayoutTests/svg/animations/smil-syncbase-self-dependency.svg (162631 => 162632)


--- trunk/LayoutTests/svg/animations/smil-syncbase-self-dependency.svg	2014-01-23 20:08:07 UTC (rev 162631)
+++ trunk/LayoutTests/svg/animations/smil-syncbase-self-dependency.svg	2014-01-23 20:12:07 UTC (rev 162632)
@@ -1,25 +0,0 @@
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" _onload_="loaded()">
-    <!-- Test whether SMILElement animation self dependencies handled correctly. -->
-    <rect id="rectID" width="100" height="100" fill="green">
-        <animate id="selfID" attributeName="x" begin="0s; selfID.end" dur="0.02s" from="0" to="400"/>
-    </rect>
-    <text id="label" y="150"/>
-    <script>
-        if (window.testRunner) {
-            testRunner.dumpAsText();
-            testRunner.waitUntilDone();
-        }
-
-        function displayMessage() {
-            document.getElementById("label").textContent = "SMILElement animation time self-dependency is" +
-                ((document.getElementById("rectID").x.animVal.value > 0) ? " " : " not ") + "handled.";
-        }
-
-        function loaded() {
-            setTimeout('displayMessage()', 30);
-            if (window.testRunner) {
-                setTimeout('testRunner.notifyDone()', 40);
-            }
-        }
-    </script>
-</svg>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to