diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/media/video-preload-cellular-test.js')
-rw-r--r-- | third_party/WebKit/LayoutTests/media/video-preload-cellular-test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/media/video-preload-cellular-test.js b/third_party/WebKit/LayoutTests/media/video-preload-cellular-test.js index 202f4b0..4c47179 100644 --- a/third_party/WebKit/LayoutTests/media/video-preload-cellular-test.js +++ b/third_party/WebKit/LayoutTests/media/video-preload-cellular-test.js @@ -1,7 +1,7 @@ function cellular_preload_test() { async_test(function(t) { internals.setNetworkStateNotifierTestOnly(true); - internals.setNetworkConnectionInfo('cellular', 2.0); + internals.setNetworkConnectionInfo('cellular3g', 2.0); var video = document.querySelector('video'); assert_equals(video.preload, 'none') |