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

Unified Diff: third_party/WebKit/Source/web/tests/data/link-manifest-change.html

Issue 1793933002: Don't trigger a link resource fetch on media change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test and made mediaChanged() virtual Created 4 years, 9 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: 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>

Powered by Google App Engine
This is Rietveld 408576698