Title: [190586] trunk/LayoutTests
Revision
190586
Author
[email protected]
Date
2015-10-05 16:13:50 -0700 (Mon, 05 Oct 2015)

Log Message

Revert LayoutTests parts of r190579, which were incorrect.

* svg/custom/invalid-xslt-crash-expected.txt: Copied from LayoutTests/svg/custom/invalid-xslt-crash-expected.txt.
* svg/custom/invalid-xslt-crash.svg:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (190585 => 190586)


--- trunk/LayoutTests/ChangeLog	2015-10-05 22:49:34 UTC (rev 190585)
+++ trunk/LayoutTests/ChangeLog	2015-10-05 23:13:50 UTC (rev 190586)
@@ -1,3 +1,10 @@
+2015-10-05  Alexey Proskuryakov  <[email protected]>
+
+        Revert LayoutTests parts of r190579, which were incorrect.
+
+        * svg/custom/invalid-xslt-crash-expected.txt: Copied from LayoutTests/svg/custom/invalid-xslt-crash-expected.txt.
+        * svg/custom/invalid-xslt-crash.svg:
+
 2015-10-02  Ryosuke Niwa  <[email protected]>
 
         ShadowRoot with leading or trailing white space cause a crash

Copied: trunk/LayoutTests/svg/custom/invalid-xslt-crash-expected.txt (from rev 190578, trunk/LayoutTests/svg/custom/invalid-xslt-crash-expected.txt) (0 => 190586)


--- trunk/LayoutTests/svg/custom/invalid-xslt-crash-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/svg/custom/invalid-xslt-crash-expected.txt	2015-10-05 23:13:50 UTC (rev 190586)
@@ -0,0 +1,2 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600

Modified: trunk/LayoutTests/svg/custom/invalid-xslt-crash.svg (190585 => 190586)


--- trunk/LayoutTests/svg/custom/invalid-xslt-crash.svg	2015-10-05 22:49:34 UTC (rev 190585)
+++ trunk/LayoutTests/svg/custom/invalid-xslt-crash.svg	2015-10-05 23:13:50 UTC (rev 190586)
@@ -2,11 +2,6 @@
 <svg xmlns="http://www.w3.org/2000/svg"
 		xmlns:xslt="http://www.w3.org/1999/XSL/Transform"
 		xslt:version="1.0">
-    <script>
-        if (window.testRunner)
-            testRunner.dumpAsText();
-    </script>
-
-    <!-- The test passes if it doesn't crash -->
-    <xslt:attribute nnnnnnnnnnname="fill">lime</xslt:attribute>
+  <!-- The test passes if it doesn't crash -->
+  <xslt:attribute nnnnnnnnnnname="fill">lime</xslt:attribute>
 </svg>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to