Title: [99017] trunk/LayoutTests
Revision
99017
Author
timothy_hor...@apple.com
Date
2011-11-01 17:34:14 -0700 (Tue, 01 Nov 2011)

Log Message

SVG Filter on a group doesn't invalidate when children are moved
https://bugs.webkit.org/show_bug.cgi?id=70044
<rdar://problem/10281530>

Reviewed by Darin Adler.

Fix svg/filters/invalidate-on-child-layout.svg to not include nonexistent onload handler.

* svg/filters/invalidate-on-child-layout.svg:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (99016 => 99017)


--- trunk/LayoutTests/ChangeLog	2011-11-02 00:15:10 UTC (rev 99016)
+++ trunk/LayoutTests/ChangeLog	2011-11-02 00:34:14 UTC (rev 99017)
@@ -1,3 +1,15 @@
+2011-11-01  Tim Horton  <timothy_hor...@apple.com>
+
+        SVG Filter on a group doesn't invalidate when children are moved
+        https://bugs.webkit.org/show_bug.cgi?id=70044
+        <rdar://problem/10281530>
+
+        Reviewed by Darin Adler.
+
+        Fix svg/filters/invalidate-on-child-layout.svg to not include nonexistent onload handler.
+
+        * svg/filters/invalidate-on-child-layout.svg:
+
 2011-11-01  John Gregg  <john...@google.com>
 
         Rebaseline getter-on-window-object2.html after r99005.

Modified: trunk/LayoutTests/svg/filters/invalidate-on-child-layout.svg (99016 => 99017)


--- trunk/LayoutTests/svg/filters/invalidate-on-child-layout.svg	2011-11-02 00:15:10 UTC (rev 99016)
+++ trunk/LayoutTests/svg/filters/invalidate-on-child-layout.svg	2011-11-02 00:34:14 UTC (rev 99017)
@@ -1,4 +1,4 @@
-<svg xmlns="http://www.w3.org/2000/svg" _onload_="setup()">
+<svg xmlns="http://www.w3.org/2000/svg">
 <script>
 <![CDATA[
 if (window.layoutTestController) {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to