Changeset 190757 in webkit


Ignore:
Timestamp:
Oct 8, 2015 4:19:27 PM (9 years ago)
Author:
commit-queue@webkit.org
Message:

Cleaning up after revision 190339
https://bugs.webkit.org/show_bug.cgi?id=149732

Patch by Jiewen Tan <jiewen_tan@apple.com> on 2015-10-08
Reviewed by Myles C. Maxfield.

  • svg/custom/invalid-xslt-crash.svg:
  • svg/custom/invalid-xslt-crash-expected.txt:

Replace render tree dump test with text dump.

Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r190753 r190757  
     12015-10-08  Jiewen Tan  <jiewen_tan@apple.com>
     2
     3        Cleaning up after revision 190339
     4        https://bugs.webkit.org/show_bug.cgi?id=149732
     5
     6        Reviewed by Myles C. Maxfield.
     7
     8        * svg/custom/invalid-xslt-crash.svg:
     9        * svg/custom/invalid-xslt-crash-expected.txt:
     10        Replace render tree dump test with text dump.
     11
    1122015-10-08  Ryan Haddad  <ryanhaddad@apple.com>
    213
  • trunk/LayoutTests/svg/custom/invalid-xslt-crash-expected.txt

    r190586 r190757  
    1 layer at (0,0) size 800x600
    2   RenderView at (0,0) size 800x600
     1Pass if no crash
  • trunk/LayoutTests/svg/custom/invalid-xslt-crash.svg

    r190586 r190757  
    1 <?xml-stylesheet type="application/xml" href=""?>
    21<svg xmlns="http://www.w3.org/2000/svg"
    3                 xmlns:xslt="http://www.w3.org/1999/XSL/Transform"
    4                 xslt:version="1.0">
    5   <!-- The test passes if it doesn't crash -->
    6   <xslt:attribute nnnnnnnnnnname="fill">lime</xslt:attribute>
     2     xmlns:xslt="http://www.w3.org/1999/XSL/Transform"
     3     xslt:version="1.0">
     4    <script>
     5        if (window.testRunner)
     6            testRunner.dumpAsText();
     7    </script>
     8
     9    <!-- The test passes if it doesn't crash -->
     10    <xslt:attribute nnnnnnnnnnname="fill">lime</xslt:attribute>
     11    <text>Pass if no crash</text>
    712</svg>
Note: See TracChangeset for help on using the changeset viewer.