Update hyper to 0.12

This commit is contained in:
Bastien Orivel 2018-08-27 18:36:52 +02:00
parent 95bfaa0a77
commit 024b40b39d
122 changed files with 3835 additions and 3448 deletions

View file

@ -36,21 +36,6 @@
[video/webm; codecs="vp9.0" (optional)]
expected: FAIL
[audio/mp4 with and without codecs]
expected: FAIL
[audio/ogg with and without codecs]
expected: FAIL
[audio/wav with and without codecs]
expected: FAIL
[video/mp4 with and without codecs]
expected: FAIL
[video/ogg with and without codecs]
expected: FAIL
[video/x-new-fictional-format]
expected: FAIL
@ -78,15 +63,9 @@
[audio/webm with bogus codec]
expected: FAIL
[audio/webm with and without codecs]
expected: FAIL
[video/3gpp with bogus codec]
expected: FAIL
[video/3gpp with and without codecs]
expected: FAIL
[video/mp4; codecs="mp4a.40.2" (optional)]
expected: FAIL
@ -120,9 +99,30 @@
[video/webm with bogus codec]
expected: FAIL
[video/webm with and without codecs]
expected: FAIL
[fictional formats and codecs not supported]
expected: FAIL
[audio/webm (optional)]
expected: FAIL
[video/mp4 (optional)]
expected: FAIL
[video/webm (optional)]
expected: FAIL
[audio/wav (optional)]
expected: FAIL
[video/ogg (optional)]
expected: FAIL
[audio/mp4 (optional)]
expected: FAIL
[video/3gpp (optional)]
expected: FAIL
[audio/ogg (optional)]
expected: FAIL

View file

@ -24,3 +24,6 @@
[<picture><source srcset="data:,b" type="image/foobarbaz"><img src="data:,a" data-expect="data:,a"></picture>]
expected: FAIL
[<picture><source srcset="data:,b" type="image/gif;encodings"><img src="data:,a" data-expect="data:,b"></picture>]
expected: FAIL

View file

@ -0,0 +1,4 @@
[dynamic-imports-credentials.sub.html]
[Dynamic imports should be loaded with or without the credentials based on the same-origin-ness and the parent script's crossOrigin attribute]
expected: FAIL