Title: [122305] trunk/LayoutTests
Revision
122305
Author
[email protected]
Date
2012-07-11 00:06:39 -0700 (Wed, 11 Jul 2012)

Log Message

gc() doesn't exist in svg/animations/dynamic-modify-attributename-crash2.svg
https://bugs.webkit.org/show_bug.cgi?id=90945

Reviewed by Abhishek Arya.

* svg/animations/dynamic-modify-attributename-crash2.svg: Include fast/js/resources/js-test-pre.js to have gc().

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (122304 => 122305)


--- trunk/LayoutTests/ChangeLog	2012-07-11 07:02:09 UTC (rev 122304)
+++ trunk/LayoutTests/ChangeLog	2012-07-11 07:06:39 UTC (rev 122305)
@@ -1,3 +1,12 @@
+2012-07-11  Csaba Osztrogonác  <[email protected]>
+
+        gc() doesn't exist in svg/animations/dynamic-modify-attributename-crash2.svg
+        https://bugs.webkit.org/show_bug.cgi?id=90945
+
+        Reviewed by Abhishek Arya.
+
+        * svg/animations/dynamic-modify-attributename-crash2.svg: Include fast/js/resources/js-test-pre.js to have gc().
+
 2012-07-10  Douglas Stockwell  <[email protected]>
 
         Style not updated for element with display:none becoming first/last-child

Modified: trunk/LayoutTests/svg/animations/dynamic-modify-attributename-crash2.svg (122304 => 122305)


--- trunk/LayoutTests/svg/animations/dynamic-modify-attributename-crash2.svg	2012-07-11 07:02:09 UTC (rev 122304)
+++ trunk/LayoutTests/svg/animations/dynamic-modify-attributename-crash2.svg	2012-07-11 07:06:39 UTC (rev 122305)
@@ -1,7 +1,8 @@
 <!-- Test for WK90750 - this should not crash or say FAIL. -->
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
     <set id="set"></set>
     <text id="status" x="100" y="100">FAIL</text>
+    <script xlink:href=""
     <script>
         if (window.testRunner) {
             testRunner.dumpAsText();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to