mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Auto merge of #23660 - servo-wpt-sync:wpt_update_29-06-2019, r=servo-wpt-sync
Sync WPT with upstream (29-06-2019) Automated downstream sync of changes from upstream as of 29-06-2019. [no-wpt-sync]
This commit is contained in:
commit
14cddab699
826 changed files with 8235 additions and 522 deletions
|
@ -0,0 +1,4 @@
|
|||
[2d.text.font.relative_size.html]
|
||||
[Canvas test: 2d.text.font.relative_size]
|
||||
expected: FAIL
|
||||
|
|
@ -14,6 +14,9 @@
|
|||
[Revoke blob URL after creating Request, will fetch]
|
||||
expected: FAIL
|
||||
|
||||
[Revoke blob URL after calling fetch, fetch should succeed]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[url-with-fetch.any.html]
|
||||
[Untitled]
|
||||
|
@ -34,3 +37,6 @@
|
|||
[Revoke blob URL after creating Request, will fetch]
|
||||
expected: FAIL
|
||||
|
||||
[Revoke blob URL after calling fetch, fetch should succeed]
|
||||
expected: FAIL
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,4 @@
|
|||
[hit-test-floats-001.html]
|
||||
[hit-test-floats-001]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
[background-image-computed.sub.html]
|
||||
[Property background-image value 'radial-gradient(ellipse calc(-0.5em + 10px) calc(0.5em + 10px) at 20px 30px, red, blue)' computes to 'radial-gradient(0px 30px at 20px 30px, rgb(255, 0, 0), rgb(0, 0, 255))']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'radial-gradient(circle calc(-0.5em + 10px) at calc(-1em + 10px) calc(-2em + 10px), red, blue)' computes to 'radial-gradient(0px at -30px -70px, rgb(255, 0, 0), rgb(0, 0, 255))']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'radial-gradient(ellipse calc(0.5em + 10px) calc(-0.5em + 10px) at 20px 30px, red, blue)' computes to 'radial-gradient(30px 0px at 20px 30px, rgb(255, 0, 0), rgb(0, 0, 255))']
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
[background-image-invalid.html]
|
||||
[e.style['background-image'\] = "radial-gradient(ellipse -20px 30px at center, red, blue)" should not set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['background-image'\] = "repeating-radial-gradient(-20% 30% at center, red, blue)" should not set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['background-image'\] = "radial-gradient(circle -10px at center, red, blue)" should not set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['background-image'\] = "repeating-radial-gradient(20px -30px ellipse at center, red, blue)" should not set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['background-image'\] = "radial-gradient(20px -30px at center, red, blue)" should not set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['background-image'\] = "repeating-radial-gradient(-10px at center, red, blue)" should not set the property value]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[crash-font-face-invalid-descriptor.html]
|
||||
[Do not crash when setting an invalid @font-face descriptor via CSSOM]
|
||||
expected: FAIL
|
||||
|
|
@ -1079,12 +1079,27 @@
|
|||
[text-indent percentage(%) / values]
|
||||
expected: FAIL
|
||||
|
||||
[margin-top length(pt) / values]
|
||||
expected: FAIL
|
||||
|
||||
[padding-bottom length(ex) / values]
|
||||
expected: FAIL
|
||||
|
||||
[padding-bottom length(cm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[margin-right length(in) / values]
|
||||
expected: FAIL
|
||||
|
||||
[padding-left length(px) / values]
|
||||
expected: FAIL
|
||||
|
||||
[padding-bottom length(mm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[margin-top length(px) / values]
|
||||
expected: FAIL
|
||||
|
||||
[padding-left length(pt) / values]
|
||||
expected: FAIL
|
||||
|
||||
[margin-right length(cm) / values]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -74,6 +74,3 @@
|
|||
[opacity end]
|
||||
expected: FAIL
|
||||
|
||||
[outline-width end]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
[appearance-initial-value-001.html]
|
||||
[support for appearance]
|
||||
expected: FAIL
|
||||
|
||||
[initial value for appearance]
|
||||
expected: FAIL
|
||||
|
||||
[support for -webkit-appearance]
|
||||
expected: FAIL
|
||||
|
||||
[initial value for -webkit-appearance]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
[elementsFromPoint-iframes.html]
|
||||
expected: CRASH
|
||||
expected: TIMEOUT
|
||||
[elementsFromPoint on the root document for points in iframe elements]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[matchMedia-display-none-iframe.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[backdrop-filters-brightness.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[backdrop-filters-contrast.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[backdrop-filters-grayscale.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[backdrop-filters-hue-rotate.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[backdrop-filters-invert.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[backdrop-filters-saturate.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[backdrop-filters-sepia.html]
|
||||
expected: FAIL
|
|
@ -312,18 +312,18 @@
|
|||
[<iframe>: separate response Content-Type: */* text/html]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe>: combined response Content-Type: */* text/html]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe>: combined response Content-Type: text/html */*]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe>: combined response Content-Type: text/html;charset=gbk text/plain text/html]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe>: separate response Content-Type: text/plain */*]
|
||||
[<iframe>: combined response Content-Type: text/html;" text/plain]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe>: separate response Content-Type: text/plain */*;charset=gbk]
|
||||
[<iframe>: separate response Content-Type: text/html */*]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe>: separate response Content-Type: text/html;x=" text/plain]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -56,3 +56,12 @@
|
|||
[separate text/javascript;charset=windows-1252 error text/javascript]
|
||||
expected: FAIL
|
||||
|
||||
[separate text/javascript x/x]
|
||||
expected: FAIL
|
||||
|
||||
[separate text/javascript;charset=windows-1252 text/javascript]
|
||||
expected: FAIL
|
||||
|
||||
[separate text/javascript ]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
[traverse_the_history_1.html]
|
||||
[Multiple history traversals from the same task]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[traverse_the_history_5.html]
|
||||
[traverse_the_history_3.html]
|
||||
[Multiple history traversals, last would be aborted]
|
||||
expected: FAIL
|
||||
|
|
@ -1,24 +1,5 @@
|
|||
[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
|
||||
|
||||
|
|
|
@ -1,24 +1,5 @@
|
|||
[open-features-negative-screenx-screeny.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[HTML: window.open `features`: negative values for legacy `screenx`, `screeny`]
|
||||
expected: FAIL
|
||||
|
||||
[features "screenx=-204" should NOT set "left=204"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screeny=-204" should NOT set "top=204"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screeny=-204.5" should NOT set "top=204"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screeny=-0" should NOT set "top=204"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screenx=-0" should NOT set "left=204"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screenx=-204.5" should NOT set "left=204"]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,24 +1,5 @@
|
|||
[open-features-negative-top-left.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[HTML: window.open `features`: negative values for `top`, `left`]
|
||||
expected: FAIL
|
||||
|
||||
[features "top=-204" should NOT set "top=204"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "top=-204.5" should NOT set "top=204"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "left=-204" should NOT set "left=204"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "top=-0" should NOT set "top=204"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "left=-204.5" should NOT set "left=204"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "left=-0" should NOT set "left=204"]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,24 +1,5 @@
|
|||
[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
|
||||
|
||||
|
|
|
@ -1,48 +1,32 @@
|
|||
[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: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "height=405.32" should set "height=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "height=405e1" should set "height=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "height=405/5" should set "height=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "height=405^4" should set "height=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "height=405.5" should set "height=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "height=405e-1" should set "height=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "height=405 " should set "height=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "height=405LLl" should set "height=405"]
|
||||
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
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,42 +1,32 @@
|
|||
[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: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "innerheight=405LLl" should set "height=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "innerheight=405^4" should set "height=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "innerheight=405e1" should set "height=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "innerheight=405 " should set "height=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "innerheight=405/5" should set "height=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "innerheight=405.32" should set "height=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "innerheight=405.5" should set "height=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "innerheight=405*3" should set "height=405"]
|
||||
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
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,42 +1,32 @@
|
|||
[open-features-non-integer-innerwidth.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[HTML: window.open `features`: non-integer values for legacy feature `innerwidth`]
|
||||
expected: FAIL
|
||||
|
||||
[features "innerwidth=405e-1" should set "width=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "innerwidth=405*3" should set "width=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "innerwidth=405.5" should set "width=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "innerwidth=405e1" should set "width=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "innerwidth=405.32" should set "width=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "innerwidth=405 " should set "width=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "innerwidth=405LLl" should set "width=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "innerwidth=405/5" should set "width=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "innerwidth=405^4" should set "width=405"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerwidth=/404" should NOT set "width=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerwidth=_404" should NOT set "width=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerwidth=L404" should NOT set "width=404"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,42 +1,32 @@
|
|||
[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: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "left=105 " should set "left=105"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "left=105/5" should set "left=105"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "left=105e-1" should set "left=105"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "left=105^4" should set "left=105"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "left=105LLl" should set "left=105"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "left=105.32" should set "left=105"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "left=105*3" should set "left=105"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "left=105.5" should set "left=105"]
|
||||
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
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,42 +1,32 @@
|
|||
[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: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "screenx=105e1" should set "left=105"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "screenx=105 " should set "left=105"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "screenx=105*3" should set "left=105"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "screenx=105e-1" should set "left=105"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "screenx=105^4" should set "left=105"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "screenx=105LLl" should set "left=105"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "screenx=105/5" should set "left=105"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "screenx=105.32" should set "left=105"]
|
||||
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
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,42 +1,32 @@
|
|||
[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: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "screeny=405e-1" should set "height=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "screeny=405LLl" should set "height=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "screeny=405e1" should set "height=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "screeny=405 " should set "height=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "screeny=405/5" should set "height=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "screeny=405*3" should set "height=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "screeny=405.32" should set "height=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "screeny=405.5" should set "height=405"]
|
||||
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
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,48 +1,32 @@
|
|||
[open-features-non-integer-width.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[HTML: window.open `features`: non-integer values for feature `width`]
|
||||
expected: FAIL
|
||||
|
||||
[features "width=405^4" should set "width=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "width=405.5" should set "width=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "width=405e1" should set "width=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "width=405 " should set "width=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "width=405.32" should set "width=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "width=405LLl" should set "width=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "width=405*3" should set "width=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "width=405e-1" should set "width=405"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[features "width=405/5" should set "width=405"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[top=0,left=0: absence of feature "width" should be treated same as "width=0"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "width=_404" should NOT set "width=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[top=0,left=0,height=401,: absence of feature "width" should be treated same as "width=0"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "width=/404" should NOT set "width=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "width=L404" should NOT set "width=404"]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
[DOMContentLoaded-defer.html]
|
||||
[The end: DOMContentLoaded and defer scripts]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
[promise-rejection-events.html]
|
||||
expected: TIMEOUT
|
||||
[delayed handling: delaying handling rejected promise created from createImageBitmap will cause both events to fire]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -9,6 +8,3 @@
|
|||
[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
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[2d.text.font.relative_size.html]
|
||||
[OffscreenCanvas test: 2d.text.font.relative_size]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[2d.text.font.relative_size.worker.html]
|
||||
[2d]
|
||||
expected: FAIL
|
||||
|
|
@ -2,3 +2,12 @@
|
|||
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via a-tag using the attr-referrer\n delivery method with no-redirect and when\n the target request is cross-origin.]
|
||||
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
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[insecure-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[insecure-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[insecure-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -9,3 +9,12 @@
|
|||
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the attr-referrer\n delivery method with keep-origin-redirect and when\n the target request is cross-origin. (overridden by srcdoc iframe)]
|
||||
expected: NOTRUN
|
||||
|
||||
[`Referer` header with length == 4k is not stripped to an origin.]
|
||||
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
|
||||
|
||||
|
|
|
@ -9,3 +9,12 @@
|
|||
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the attr-referrer\n delivery method with no-redirect and when\n the target request is cross-origin. (overridden by srcdoc iframe)]
|
||||
expected: NOTRUN
|
||||
|
||||
[`Referer` header with length == 4k is not stripped to an origin.]
|
||||
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
|
||||
|
||||
|
|
|
@ -9,3 +9,12 @@
|
|||
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the attr-referrer\n delivery method with swap-origin-redirect and when\n the target request is cross-origin. (overridden by srcdoc iframe)]
|
||||
expected: NOTRUN
|
||||
|
||||
[`Referer` header with length == 4k is not stripped to an origin.]
|
||||
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
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[insecure-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[insecure-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[insecure-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -2,3 +2,12 @@
|
|||
[The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via a-tag using the attr-referrer\n delivery method with no-redirect and when\n the target request is cross-origin.]
|
||||
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
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[upgrade-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[upgrade-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[upgrade-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -9,3 +9,12 @@
|
|||
[The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via img-tag using the attr-referrer\n delivery method with keep-origin-redirect and when\n the target request is cross-origin. (srcdoc iframe inherits parent)]
|
||||
expected: TIMEOUT
|
||||
|
||||
[`Referer` header with length == 4k is not stripped to an origin.]
|
||||
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
|
||||
|
||||
|
|
|
@ -9,3 +9,12 @@
|
|||
[The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via img-tag using the attr-referrer\n delivery method with no-redirect and when\n the target request is cross-origin. (srcdoc iframe inherits parent)]
|
||||
expected: TIMEOUT
|
||||
|
||||
[`Referer` header with length == 4k is not stripped to an origin.]
|
||||
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
|
||||
|
||||
|
|
|
@ -9,3 +9,12 @@
|
|||
[The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via img-tag using the attr-referrer\n delivery method with swap-origin-redirect and when\n the target request is cross-origin. (overridden by srcdoc iframe)]
|
||||
expected: NOTRUN
|
||||
|
||||
[`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
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[upgrade-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[upgrade-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[upgrade-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -2,3 +2,12 @@
|
|||
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via a-tag using the attr-referrer\n delivery method with no-redirect and when\n the target request is same-origin.]
|
||||
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
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[insecure-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[insecure-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[insecure-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -9,3 +9,12 @@
|
|||
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the attr-referrer\n delivery method with keep-origin-redirect and when\n the target request is same-origin. (overridden by srcdoc iframe)]
|
||||
expected: NOTRUN
|
||||
|
||||
[`Referer` header with length == 4k is not stripped to an origin.]
|
||||
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
|
||||
|
||||
|
|
|
@ -9,3 +9,12 @@
|
|||
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the attr-referrer\n delivery method with no-redirect and when\n the target request is same-origin. (overridden by srcdoc iframe)]
|
||||
expected: NOTRUN
|
||||
|
||||
[`Referer` header with length < 4k is not stripped to an origin.]
|
||||
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
|
||||
|
||||
|
|
|
@ -9,3 +9,12 @@
|
|||
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the attr-referrer\n delivery method with swap-origin-redirect and when\n the target request is same-origin. (srcdoc iframe inherits parent)]
|
||||
expected: TIMEOUT
|
||||
|
||||
[`Referer` header with length == 4k is not stripped to an origin.]
|
||||
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
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[insecure-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[insecure-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[insecure-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -2,3 +2,12 @@
|
|||
[The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via a-tag using the attr-referrer\n delivery method with no-redirect and when\n the target request is same-origin.]
|
||||
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
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[upgrade-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[upgrade-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[upgrade-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -9,3 +9,12 @@
|
|||
[The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via img-tag using the attr-referrer\n delivery method with keep-origin-redirect and when\n the target request is same-origin. (overridden by srcdoc iframe)]
|
||||
expected: NOTRUN
|
||||
|
||||
[`Referer` header with length == 4k is not stripped to an origin.]
|
||||
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
|
||||
|
||||
|
|
|
@ -9,3 +9,12 @@
|
|||
[The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via img-tag using the attr-referrer\n delivery method with no-redirect and when\n the target request is same-origin. (overridden by srcdoc iframe)]
|
||||
expected: NOTRUN
|
||||
|
||||
[`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
|
||||
|
||||
[`Referer` header with length < 4k is not stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -9,3 +9,12 @@
|
|||
[The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via img-tag using the attr-referrer\n delivery method with swap-origin-redirect and when\n the target request is same-origin. (overridden by srcdoc iframe)]
|
||||
expected: NOTRUN
|
||||
|
||||
[`Referer` header with length == 4k is not stripped to an origin.]
|
||||
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
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[upgrade-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[upgrade-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[upgrade-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -2,3 +2,12 @@
|
|||
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via a-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.]
|
||||
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
|
||||
|
||||
|
|
|
@ -2,3 +2,12 @@
|
|||
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via fetch-request using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.]
|
||||
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
|
||||
|
||||
|
|
|
@ -2,3 +2,12 @@
|
|||
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via fetch-request using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.]
|
||||
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
|
||||
|
||||
|
|
|
@ -2,3 +2,12 @@
|
|||
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via fetch-request using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.]
|
||||
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
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[insecure-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[insecure-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[insecure-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -9,3 +9,12 @@
|
|||
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin. (overridden by srcdoc iframe)]
|
||||
expected: NOTRUN
|
||||
|
||||
[`Referer` header with length == 4k is not stripped to an origin.]
|
||||
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
|
||||
|
||||
|
|
|
@ -9,3 +9,12 @@
|
|||
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin. (overridden by srcdoc iframe)]
|
||||
expected: NOTRUN
|
||||
|
||||
[`Referer` header with length == 4k is not stripped to an origin.]
|
||||
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
|
||||
|
||||
|
|
|
@ -9,3 +9,12 @@
|
|||
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin. (overridden by srcdoc iframe)]
|
||||
expected: NOTRUN
|
||||
|
||||
[`Referer` header with length == 4k is not stripped to an origin.]
|
||||
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
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[insecure-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[insecure-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[insecure-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[insecure-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[insecure-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[insecure-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -2,3 +2,12 @@
|
|||
[The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via a-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.]
|
||||
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
|
||||
|
||||
|
|
|
@ -2,3 +2,12 @@
|
|||
[The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via fetch-request using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.]
|
||||
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
|
||||
|
||||
|
|
|
@ -2,3 +2,12 @@
|
|||
[The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via fetch-request using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.]
|
||||
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
|
||||
|
||||
|
|
|
@ -2,3 +2,12 @@
|
|||
[The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via fetch-request using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.]
|
||||
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
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[upgrade-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[upgrade-protocol.http.html]
|
||||
[`Referer` header with length > 4k is stripped to an origin.]
|
||||
expected: FAIL
|
||||
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue