Title: [136586] trunk/LayoutTests
- Revision
- 136586
- Author
- fmal...@chromium.org
- Date
- 2012-12-04 15:49:51 -0800 (Tue, 04 Dec 2012)
Log Message
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: trunk/LayoutTests/ChangeLog (136585 => 136586)
--- trunk/LayoutTests/ChangeLog 2012-12-04 23:41:37 UTC (rev 136585)
+++ trunk/LayoutTests/ChangeLog 2012-12-04 23:49:51 UTC (rev 136586)
@@ -1,3 +1,10 @@
+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:
+
2012-12-04 Emil A Eklund <e...@chromium.org>
Unreviewed, mark css3/filters/effect-reference-hw.html as failing rather than crashing.
Modified: trunk/LayoutTests/svg/custom/use-href-update-crash.svg (136585 => 136586)
--- trunk/LayoutTests/svg/custom/use-href-update-crash.svg 2012-12-04 23:41:37 UTC (rev 136585)
+++ trunk/LayoutTests/svg/custom/use-href-update-crash.svg 2012-12-04 23:49:51 UTC (rev 136586)
@@ -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.testRunner)
testRunner.dumpAsText();
</script>
+ <script src=""
</svg>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes