Changeset 190586 in webkit
- Timestamp:
- Oct 5, 2015, 4:13:50 PM (10 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r190585 r190586 1 2015-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 1 8 2015-10-02 Ryosuke Niwa <rniwa@webkit.org> 2 9 -
trunk/LayoutTests/svg/custom/invalid-xslt-crash.svg
r190579 r190586 3 3 xmlns:xslt="http://www.w3.org/1999/XSL/Transform" 4 4 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> 12 7 </svg>
Note:
See TracChangeset
for help on using the changeset viewer.