Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[preload] Split media into video, audio and track #5033

Conversation

yoavweiss
Copy link
Contributor

This changes as values of media to their corresponding appropriate destination as defined in whatwg/fetch#437

/cc @annevk

@w3c-bots
Copy link

w3c-bots commented Mar 6, 2017

These tests are now available on w3c-test.org

@w3c-bots
Copy link

w3c-bots commented Mar 6, 2017

View the complete job log.

Firefox (nightly channel)

Testing web-platform-tests at revision 05d6aff
Using browser at version BuildID 20170305110158; SourceStamp eb23648534779c110f3a1f2baae1849ae4a9c570
Starting 10 test iterations
All results were stable

All results

7 tests ran
/preload/download-resources.html
Subtest Results Messages
OK
Makes sure that preloaded resources are downloaded FAIL assert_true: Preload not supported expected true got false
/preload/onerror-event.html
Subtest Results Messages
OK
Makes sure that preloaded resources trigger the onerror event FAIL assert_true: Preload not supported expected true got false
/preload/onload-event.html
Subtest Results Messages
OK
Makes sure that preloaded resources trigger the onload event FAIL assert_true: Preload not supported expected true got false
/preload/preload-csp.sub.html
Subtest Results Messages
OK
Makes sure that preload requests respect CSP FAIL assert_true: Preload not supported expected true got false
/preload/preload-default-csp.sub.html
Subtest Results Messages
OK
Makes sure that preload requests respect CSP FAIL assert_true: Preload not supported expected true got false
/preload/preload-with-type.html
Subtest Results Messages
OK
Makes sure that preloaded resources with a type attribute trigger the onload event FAIL assert_true: Preload not supported expected true got false
/preload/single-download-preload.html
Subtest Results Messages
OK
Makes sure that preloaded resources are not downloaded again when used FAIL assert_true: Preload not supported expected true got false

@w3c-bots
Copy link

w3c-bots commented Mar 6, 2017

View the complete job log.

Chrome (unstable channel)

Testing web-platform-tests at revision 05d6aff
Using browser at version 58.0.3026.3 dev
Starting 10 test iterations
All results were stable

All results

7 tests ran
/preload/download-resources.html
Subtest Results Messages
OK
Makes sure that preloaded resources are downloaded FAIL assert_equals: /media/white.mp4 expected 1 but got 0
/preload/onerror-event.html
Subtest Results Messages
OK
Makes sure that preloaded resources trigger the onerror event PASS
/preload/onload-event.html
Subtest Results Messages
OK
Makes sure that preloaded resources trigger the onload event FAIL assert_true: video triggered load event expected true got false
/preload/preload-csp.sub.html
Subtest Results Messages
OK
Makes sure that preload requests respect CSP PASS
/preload/preload-default-csp.sub.html
Subtest Results Messages
OK
Makes sure that preload requests respect CSP PASS
/preload/preload-with-type.html
Subtest Results Messages
OK
Makes sure that preloaded resources with a type attribute trigger the onload event FAIL assert_true: video triggered load event expected true got false
/preload/single-download-preload.html
Subtest Results Messages
OK
Makes sure that preloaded resources are not downloaded again when used PASS

@yoavweiss
Copy link
Contributor Author

These tests are also integrated into https://codereview.chromium.org/2732853003/
I prefer to land them through there.

@yoavweiss
Copy link
Contributor Author

Closed by #5103

@yoavweiss yoavweiss closed this Mar 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants