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

Unified Diff: chrome/test/data/webkit/xslt-bad-import.html

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/xslt-bad-import.html
===================================================================
--- chrome/test/data/webkit/xslt-bad-import.html (revision 148517)
+++ chrome/test/data/webkit/xslt-bad-import.html (working copy)
@@ -1,14 +0,0 @@
-<html>
- <head>
- <script>
- window.onload = function() {
- document.getElementById('d').innerHTML=''
- }
- </script>
- </head>
- <body>
- <span id="d">
- <iframe src="resources/xslt-bad-import-uri.xml"></iframe>
- </span>
- </body>
-</html>
« no previous file with comments | « chrome/test/data/webkit/resources/xslt-bad-import-uri.xsl ('k') | content/browser/in_process_webkit/indexed_db_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698