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

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

Issue 2609403007: predictors: browser test for client-side redirect. (Closed)
Patch Set: Nits. Created 3 years, 11 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/predictors/html_subresources.html
diff --git a/chrome/test/data/predictors/html_subresources.html b/chrome/test/data/predictors/html_subresources.html
index f3a24cad3bb398ade2c7cf6d01a05ae9fea01272..23c31ea3123abcc50a4f493dab96b15c302ff8aa 100644
--- a/chrome/test/data/predictors/html_subresources.html
+++ b/chrome/test/data/predictors/html_subresources.html
@@ -12,8 +12,8 @@
font-family: "Whatever", Verdana;
}
</style>
+ <script src="/handled-by-test/script.js"></script>
</head>
- <script src="/handled-by-test/script.js"></script>
<body>
<img src="/handled-by-test/image.png">
<p class="customfont">Hello world!</p>

Powered by Google App Engine
This is Rietveld 408576698