| Index: third_party/WebKit/LayoutTests/http/tests/media/gc-while-network-loading.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/media/gc-while-network-loading.html b/third_party/WebKit/LayoutTests/http/tests/media/gc-while-network-loading.html
|
| index caf03b4bf6bad64cb28defdae1a5716f7d423d91..e34ad5035a737119ad18df0166fded4922d2d7a8 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/media/gc-while-network-loading.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/media/gc-while-network-loading.html
|
| @@ -11,7 +11,7 @@ async_test(function(t)
|
| var mediaFile = findMediaFile("video", "../../../media/content/test");
|
| var type = mimeTypeForExtension(mediaFile.split(".").pop());
|
| v.src = "http://127.0.0.1:8000/media/video-throttled-load.cgi?name=" + mediaFile + "&throttle=50&type=" + type;
|
| - v.onloadeddata = t.step_func(function()
|
| + v.onloadstart = t.step_func(function()
|
| {
|
| assert_equals(v.networkState, v.NETWORK_LOADING);
|
| // The delaying-the-load-event flag is now false.
|
|
|