Title: [146792] branches/safari-536.30-branch/LayoutTests
Revision
146792
Author
eric.carl...@apple.com
Date
2013-03-25 11:40:48 -0700 (Mon, 25 Mar 2013)

Log Message

Merge r136586.

    2012-12-04  Florin Malita  <fmal...@chromium.org>

    Unreviewed gardening - add missing js-test-pre.js include to avoid use-href-update-crash.svg
    failures on platforms that do not define gc().

    * svg/custom/use-href-update-crash.svg:

Modified Paths

Diff

Modified: branches/safari-536.30-branch/LayoutTests/ChangeLog (146791 => 146792)


--- branches/safari-536.30-branch/LayoutTests/ChangeLog	2013-03-25 18:36:33 UTC (rev 146791)
+++ branches/safari-536.30-branch/LayoutTests/ChangeLog	2013-03-25 18:40:48 UTC (rev 146792)
@@ -1,3 +1,14 @@
+2013-03-25  Eric Carlson  <eric.carl...@apple.com>
+
+        Merge r136586.
+
+    2012-12-04  Florin Malita  <fmal...@chromium.org>
+
+            Unreviewed gardening - add missing js-test-pre.js include to avoid use-href-update-crash.svg
+            failures on platforms that do not define gc().
+
+            * svg/custom/use-href-update-crash.svg:
+
 2013-03-22  Eric Carlson  <eric.carl...@apple.com>
 
         Update results where white-space changed because of the change from testRunner" to "layoutTestController.

Modified: branches/safari-536.30-branch/LayoutTests/svg/custom/use-href-update-crash.svg (146791 => 146792)


--- branches/safari-536.30-branch/LayoutTests/svg/custom/use-href-update-crash.svg	2013-03-25 18:36:33 UTC (rev 146791)
+++ branches/safari-536.30-branch/LayoutTests/svg/custom/use-href-update-crash.svg	2013-03-25 18:40:48 UTC (rev 146792)
@@ -3,7 +3,8 @@
   <!-- Test for https://bugs.webkit.org/show_bug.cgi?id=104004 -->
   <use id="use" xlink:href=""
   <text>PASS: did not crash.</text>
- 
+
+  <script src=""
   <script>
     var use = document.getElementById('use');
     use.setAttribute('xlink:href', 'bar.svg#bar');
@@ -14,4 +15,5 @@
     if (window.layoutTestController)
       layoutTestController.dumpAsText();
   </script>
+  <script src=""
 </svg>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to