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

Side by Side Diff: chrome/test/data/predictors/inner_html.js

Issue 2540803002: predictors: Add browsertests that check fetching through javascript. (Closed)
Patch Set: Address pasko 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 unified diff | Download patch
OLDNEW
(Empty)
1 document.getElementById("img").innerHTML =
2 '<img src="/handled-by-test/image.png">';
3 document.getElementById("css").innerHTML =
4 '<link rel="stylesheet" href="/handled-by-test/style.css">';
5 document.getElementById("js").innerHTML =
6 '<script src="/handled-by-test/script.js"></script>';
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698