Update web-platform-tests to revision ee40b7bdc5a1e62be5b49b298b8d080b3de816b6

This commit is contained in:
WPT Sync Bot 2019-09-06 10:51:27 +00:00
parent d6118923d3
commit 81f021f2df
1721 changed files with 36115 additions and 19032 deletions

File diff suppressed because it is too large Load diff

View file

@ -5,3 +5,9 @@
[.flexbox 2]
expected: FAIL
[.flexbox 5]
expected: FAIL
[.flexbox 6]
expected: FAIL

View file

@ -0,0 +1,2 @@
[contenttype_html.html]
expected: CRASH

View file

@ -0,0 +1,2 @@
[contenttype_txt.html]
expected: CRASH

View file

@ -0,0 +1,2 @@
[contenttype_xml.html]
expected: CRASH

View file

@ -312,27 +312,3 @@
[<iframe>: separate response Content-Type: */* text/html]
expected: FAIL
[<iframe>: combined response Content-Type: text/html;" text/plain]
expected: FAIL
[<iframe>: combined response Content-Type: text/html;charset=gbk text/plain text/html]
expected: FAIL
[<iframe>: combined response Content-Type: text/html */*]
expected: FAIL
[<iframe>: separate response Content-Type: text/html */*;charset=gbk]
expected: FAIL
[<iframe>: separate response Content-Type: text/html */*]
expected: FAIL
[<iframe>: separate response Content-Type: text/plain */*]
expected: FAIL
[<iframe>: separate response Content-Type: text/html;" \\" text/plain]
expected: FAIL
[<iframe>: combined response Content-Type: text/html;x=" text/plain]
expected: FAIL

View file

@ -56,9 +56,3 @@
[separate text/javascript x/x]
expected: FAIL
[separate text/javascript;charset=windows-1252 error text/javascript]
expected: FAIL
[separate text/javascript ]
expected: FAIL

View file

@ -11,6 +11,6 @@
[X-Content-Type-Options%3A%20nosniff%0C]
expected: FAIL
[X-Content-Type-Options%3A%20%22nosniFF%22]
[X-Content-Type-Options%3A%20'NosniFF']
expected: FAIL

View file

@ -0,0 +1,4 @@
[appcache.tentative.https.sub.html]
[Appcache!]
expected: FAIL

View file

@ -0,0 +1,4 @@
[traverse_the_history_1.html]
[Multiple history traversals from the same task]
expected: FAIL

View file

@ -0,0 +1,4 @@
[traverse_the_history_5.html]
[Multiple history traversals, last would be aborted]
expected: FAIL

View file

@ -0,0 +1,4 @@
[creating_browsing_context_test_01.html]
[first argument: absolute url]
expected: FAIL

View file

@ -1,5 +1,24 @@
[open-features-negative-innerwidth-innerheight.html]
type: testharness
expected: TIMEOUT
[HTML: window.open `features`: negative values for legacy `innerwidth`, `innerheight`]
expected: FAIL
[features "innerheight=-404.5" should NOT set "height=404"]
expected: TIMEOUT
[features "innerwidth=-404.5" should NOT set "width=404"]
expected: TIMEOUT
[features "innerwidth=-404" should NOT set "width=404"]
expected: TIMEOUT
[features "innerheight=-404e1" should NOT set "height=404"]
expected: TIMEOUT
[features "innerheight=-404" should NOT set "height=404"]
expected: TIMEOUT
[features "innerwidth=-404e1" should NOT set "width=404"]
expected: TIMEOUT

View file

@ -1,5 +1,24 @@
[open-features-negative-width-height.html]
type: testharness
expected: TIMEOUT
[HTML: window.open `features`: negative values for `width`, `height`]
expected: FAIL
[features "height=-404" should NOT set "height=404"]
expected: TIMEOUT
[features "height=-404e1" should NOT set "height=404"]
expected: TIMEOUT
[features "height=-404.5" should NOT set "height=404"]
expected: TIMEOUT
[features "width=-404" should NOT set "width=404"]
expected: TIMEOUT
[features "width=-404e1" should NOT set "width=404"]
expected: TIMEOUT
[features "width=-404.5" should NOT set "width=404"]
expected: TIMEOUT

View file

@ -1,32 +1,48 @@
[open-features-non-integer-height.html]
type: testharness
expected: TIMEOUT
[HTML: window.open `features`: non-integer values for feature `height`]
expected: FAIL
[features "height=405*3" should set "height=405"]
expected: FAIL
expected: TIMEOUT
[features "height=405.32" should set "height=405"]
expected: FAIL
expected: TIMEOUT
[features "height=405e1" should set "height=405"]
expected: FAIL
expected: TIMEOUT
[features "height=405/5" should set "height=405"]
expected: FAIL
expected: TIMEOUT
[features "height=405^4" should set "height=405"]
expected: FAIL
expected: TIMEOUT
[features "height=405.5" should set "height=405"]
expected: FAIL
expected: TIMEOUT
[features "height=405e-1" should set "height=405"]
expected: FAIL
expected: TIMEOUT
[features "height=405 " should set "height=405"]
expected: FAIL
expected: TIMEOUT
[features "height=405LLl" should set "height=405"]
expected: FAIL
expected: TIMEOUT
[features "height=/404" should NOT set "height=404"]
expected: TIMEOUT
[top=0,left=0,width=401,: absence of feature "height" should be treated same as "height=0"]
expected: TIMEOUT
[top=0,left=0: absence of feature "height" should be treated same as "height=0"]
expected: TIMEOUT
[features "height=_404" should NOT set "height=404"]
expected: TIMEOUT
[features "height=L404" should NOT set "height=404"]
expected: TIMEOUT

View file

@ -1,32 +1,42 @@
[open-features-non-integer-innerheight.html]
type: testharness
expected: TIMEOUT
[HTML: window.open `features`: non-integer values for legacy feature `innerheight`]
expected: FAIL
[features "innerheight=405e-1" should set "height=405"]
expected: FAIL
expected: TIMEOUT
[features "innerheight=405LLl" should set "height=405"]
expected: FAIL
expected: TIMEOUT
[features "innerheight=405^4" should set "height=405"]
expected: FAIL
expected: TIMEOUT
[features "innerheight=405e1" should set "height=405"]
expected: FAIL
expected: TIMEOUT
[features "innerheight=405 " should set "height=405"]
expected: FAIL
expected: TIMEOUT
[features "innerheight=405/5" should set "height=405"]
expected: FAIL
expected: TIMEOUT
[features "innerheight=405.32" should set "height=405"]
expected: FAIL
expected: TIMEOUT
[features "innerheight=405.5" should set "height=405"]
expected: FAIL
expected: TIMEOUT
[features "innerheight=405*3" should set "height=405"]
expected: FAIL
expected: TIMEOUT
[features "innerheight=_404" should NOT set "height=404"]
expected: TIMEOUT
[features "innerheight=L404" should NOT set "height=404"]
expected: TIMEOUT
[features "innerheight=/404" should NOT set "height=404"]
expected: TIMEOUT

View file

@ -1,32 +1,42 @@
[open-features-non-integer-left.html]
type: testharness
expected: TIMEOUT
[HTML: window.open `features`: non-integer values for feature `left`]
expected: FAIL
[features "left=105e1" should set "left=105"]
expected: FAIL
expected: TIMEOUT
[features "left=105 " should set "left=105"]
expected: FAIL
expected: TIMEOUT
[features "left=105/5" should set "left=105"]
expected: FAIL
expected: TIMEOUT
[features "left=105e-1" should set "left=105"]
expected: FAIL
expected: TIMEOUT
[features "left=105^4" should set "left=105"]
expected: FAIL
expected: TIMEOUT
[features "left=105LLl" should set "left=105"]
expected: FAIL
expected: TIMEOUT
[features "left=105.32" should set "left=105"]
expected: FAIL
expected: TIMEOUT
[features "left=105*3" should set "left=105"]
expected: FAIL
expected: TIMEOUT
[features "left=105.5" should set "left=105"]
expected: FAIL
expected: TIMEOUT
[features "left=L104" should NOT set "left=104"]
expected: TIMEOUT
[features "left=/104" should NOT set "left=104"]
expected: TIMEOUT
[features "left=_104" should NOT set "left=104"]
expected: TIMEOUT

View file

@ -1,32 +1,42 @@
[open-features-non-integer-screenx.html]
type: testharness
expected: TIMEOUT
[HTML: window.open `features`: non-integer values for legacy feature `screenx`]
expected: FAIL
[features "screenx=105.5" should set "left=105"]
expected: FAIL
expected: TIMEOUT
[features "screenx=105e1" should set "left=105"]
expected: FAIL
expected: TIMEOUT
[features "screenx=105 " should set "left=105"]
expected: FAIL
expected: TIMEOUT
[features "screenx=105*3" should set "left=105"]
expected: FAIL
expected: TIMEOUT
[features "screenx=105e-1" should set "left=105"]
expected: FAIL
expected: TIMEOUT
[features "screenx=105^4" should set "left=105"]
expected: FAIL
expected: TIMEOUT
[features "screenx=105LLl" should set "left=105"]
expected: FAIL
expected: TIMEOUT
[features "screenx=105/5" should set "left=105"]
expected: FAIL
expected: TIMEOUT
[features "screenx=105.32" should set "left=105"]
expected: FAIL
expected: TIMEOUT
[features "screenx=_104" should NOT set "left=104"]
expected: TIMEOUT
[features "screenx=L104" should NOT set "left=104"]
expected: TIMEOUT
[features "screenx=/104" should NOT set "left=104"]
expected: TIMEOUT

View file

@ -1,32 +1,42 @@
[open-features-non-integer-screeny.html]
type: testharness
expected: TIMEOUT
[HTML: window.open `features`: non-integer values for legacy feature `screeny`]
expected: FAIL
[features "screeny=405^4" should set "height=405"]
expected: FAIL
expected: TIMEOUT
[features "screeny=405e-1" should set "height=405"]
expected: FAIL
expected: TIMEOUT
[features "screeny=405LLl" should set "height=405"]
expected: FAIL
expected: TIMEOUT
[features "screeny=405e1" should set "height=405"]
expected: FAIL
expected: TIMEOUT
[features "screeny=405 " should set "height=405"]
expected: FAIL
expected: TIMEOUT
[features "screeny=405/5" should set "height=405"]
expected: FAIL
expected: TIMEOUT
[features "screeny=405*3" should set "height=405"]
expected: FAIL
expected: TIMEOUT
[features "screeny=405.32" should set "height=405"]
expected: FAIL
expected: TIMEOUT
[features "screeny=405.5" should set "height=405"]
expected: FAIL
expected: TIMEOUT
[features "screeny=_404" should NOT set "height=404"]
expected: TIMEOUT
[features "screeny=L404" should NOT set "height=404"]
expected: TIMEOUT
[features "screeny=/404" should NOT set "height=404"]
expected: TIMEOUT

View file

@ -1,4 +0,0 @@
[media_fragment_seek.html]
[Video should seek to time specified in media fragment syntax]
expected: FAIL

View file

@ -1,7 +1,11 @@
[form-submission-algorithm.html]
expected: TIMEOUT
[If form's firing submission events is true, then return; 'submit' event]
expected: FAIL
[If form's firing submission events is true, then return; 'invalid' event]
expected: FAIL
[Cannot navigate (after constructing the entry list)]
expected: TIMEOUT

View file

@ -1,7 +0,0 @@
[toggleEvent.html]
[Calling open twice on 'details' fires only one toggle event]
expected: FAIL
[Setting open=true to opened 'details' element should not fire a toggle event at the 'details' element]
expected: FAIL

View file

@ -1,4 +1,5 @@
[promise-rejection-events.html]
expected: TIMEOUT
[delayed handling: delaying handling rejected promise created from createImageBitmap will cause both events to fire]
expected: FAIL
@ -8,3 +9,6 @@
[no unhandledrejection/rejectionhandled: rejection handler attached synchronously to a promise created from createImageBitmap]
expected: FAIL
[rejectionhandled is dispatched from a queued task, and not immediately]
expected: TIMEOUT

View file

@ -0,0 +1,13 @@
[cross-http.no-redirect.http.html]
[`Referer` header with length < 4k is not stripped to an origin.]
expected: FAIL
[`Referer` header with length > 4k is stripped to an origin.]
expected: FAIL
[Referrer Policy: Expects stripped-referrer for a-tag to cross-http origin and no-redirect redirection from http context.]
expected: FAIL
[`Referer` header with length == 4k is not stripped to an origin.]
expected: FAIL

View file

@ -0,0 +1,13 @@
[cross-https.no-redirect.http.html]
[`Referer` header with length < 4k is not stripped to an origin.]
expected: FAIL
[Referrer Policy: Expects stripped-referrer for a-tag to cross-https origin and no-redirect redirection from http context.]
expected: FAIL
[`Referer` header with length > 4k is stripped to an origin.]
expected: FAIL
[`Referer` header with length == 4k is not stripped to an origin.]
expected: FAIL

View file

@ -0,0 +1,13 @@
[same-http.no-redirect.http.html]
[Referrer Policy: Expects stripped-referrer for a-tag to same-http origin and no-redirect redirection from http context.]
expected: FAIL
[`Referer` header with length < 4k is not stripped to an origin.]
expected: FAIL
[`Referer` header with length > 4k is stripped to an origin.]
expected: FAIL
[`Referer` header with length == 4k is not stripped to an origin.]
expected: FAIL

View file

@ -0,0 +1,13 @@
[same-https.no-redirect.http.html]
[`Referer` header with length < 4k is not stripped to an origin.]
expected: FAIL
[Referrer Policy: Expects stripped-referrer for a-tag to same-https origin and no-redirect redirection from http context.]
expected: FAIL
[`Referer` header with length > 4k is stripped to an origin.]
expected: FAIL
[`Referer` header with length == 4k is not stripped to an origin.]
expected: FAIL

View file

@ -0,0 +1,2 @@
[cross-http.keep-origin.http.html]
expected: CRASH

View file

@ -0,0 +1,2 @@
[cross-http.no-redirect.http.html]
expected: CRASH

View file

@ -0,0 +1,2 @@
[cross-http.swap-origin.http.html]
expected: CRASH

View file

@ -0,0 +1,2 @@
[cross-https.keep-origin.http.html]
expected: CRASH

View file

@ -0,0 +1,2 @@
[cross-https.no-redirect.http.html]
expected: CRASH

View file

@ -0,0 +1,2 @@
[cross-https.swap-origin.http.html]
expected: CRASH

View file

@ -0,0 +1,2 @@
[same-http.keep-origin.http.html]
expected: CRASH

View file

@ -0,0 +1,2 @@
[same-http.no-redirect.http.html]
expected: CRASH

View file

@ -0,0 +1,2 @@
[same-http.swap-origin.http.html]
expected: CRASH

View file

@ -0,0 +1,2 @@
[same-https.keep-origin.http.html]
expected: CRASH

View file

@ -0,0 +1,2 @@
[same-https.no-redirect.http.html]
expected: CRASH

View file

@ -0,0 +1,2 @@
[same-https.swap-origin.http.html]
expected: CRASH

View file

@ -0,0 +1,13 @@
[cross-http.keep-origin.http.html]
[`Referer` header with length < 4k is not stripped to an origin.]
expected: FAIL
[`Referer` header with length > 4k is stripped to an origin.]
expected: FAIL
[Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.]
expected: FAIL
[`Referer` header with length == 4k is not stripped to an origin.]
expected: FAIL

View file

@ -0,0 +1,13 @@
[cross-http.no-redirect.http.html]
[`Referer` header with length < 4k is not stripped to an origin.]
expected: FAIL
[`Referer` header with length > 4k is stripped to an origin.]
expected: FAIL
[`Referer` header with length == 4k is not stripped to an origin.]
expected: FAIL
[Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,13 @@
[cross-http.swap-origin.http.html]
[`Referer` header with length < 4k is not stripped to an origin.]
expected: FAIL
[`Referer` header with length > 4k is stripped to an origin.]
expected: FAIL
[Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.]
expected: FAIL
[`Referer` header with length == 4k is not stripped to an origin.]
expected: FAIL

View file

@ -0,0 +1,13 @@
[cross-https.keep-origin.http.html]
[`Referer` header with length < 4k is not stripped to an origin.]
expected: FAIL
[`Referer` header with length > 4k is stripped to an origin.]
expected: FAIL
[Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.]
expected: FAIL
[`Referer` header with length == 4k is not stripped to an origin.]
expected: FAIL

View file

@ -0,0 +1,13 @@
[cross-https.no-redirect.http.html]
[`Referer` header with length < 4k is not stripped to an origin.]
expected: FAIL
[`Referer` header with length > 4k is stripped to an origin.]
expected: FAIL
[Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.]
expected: FAIL
[`Referer` header with length == 4k is not stripped to an origin.]
expected: FAIL

View file

@ -0,0 +1,13 @@
[cross-https.swap-origin.http.html]
[`Referer` header with length < 4k is not stripped to an origin.]
expected: FAIL
[`Referer` header with length > 4k is stripped to an origin.]
expected: FAIL
[Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.]
expected: FAIL
[`Referer` header with length == 4k is not stripped to an origin.]
expected: FAIL

View file

@ -0,0 +1,13 @@
[same-http.keep-origin.http.html]
[`Referer` header with length < 4k is not stripped to an origin.]
expected: FAIL
[Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.]
expected: FAIL
[`Referer` header with length > 4k is stripped to an origin.]
expected: FAIL
[`Referer` header with length == 4k is not stripped to an origin.]
expected: FAIL

View file

@ -0,0 +1,13 @@
[same-http.no-redirect.http.html]
[`Referer` header with length < 4k is not stripped to an origin.]
expected: FAIL
[`Referer` header with length > 4k is stripped to an origin.]
expected: FAIL
[`Referer` header with length == 4k is not stripped to an origin.]
expected: FAIL
[Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,13 @@
[same-http.swap-origin.http.html]
[`Referer` header with length < 4k is not stripped to an origin.]
expected: FAIL
[`Referer` header with length > 4k is stripped to an origin.]
expected: FAIL
[Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.]
expected: FAIL
[`Referer` header with length == 4k is not stripped to an origin.]
expected: FAIL

View file

@ -0,0 +1,13 @@
[same-https.keep-origin.http.html]
[Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.]
expected: FAIL
[`Referer` header with length < 4k is not stripped to an origin.]
expected: FAIL
[`Referer` header with length > 4k is stripped to an origin.]
expected: FAIL
[`Referer` header with length == 4k is not stripped to an origin.]
expected: FAIL

View file

@ -0,0 +1,13 @@
[same-https.no-redirect.http.html]
[Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.]
expected: FAIL
[`Referer` header with length < 4k is not stripped to an origin.]
expected: FAIL
[`Referer` header with length > 4k is stripped to an origin.]
expected: FAIL
[`Referer` header with length == 4k is not stripped to an origin.]
expected: FAIL

View file

@ -0,0 +1,13 @@
[same-https.swap-origin.http.html]
[`Referer` header with length < 4k is not stripped to an origin.]
expected: FAIL
[`Referer` header with length > 4k is stripped to an origin.]
expected: FAIL
[`Referer` header with length == 4k is not stripped to an origin.]
expected: FAIL
[Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,13 @@
[cross-http.keep-origin.http.html]
[`Referer` header with length < 4k is not stripped to an origin.]
expected: FAIL
[Referrer Policy: Expects stripped-referrer for script-tag to cross-http origin and keep-origin redirection from http context.]
expected: FAIL
[`Referer` header with length > 4k is stripped to an origin.]
expected: FAIL
[`Referer` header with length == 4k is not stripped to an origin.]
expected: FAIL

View file

@ -0,0 +1,13 @@
[cross-http.no-redirect.http.html]
[`Referer` header with length < 4k is not stripped to an origin.]
expected: FAIL
[`Referer` header with length > 4k is stripped to an origin.]
expected: FAIL
[`Referer` header with length == 4k is not stripped to an origin.]
expected: FAIL
[Referrer Policy: Expects stripped-referrer for script-tag to cross-http origin and no-redirect redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,13 @@
[cross-http.swap-origin.http.html]
[`Referer` header with length < 4k is not stripped to an origin.]
expected: FAIL
[`Referer` header with length > 4k is stripped to an origin.]
expected: FAIL
[Referrer Policy: Expects stripped-referrer for script-tag to cross-http origin and swap-origin redirection from http context.]
expected: FAIL
[`Referer` header with length == 4k is not stripped to an origin.]
expected: FAIL

View file

@ -0,0 +1,13 @@
[cross-https.keep-origin.http.html]
[Referrer Policy: Expects stripped-referrer for script-tag to cross-https origin and keep-origin redirection from http context.]
expected: FAIL
[`Referer` header with length < 4k is not stripped to an origin.]
expected: FAIL
[`Referer` header with length > 4k is stripped to an origin.]
expected: FAIL
[`Referer` header with length == 4k is not stripped to an origin.]
expected: FAIL

View file

@ -0,0 +1,13 @@
[cross-https.no-redirect.http.html]
[Referrer Policy: Expects stripped-referrer for script-tag to cross-https origin and no-redirect redirection from http context.]
expected: FAIL
[`Referer` header with length < 4k is not stripped to an origin.]
expected: FAIL
[`Referer` header with length > 4k is stripped to an origin.]
expected: FAIL
[`Referer` header with length == 4k is not stripped to an origin.]
expected: FAIL

View file

@ -0,0 +1,13 @@
[cross-https.swap-origin.http.html]
[`Referer` header with length < 4k is not stripped to an origin.]
expected: FAIL
[`Referer` header with length > 4k is stripped to an origin.]
expected: FAIL
[`Referer` header with length == 4k is not stripped to an origin.]
expected: FAIL
[Referrer Policy: Expects stripped-referrer for script-tag to cross-https origin and swap-origin redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,13 @@
[same-http.keep-origin.http.html]
[`Referer` header with length < 4k is not stripped to an origin.]
expected: FAIL
[Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and keep-origin redirection from http context.]
expected: FAIL
[`Referer` header with length > 4k is stripped to an origin.]
expected: FAIL
[`Referer` header with length == 4k is not stripped to an origin.]
expected: FAIL

View file

@ -0,0 +1,13 @@
[same-http.no-redirect.http.html]
[`Referer` header with length < 4k is not stripped to an origin.]
expected: FAIL
[`Referer` header with length > 4k is stripped to an origin.]
expected: FAIL
[Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and no-redirect redirection from http context.]
expected: FAIL
[`Referer` header with length == 4k is not stripped to an origin.]
expected: FAIL

View file

@ -0,0 +1,13 @@
[same-http.swap-origin.http.html]
[`Referer` header with length < 4k is not stripped to an origin.]
expected: FAIL
[`Referer` header with length > 4k is stripped to an origin.]
expected: FAIL
[`Referer` header with length == 4k is not stripped to an origin.]
expected: FAIL
[Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and swap-origin redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,13 @@
[same-https.keep-origin.http.html]
[`Referer` header with length < 4k is not stripped to an origin.]
expected: FAIL
[Referrer Policy: Expects stripped-referrer for script-tag to same-https origin and keep-origin redirection from http context.]
expected: FAIL
[`Referer` header with length > 4k is stripped to an origin.]
expected: FAIL
[`Referer` header with length == 4k is not stripped to an origin.]
expected: FAIL

View file

@ -0,0 +1,13 @@
[same-https.no-redirect.http.html]
[`Referer` header with length < 4k is not stripped to an origin.]
expected: FAIL
[Referrer Policy: Expects stripped-referrer for script-tag to same-https origin and no-redirect redirection from http context.]
expected: FAIL
[`Referer` header with length > 4k is stripped to an origin.]
expected: FAIL
[`Referer` header with length == 4k is not stripped to an origin.]
expected: FAIL

View file

@ -0,0 +1,13 @@
[same-https.swap-origin.http.html]
[`Referer` header with length < 4k is not stripped to an origin.]
expected: FAIL
[`Referer` header with length > 4k is stripped to an origin.]
expected: FAIL
[`Referer` header with length == 4k is not stripped to an origin.]
expected: FAIL
[Referrer Policy: Expects stripped-referrer for script-tag to same-https origin and swap-origin redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[cross-http.keep-origin.http.html]
[Referrer Policy: Expects omitted for iframe-tag to cross-http origin and keep-origin redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[cross-http.no-redirect.http.html]
[Referrer Policy: Expects omitted for iframe-tag to cross-http origin and no-redirect redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[cross-http.swap-origin.http.html]
[Referrer Policy: Expects omitted for iframe-tag to cross-http origin and swap-origin redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[cross-https.keep-origin.http.html]
[Referrer Policy: Expects omitted for iframe-tag to cross-https origin and keep-origin redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[cross-https.no-redirect.http.html]
[Referrer Policy: Expects omitted for iframe-tag to cross-https origin and no-redirect redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[cross-https.swap-origin.http.html]
[Referrer Policy: Expects omitted for iframe-tag to cross-https origin and swap-origin redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[same-http.keep-origin.http.html]
[Referrer Policy: Expects omitted for iframe-tag to same-http origin and keep-origin redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[same-http.no-redirect.http.html]
[Referrer Policy: Expects omitted for iframe-tag to same-http origin and no-redirect redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[same-http.swap-origin.http.html]
[Referrer Policy: Expects omitted for iframe-tag to same-http origin and swap-origin redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[same-https.keep-origin.http.html]
[Referrer Policy: Expects omitted for iframe-tag to same-https origin and keep-origin redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[same-https.no-redirect.http.html]
[Referrer Policy: Expects omitted for iframe-tag to same-https origin and no-redirect redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[same-https.swap-origin.http.html]
[Referrer Policy: Expects omitted for iframe-tag to same-https origin and swap-origin redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[cross-http.keep-origin.http.html]
[Referrer Policy: Expects omitted for img-tag to cross-http origin and keep-origin redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[cross-http.no-redirect.http.html]
[Referrer Policy: Expects omitted for img-tag to cross-http origin and no-redirect redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[cross-https.keep-origin.http.html]
[Referrer Policy: Expects omitted for img-tag to cross-https origin and keep-origin redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[cross-https.no-redirect.http.html]
[Referrer Policy: Expects omitted for img-tag to cross-https origin and no-redirect redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[cross-https.swap-origin.http.html]
[Referrer Policy: Expects omitted for img-tag to cross-https origin and swap-origin redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[same-http.swap-origin.http.html]
[Referrer Policy: Expects omitted for img-tag to same-http origin and swap-origin redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[same-https.keep-origin.http.html]
[Referrer Policy: Expects omitted for img-tag to same-https origin and keep-origin redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[same-https.no-redirect.http.html]
[Referrer Policy: Expects omitted for img-tag to same-https origin and no-redirect redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[same-https.swap-origin.http.html]
[Referrer Policy: Expects omitted for img-tag to same-https origin and swap-origin redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[cross-http.keep-origin.http.html]
[Referrer Policy: Expects omitted for script-tag to cross-http origin and keep-origin redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[cross-http.no-redirect.http.html]
[Referrer Policy: Expects omitted for script-tag to cross-http origin and no-redirect redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[cross-http.swap-origin.http.html]
[Referrer Policy: Expects omitted for script-tag to cross-http origin and swap-origin redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[cross-https.keep-origin.http.html]
[Referrer Policy: Expects omitted for script-tag to cross-https origin and keep-origin redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[cross-https.no-redirect.http.html]
[Referrer Policy: Expects omitted for script-tag to cross-https origin and no-redirect redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[cross-https.swap-origin.http.html]
[Referrer Policy: Expects omitted for script-tag to cross-https origin and swap-origin redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[same-http.keep-origin.http.html]
[Referrer Policy: Expects omitted for script-tag to same-http origin and keep-origin redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[same-http.no-redirect.http.html]
[Referrer Policy: Expects omitted for script-tag to same-http origin and no-redirect redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[same-http.swap-origin.http.html]
[Referrer Policy: Expects omitted for script-tag to same-http origin and swap-origin redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[same-https.keep-origin.http.html]
[Referrer Policy: Expects omitted for script-tag to same-https origin and keep-origin redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[same-https.no-redirect.http.html]
[Referrer Policy: Expects omitted for script-tag to same-https origin and no-redirect redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[same-https.swap-origin.http.html]
[Referrer Policy: Expects omitted for script-tag to same-https origin and swap-origin redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[cross-http.no-redirect.http.html]
[Referrer Policy: Expects origin for a-tag to cross-http origin and no-redirect redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[cross-https.no-redirect.http.html]
[Referrer Policy: Expects origin for a-tag to cross-https origin and no-redirect redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,13 @@
[same-http.no-redirect.http.html]
[Referrer Policy: Expects stripped-referrer for a-tag to same-http origin and no-redirect redirection from http context.]
expected: FAIL
[`Referer` header with length < 4k is not stripped to an origin.]
expected: FAIL
[`Referer` header with length > 4k is stripped to an origin.]
expected: FAIL
[`Referer` header with length == 4k is not stripped to an origin.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[same-https.no-redirect.http.html]
[Referrer Policy: Expects origin for a-tag to same-https origin and no-redirect redirection from http context.]
expected: FAIL

Some files were not shown because too many files have changed in this diff Show more