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

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

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/webkit/resources/xslt-bad-import-uri.xsl ('k') | content/browser/webkit_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webkit/xslt-bad-import.html
diff --git a/chrome/test/data/webkit/xslt-bad-import.html b/chrome/test/data/webkit/xslt-bad-import.html
new file mode 100644
index 0000000000000000000000000000000000000000..d178c02a7ee8f53e906fce5d7da6ae363beff891
--- /dev/null
+++ b/chrome/test/data/webkit/xslt-bad-import.html
@@ -0,0 +1,14 @@
+<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/webkit_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698