Chromium Code Reviews| 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> |
|
Benoit L
2017/01/09 14:31:47
Why moving this to <head>?
alexilin
2017/01/09 15:08:16
The reason is strictly aesthetic. A <script> outsi
|
| </head> |
| - <script src="/handled-by-test/script.js"></script> |
| <body> |
| <img src="/handled-by-test/image.png"> |
| <p class="customfont">Hello world!</p> |