Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Side by Side Diff: chrome/test/data/webkit/resources/xslt-bad-import-uri.xsl

Issue 8531002: new webkit_browsertest for crbug.com/103058 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
3 <xsl:import href="nosuchfileatall"/>
4 <xsl:template match="/">
5 <xsl:apply-imports/>
6 </xsl:template>
7 </xsl:stylesheet>
OLDNEW
« no previous file with comments | « chrome/test/data/webkit/resources/xslt-bad-import-uri.xml ('k') | chrome/test/data/webkit/xslt-bad-import.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698