Chromium Code Reviews| Index: third_party/WebKit/Source/web/tests/data/link-manifest-change.html |
| diff --git a/third_party/WebKit/Source/web/tests/data/link-manifest-change.html b/third_party/WebKit/Source/web/tests/data/link-manifest-change.html |
| index fabec0c545360065ed5aa60938ea59426a8f2124..7c5b6d75384ad4cdb94506c7f84273958b7ce62b 100644 |
| --- a/third_party/WebKit/Source/web/tests/data/link-manifest-change.html |
| +++ b/third_party/WebKit/Source/web/tests/data/link-manifest-change.html |
| @@ -32,14 +32,14 @@ |
| links[0].crossOrigin = 'use-credentials'; |
| links[0].media = ''; |
| links[0].type = 'image/gif'; |
| - // 2 times (= 10) |
| + // 1 times (= 9) |
|
kochi
2016/03/14 05:59:34
s/times/time/ ?
|
| links[0].href = 'bar.json'; |
| links[0].rel = 'blah'; |
| links[0].rel = 'manifest'; |
| - // 3 times (= 13) |
| + // 3 times (= 12) |
| document.head.removeChild(links[0]); |
| - // 1 time (= 14) |
| + // 1 time (= 13) |
| </script> |
| </html> |