Changeset 190586 in webkit


Ignore:
Timestamp:
Oct 5, 2015 4:13:50 PM (9 years ago)
Author:
ap@apple.com
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:
Location:
trunk/LayoutTests
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r190585 r190586  
     12015-10-05  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Revert LayoutTests parts of r190579, which were incorrect.
     4
     5        * svg/custom/invalid-xslt-crash-expected.txt: Copied from LayoutTests/svg/custom/invalid-xslt-crash-expected.txt.
     6        * svg/custom/invalid-xslt-crash.svg:
     7
    182015-10-02  Ryosuke Niwa  <rniwa@webkit.org>
    29
  • trunk/LayoutTests/svg/custom/invalid-xslt-crash.svg

    r190579 r190586  
    33                xmlns:xslt="http://www.w3.org/1999/XSL/Transform"
    44                xslt:version="1.0">
    5     <script>
    6         if (window.testRunner)
    7             testRunner.dumpAsText();
    8     </script>
    9 
    10     <!-- The test passes if it doesn't crash -->
    11     <xslt:attribute nnnnnnnnnnname="fill">lime</xslt:attribute>
     5  <!-- The test passes if it doesn't crash -->
     6  <xslt:attribute nnnnnnnnnnname="fill">lime</xslt:attribute>
    127</svg>
Note: See TracChangeset for help on using the changeset viewer.