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

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

Issue 10821037: Move a number of other tests from browser_tests to content_browsertests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: a little cleaner Created 8 years, 5 months 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/webkit/resources/xslt-bad-import-uri.xsl
===================================================================
--- chrome/test/data/webkit/resources/xslt-bad-import-uri.xsl (revision 148517)
+++ chrome/test/data/webkit/resources/xslt-bad-import-uri.xsl (working copy)
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--Copyright (c) 2011 The Chromium Authors. All rights reserved.
- Use of this source code is governed by a BSD-style license that can be
- found in the LICENSE file. -->
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-<xsl:import href="nosuchfileatall"/>
-<xsl:template match="/">
- <xsl:apply-imports/>
-</xsl:template>
-</xsl:stylesheet>
« 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