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

Side by Side Diff: chrome/test/data/predictors/html_subresources.html

Issue 2470143007: Revert of predictors: Basic browsertest checks predictor learning. (Closed)
Patch Set: Created 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <meta charset="utf-8">
3 <title>Subresources collection</title>
4 <html>
5 <head>
6 <link rel="stylesheet" href="style.css">
7 <style type="text/css">
8 @font-face {
9 font-family: "Whatever";
10 src: url(font.ttf) format("truetype");
11 }
12 p.customfont {
13 font-family: "Whatever", Verdana;
14 }
15 </style>
16 </head>
17 <script src="script.js"></script>
18 <body>
19 <img src="image.png">
20 <p class="customfont">Hello world!</p>
21 </body>
22 </html>
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | testing/buildbot/filters/browser-side-navigation.linux.browser_tests.filter » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698