servo/tests
bors-servo 520ca258d4 Auto merge of #9618 - jongiddy:fix-mp4-size, r=jdm
Calculate correct mp4 header length.

The calculation of MP4 frame length is incorrect, shifting values by 1 bit instead of 8 bits.  It works for the test MP4 file because the length of the frame is less than 256 bytes, so the shifted values are all zero.

This PR changes the code to calculate the length correctly. It adds a test to check a fake long stream. Still not long enough to test completely, but at least detects the problem with the original code.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9618)
<!-- Reviewable:end -->
2016-02-13 01:20:58 +05:30
..
compiletest Add infrastructure for compiletests 2016-02-04 16:00:09 +01:00
dromaeo
heartbeats Output to png file since exit flag doesn't work 2016-01-25 15:28:49 -06:00
html layout: Separate out overflow-for-scrolling from overflow-for-paint. 2016-02-03 16:06:24 -08:00
jquery
power
unit Calculate mp4 header length correctly. 2016-02-12 17:39:34 +00:00
wpt Auto merge of #9606 - servo:bump-js, r=Ms2ger 2016-02-12 21:45:51 +05:30