| Index: third_party/WebKit/LayoutTests/http/tests/media/video-load-metadata-decode-error.cgi
 | 
| diff --git a/third_party/WebKit/LayoutTests/http/tests/media/video-load-metadata-decode-error.cgi b/third_party/WebKit/LayoutTests/http/tests/media/video-load-metadata-decode-error.cgi
 | 
| index 62366272f0db04c59f88089f760b09542af6ff18..82df86f5d53a01319624ba27055162a009485b5f 100755
 | 
| --- a/third_party/WebKit/LayoutTests/http/tests/media/video-load-metadata-decode-error.cgi
 | 
| +++ b/third_party/WebKit/LayoutTests/http/tests/media/video-load-metadata-decode-error.cgi
 | 
| @@ -30,7 +30,7 @@
 | 
|  binmode FILE;
 | 
|  my ($data, $n);
 | 
|  my $total = 0;
 | 
| -my $break = $filesize  * 3 / 4;
 | 
| +my $break = $filesize / 4;
 | 
|  my $string = "corrupt video";
 | 
|  seek(FILE, 0, 0);
 | 
|  
 | 
| 
 |