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

Unified Diff: chrome/test/data/predictors/xhr.html

Issue 2540803002: predictors: Add browsertests that check fetching through javascript. (Closed)
Patch Set: Address lizeb comments. Created 4 years 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/predictors/inner_html.js ('k') | chrome/test/data/predictors/xhr.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/predictors/xhr.html
diff --git a/chrome/test/data/predictors/xhr.html b/chrome/test/data/predictors/xhr.html
new file mode 100644
index 0000000000000000000000000000000000000000..e14144b6ae0c92cfde67cc5658f48b3f351ac5f7
--- /dev/null
+++ b/chrome/test/data/predictors/xhr.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Include xhr.js</title>
+ <script src="xhr.js"></script>
+ </head>
+ <body>
+ </body>
+</html>
« no previous file with comments | « chrome/test/data/predictors/inner_html.js ('k') | chrome/test/data/predictors/xhr.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698