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

Unified Diff: third_party/WebKit/Source/devtools/front_end/Tests.js

Issue 2876683002: DevTools: simplify network throttling presets (Closed)
Patch Set: update browser test Created 3 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/network_conditions/NetworkConditionsSelector.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/Tests.js
diff --git a/third_party/WebKit/Source/devtools/front_end/Tests.js b/third_party/WebKit/Source/devtools/front_end/Tests.js
index 1177154b43da3fe37bb6282f7a9beac90b973615..69f72fd364e757d38ee2fec73e93329e2fb22266 100644
--- a/third_party/WebKit/Source/devtools/front_end/Tests.js
+++ b/third_party/WebKit/Source/devtools/front_end/Tests.js
@@ -703,15 +703,15 @@
function step2() {
testPreset(
- NetworkConditions.NetworkConditionsSelector.presets[2],
- ['online event: online = true', 'connection change event: type = cellular; downlinkMax = 0.244140625'],
- step3);
+ NetworkConditions.NetworkConditionsSelector.presets[1],
+ ['online event: online = true', 'connection change event: type = cellular; downlinkMax = 0.390625'], step3);
}
function step3() {
testPreset(
- NetworkConditions.NetworkConditionsSelector.presets[8],
- ['connection change event: type = wifi; downlinkMax = 30'], test.releaseControl.bind(test));
+ NetworkConditions.NetworkConditionsSelector.presets[2],
+ ['connection change event: type = cellular; downlinkMax = 1.4400000000000002'],
+ test.releaseControl.bind(test));
}
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/network_conditions/NetworkConditionsSelector.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698