Update web-platform-tests to revision b'4a4653e088039aec186d6dc1d488120d77695c3a'

This commit is contained in:
WPT Sync Bot 2022-12-11 01:16:53 +00:00
parent 470a50ab60
commit 6337336fab
1043 changed files with 19705 additions and 6973 deletions

View file

@ -2,6 +2,3 @@
expected: TIMEOUT
[Blob charset should override any auto-detected charset.]
expected: TIMEOUT
[Blob charset should override <meta charset>.]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[hit-test-floats-002.html]
[Hit test float]
expected: FAIL

View file

@ -5,5 +5,8 @@
[[data-expected-height\] 3]
expected: FAIL
[[data-expected-height\] 4]
[[data-expected-height\] 1]
expected: FAIL
[[data-expected-height\] 2]
expected: FAIL

View file

@ -0,0 +1,3 @@
[block-in-inline-hittest-001.html]
[block-in-inline-hittest-001]
expected: FAIL

View file

@ -1,3 +1,6 @@
[block-in-inline-hittest-002.html]
[elementsFromPoint]
expected: FAIL
[elementFromPoint]
expected: FAIL

View file

@ -1,6 +1,3 @@
[block-in-inline-hittest-relpos-zindex.html]
[position: relative; z-index: -1;]
expected: FAIL
[block-in-inline-hittest-relpos-zindex]
expected: FAIL

View file

@ -0,0 +1,60 @@
[animation-delay-shorthand-computed.html]
[Property animation-delay value '1s 2s']
expected: FAIL
[Property animation-delay value '1s 2s, 3s']
expected: FAIL
[Property animation-delay value '1s, 2s 3s']
expected: FAIL
[Property animation-delay value 'cover']
expected: FAIL
[Property animation-delay value 'contain']
expected: FAIL
[Property animation-delay value 'enter']
expected: FAIL
[Property animation-delay value 'exit']
expected: FAIL
[Property animation-delay value 'enter, exit']
expected: FAIL
[Property animation-delay value 'enter 0% enter 100%']
expected: FAIL
[Property animation-delay value 'exit 0% exit 100%']
expected: FAIL
[Property animation-delay value 'cover 0% cover 100%']
expected: FAIL
[Property animation-delay value 'contain 0% contain 100%']
expected: FAIL
[Property animation-delay value 'cover 50%']
expected: FAIL
[Property animation-delay value 'contain 50%']
expected: FAIL
[Property animation-delay value 'enter 50%']
expected: FAIL
[Property animation-delay value 'exit 50%']
expected: FAIL
[Property animation-delay value 'enter 50% 0s']
expected: FAIL
[Property animation-delay value '0s enter 50%']
expected: FAIL
[Property animation-delay value 'enter 50% exit 50%']
expected: FAIL
[Property animation-delay value 'cover 50% enter 50%, contain 50% exit 50%']
expected: FAIL

View file

@ -0,0 +1,150 @@
[animation-delay-shorthand.html]
[e.style['animation-delay'\] = "1s 2s" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "1s 2s, 3s" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "1s, 2s 3s" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "cover" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "contain" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "enter" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "exit" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "enter, exit" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "enter 0% enter 100%" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "exit 0% exit 100%" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "cover 0% cover 100%" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "contain 0% contain 100%" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "cover 50%" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "contain 50%" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "enter 50%" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "exit 50%" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "enter 50% 0s" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "0s enter 50%" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "enter 50% exit 50%" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "cover 50% enter 50%, contain 50% exit 50%" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "1s 2s" should set animation-delay-end]
expected: FAIL
[e.style['animation-delay'\] = "1s 2s" should set animation-delay-start]
expected: FAIL
[e.style['animation-delay'\] = "1s 2s" should not set unrelated longhands]
expected: FAIL
[e.style['animation-delay'\] = "1s" should set animation-delay-end]
expected: FAIL
[e.style['animation-delay'\] = "1s" should set animation-delay-start]
expected: FAIL
[e.style['animation-delay'\] = "1s" should not set unrelated longhands]
expected: FAIL
[e.style['animation-delay'\] = "cover" should set animation-delay-end]
expected: FAIL
[e.style['animation-delay'\] = "cover" should set animation-delay-start]
expected: FAIL
[e.style['animation-delay'\] = "cover" should not set unrelated longhands]
expected: FAIL
[e.style['animation-delay'\] = "contain" should set animation-delay-end]
expected: FAIL
[e.style['animation-delay'\] = "contain" should set animation-delay-start]
expected: FAIL
[e.style['animation-delay'\] = "contain" should not set unrelated longhands]
expected: FAIL
[e.style['animation-delay'\] = "enter 10% exit 20%" should set animation-delay-end]
expected: FAIL
[e.style['animation-delay'\] = "enter 10% exit 20%" should set animation-delay-start]
expected: FAIL
[e.style['animation-delay'\] = "enter 10% exit 20%" should not set unrelated longhands]
expected: FAIL
[e.style['animation-delay'\] = "1s 2s, 3s 4s" should set animation-delay-end]
expected: FAIL
[e.style['animation-delay'\] = "1s 2s, 3s 4s" should set animation-delay-start]
expected: FAIL
[e.style['animation-delay'\] = "1s 2s, 3s 4s" should not set unrelated longhands]
expected: FAIL
[e.style['animation-delay'\] = "1s 2s, 3s, 4s 5s" should set animation-delay-end]
expected: FAIL
[e.style['animation-delay'\] = "1s 2s, 3s, 4s 5s" should set animation-delay-start]
expected: FAIL
[e.style['animation-delay'\] = "1s 2s, 3s, 4s 5s" should not set unrelated longhands]
expected: FAIL
[e.style['animation-delay'\] = "enter, exit" should set animation-delay-end]
expected: FAIL
[e.style['animation-delay'\] = "enter, exit" should set animation-delay-start]
expected: FAIL
[e.style['animation-delay'\] = "enter, exit" should not set unrelated longhands]
expected: FAIL
[e.style['animation-delay'\] = "enter 0%, exit" should set animation-delay-end]
expected: FAIL
[e.style['animation-delay'\] = "enter 0%, exit" should set animation-delay-start]
expected: FAIL
[e.style['animation-delay'\] = "enter 0%, exit" should not set unrelated longhands]
expected: FAIL
[e.style['animation-delay'\] = "enter 0% 1s, 2s exit 50%" should set animation-delay-end]
expected: FAIL
[e.style['animation-delay'\] = "enter 0% 1s, 2s exit 50%" should set animation-delay-start]
expected: FAIL
[e.style['animation-delay'\] = "enter 0% 1s, 2s exit 50%" should not set unrelated longhands]
expected: FAIL

View file

@ -0,0 +1,12 @@
[animation-shorthand.tentative.html]
[e.style['animation'\] = "anim paused both reverse 4 1s -3s cubic-bezier(0, -2, 1, 3)" should set animation-delay-end]
expected: FAIL
[e.style['animation'\] = "anim paused both reverse 4 1s -3s cubic-bezier(0, -2, 1, 3)" should set animation-delay-start]
expected: FAIL
[e.style['animation'\] = "anim paused both reverse 4 1s -3s cubic-bezier(0, -2, 1, 3)" should set animation-timeline]
expected: FAIL
[e.style['animation'\] = "anim paused both reverse 4 1s -3s cubic-bezier(0, -2, 1, 3)" should not set unrelated longhands]
expected: FAIL

View file

@ -274,3 +274,15 @@
[Property color value 'oklch(0 0 0 / none)']
expected: FAIL
[Property color value 'lab(20% 0 10/0.5)']
expected: FAIL
[Property color value 'oklab(20% 0 10/0.5)']
expected: FAIL
[Property color value 'lch(20% 0 10/0.5)']
expected: FAIL
[Property color value 'oklch(20% 0 10/0.5)']
expected: FAIL

View file

@ -1,3 +0,0 @@
[hittest-anonymous-box.html]
[Hit-testing within an anonymous flex-item should return the flexbox as the hittest result.]
expected: FAIL

View file

@ -0,0 +1,2 @@
[font-face-src-list.html]
expected: ERROR

View file

@ -8,9 +8,6 @@
[Descriptor matching priority: Style has higher priority than weight]
expected: FAIL
[Matching font-weight: '400' should prefer '400' over '450 460']
expected: FAIL
[Matching font-weight: '400' should prefer '450 460' over '500']
expected: FAIL
@ -128,9 +125,6 @@
[Matching font-style: 'italic' should prefer 'oblique 40deg 50deg' over 'oblique 5deg 10deg']
expected: FAIL
[Matching font-style: 'italic' should prefer 'normal' over 'oblique 0deg']
expected: FAIL
[Matching font-style: 'italic' should prefer 'oblique -60deg -30deg' over 'oblique -50deg -40deg']
expected: FAIL
@ -140,12 +134,6 @@
[Matching font-style: 'oblique 20deg' should prefer 'oblique 30deg 60deg' over 'oblique 40deg 50deg']
expected: FAIL
[Matching font-style: 'oblique 20deg' should prefer 'oblique 40deg 50deg' over 'oblique 10deg']
expected: FAIL
[Matching font-style: 'oblique 20deg' should prefer 'italic' over 'oblique 0deg']
expected: FAIL
[Matching font-style: 'oblique 20deg' should prefer 'oblique -50deg -20deg' over 'oblique -40deg -30deg']
expected: FAIL
@ -203,15 +191,6 @@
[Matching font-style: 'oblique -20deg' should prefer 'oblique 0deg' over 'oblique 30deg 60deg']
expected: FAIL
[Matching font-style: 'oblique -20deg' should prefer 'oblique 30deg 60deg' over 'oblique 40deg 50deg']
expected: FAIL
[Matching font-style: 'oblique -21deg' should prefer 'oblique -60deg -40deg' over 'oblique -10deg']
expected: FAIL
[Matching font-style: 'oblique -21deg' should prefer 'oblique -10deg' over 'italic']
expected: FAIL
[Matching font-style: 'oblique -21deg' should prefer 'italic' over 'oblique 0deg']
expected: FAIL
@ -290,9 +269,6 @@
[Matching font-style: 'oblique 20deg' should prefer 'oblique 10deg' over 'italic']
expected: FAIL
[Matching font-style: 'oblique 20deg' should prefer 'oblique 0deg' over 'oblique -50deg -20deg']
expected: FAIL
[Matching font-style: 'oblique 21deg' should prefer 'oblique 21deg' over 'oblique 30deg 60deg']
expected: FAIL
@ -319,3 +295,9 @@
[Matching font-style: 'oblique -10deg' should prefer 'italic' over 'oblique 0deg 10deg']
expected: FAIL
[Matching font-stretch: '110%' should prefer '105%' over '100%']
expected: FAIL
[Matching font-style: 'oblique 21deg' should prefer 'italic' over 'oblique 0deg']
expected: FAIL

View file

@ -490,3 +490,33 @@
[object-view-box object-view-box(xywh) / events]
expected: FAIL
[border-top-left-radius border-radius(px) / values]
expected: FAIL
[border-top-left-radius border-radius(px-px) / values]
expected: FAIL
[border-top-right-radius border-radius(px) / values]
expected: FAIL
[border-top-right-radius border-radius(px-px) / values]
expected: FAIL
[border-bottom-left-radius border-radius(px) / values]
expected: FAIL
[border-bottom-left-radius border-radius(px-px) / values]
expected: FAIL
[border-bottom-right-radius border-radius(px) / values]
expected: FAIL
[border-bottom-right-radius border-radius(px-px) / values]
expected: FAIL
[box-shadow box-shadow(shadow) / values]
expected: FAIL
[font-stretch font-stretch(keyword) / values]
expected: FAIL

View file

@ -178,153 +178,3 @@
[padding-bottom length(em) / events]
expected: FAIL
[padding-bottom length(ex) / events]
expected: FAIL
[padding-bottom length(mm) / events]
expected: FAIL
[padding-bottom length(cm) / events]
expected: FAIL
[padding-bottom length(in) / events]
expected: FAIL
[padding-left length(pt) / events]
expected: FAIL
[padding-left length(pc) / events]
expected: FAIL
[padding-left length(px) / events]
expected: FAIL
[padding-left length(em) / events]
expected: FAIL
[padding-left length(ex) / events]
expected: FAIL
[padding-left length(mm) / events]
expected: FAIL
[padding-left length(cm) / events]
expected: FAIL
[padding-left length(in) / events]
expected: FAIL
[padding-right length(pt) / events]
expected: FAIL
[padding-right length(pc) / events]
expected: FAIL
[padding-right length(px) / events]
expected: FAIL
[padding-right length(em) / events]
expected: FAIL
[padding-right length(ex) / events]
expected: FAIL
[padding-right length(mm) / events]
expected: FAIL
[padding-right length(cm) / events]
expected: FAIL
[padding-right length(in) / events]
expected: FAIL
[padding-top length(pt) / events]
expected: FAIL
[padding-top length(pc) / events]
expected: FAIL
[padding-top length(px) / events]
expected: FAIL
[padding-top length(em) / events]
expected: FAIL
[padding-top length(ex) / events]
expected: FAIL
[padding-top length(mm) / events]
expected: FAIL
[padding-top length(cm) / events]
expected: FAIL
[padding-top length(in) / events]
expected: FAIL
[margin-bottom length(pt) / events]
expected: FAIL
[margin-bottom length(pc) / events]
expected: FAIL
[margin-bottom length(px) / events]
expected: FAIL
[margin-bottom length(em) / events]
expected: FAIL
[margin-bottom length(ex) / events]
expected: FAIL
[margin-bottom length(mm) / events]
expected: FAIL
[margin-bottom length(cm) / events]
expected: FAIL
[margin-bottom length(in) / events]
expected: FAIL
[margin-left length(pt) / events]
expected: FAIL
[margin-left length(pc) / events]
expected: FAIL
[margin-left length(px) / events]
expected: FAIL
[margin-left length(em) / events]
expected: FAIL
[margin-left length(ex) / events]
expected: FAIL
[margin-left length(mm) / events]
expected: FAIL
[margin-left length(cm) / events]
expected: FAIL
[margin-left length(in) / events]
expected: FAIL
[margin-right length(pt) / events]
expected: FAIL
[margin-right length(pc) / events]
expected: FAIL
[margin-right length(px) / events]
expected: FAIL
[margin-right length(em) / events]
expected: FAIL
[margin-right length(ex) / events]
expected: FAIL
[margin-right length(mm) / events]
expected: FAIL

View file

@ -53,156 +53,6 @@
[background-position length(px) / events]
expected: FAIL
[color color(rgba) / values]
expected: FAIL
[font-size length(pt) / values]
expected: FAIL
[font-size length(pc) / values]
expected: FAIL
[font-size length(px) / values]
expected: FAIL
[font-size length(em) / values]
expected: FAIL
[font-size length(ex) / values]
expected: FAIL
[font-size length(mm) / values]
expected: FAIL
[font-size length(cm) / values]
expected: FAIL
[font-size length(in) / values]
expected: FAIL
[font-size percentage(%) / values]
expected: FAIL
[font-weight font-weight(keyword) / values]
expected: FAIL
[font-weight font-weight(numeric) / values]
expected: FAIL
[line-height number(integer) / values]
expected: FAIL
[line-height number(decimal) / values]
expected: FAIL
[line-height length(pt) / values]
expected: FAIL
[line-height length(pc) / values]
expected: FAIL
[line-height length(px) / values]
expected: FAIL
[line-height length(em) / values]
expected: FAIL
[line-height length(ex) / values]
expected: FAIL
[line-height length(mm) / values]
expected: FAIL
[line-height length(cm) / values]
expected: FAIL
[line-height length(in) / values]
expected: FAIL
[line-height percentage(%) / values]
expected: FAIL
[letter-spacing length(pt) / values]
expected: FAIL
[letter-spacing length(pc) / values]
expected: FAIL
[letter-spacing length(px) / values]
expected: FAIL
[letter-spacing length(em) / values]
expected: FAIL
[letter-spacing length(ex) / values]
expected: FAIL
[letter-spacing length(mm) / values]
expected: FAIL
[letter-spacing length(cm) / values]
expected: FAIL
[letter-spacing length(in) / values]
expected: FAIL
[word-spacing length(pt) / values]
expected: FAIL
[word-spacing length(pc) / values]
expected: FAIL
[word-spacing length(px) / values]
expected: FAIL
[word-spacing length(em) / values]
expected: FAIL
[word-spacing length(ex) / values]
expected: FAIL
[word-spacing length(mm) / values]
expected: FAIL
[word-spacing length(cm) / values]
expected: FAIL
[word-spacing length(in) / values]
expected: FAIL
[word-spacing percentage(%) / values]
expected: FAIL
[text-indent length(pt) / values]
expected: FAIL
[text-indent length(pc) / values]
expected: FAIL
[text-indent length(px) / values]
expected: FAIL
[text-indent length(em) / values]
expected: FAIL
[text-indent length(ex) / values]
expected: FAIL
[text-indent length(mm) / values]
expected: FAIL
[text-indent length(cm) / values]
expected: FAIL
[text-indent length(in) / values]
expected: FAIL
[text-indent percentage(%) / values]
expected: FAIL
[text-shadow shadow(shadow) / values]
expected: FAIL
[padding-bottom length(ex) / values]
expected: FAIL
@ -352,3 +202,276 @@
[margin-right length(mm) / values]
expected: FAIL
[background-color color(rgba) / values]
expected: FAIL
[border-top-width length(pt) / values]
expected: FAIL
[border-top-width length(pc) / values]
expected: FAIL
[border-top-width length(px) / values]
expected: FAIL
[border-top-width length(em) / values]
expected: FAIL
[border-top-width length(ex) / values]
expected: FAIL
[border-top-width length(mm) / values]
expected: FAIL
[border-top-width length(cm) / values]
expected: FAIL
[border-top-width length(in) / values]
expected: FAIL
[border-right-width length(pt) / values]
expected: FAIL
[border-right-width length(pc) / values]
expected: FAIL
[border-right-width length(px) / values]
expected: FAIL
[border-right-width length(em) / values]
expected: FAIL
[border-right-width length(ex) / values]
expected: FAIL
[border-right-width length(mm) / values]
expected: FAIL
[border-right-width length(cm) / values]
expected: FAIL
[border-right-width length(in) / values]
expected: FAIL
[border-bottom-width length(pt) / values]
expected: FAIL
[border-bottom-width length(pc) / values]
expected: FAIL
[border-bottom-width length(px) / values]
expected: FAIL
[border-bottom-width length(em) / values]
expected: FAIL
[border-bottom-width length(ex) / values]
expected: FAIL
[border-bottom-width length(mm) / values]
expected: FAIL
[border-bottom-width length(cm) / values]
expected: FAIL
[border-bottom-width length(in) / values]
expected: FAIL
[border-left-width length(pt) / values]
expected: FAIL
[border-left-width length(pc) / values]
expected: FAIL
[border-left-width length(px) / values]
expected: FAIL
[border-left-width length(em) / values]
expected: FAIL
[border-left-width length(ex) / values]
expected: FAIL
[border-left-width length(mm) / values]
expected: FAIL
[border-left-width length(cm) / values]
expected: FAIL
[border-left-width length(in) / values]
expected: FAIL
[border-top-color color(rgba) / values]
expected: FAIL
[border-right-color color(rgba) / values]
expected: FAIL
[border-bottom-color color(rgba) / values]
expected: FAIL
[border-left-color color(rgba) / values]
expected: FAIL
[padding-bottom length(pt) / values]
expected: FAIL
[padding-bottom length(pc) / values]
expected: FAIL
[padding-bottom length(px) / values]
expected: FAIL
[padding-bottom length(em) / values]
expected: FAIL
[max-height length(ex) / values]
expected: FAIL
[max-height length(mm) / values]
expected: FAIL
[max-height length(cm) / values]
expected: FAIL
[max-height length(in) / values]
expected: FAIL
[max-height percentage(%) / values]
expected: FAIL
[max-width length(pt) / values]
expected: FAIL
[max-width length(pc) / values]
expected: FAIL
[max-width length(px) / values]
expected: FAIL
[max-width length(em) / values]
expected: FAIL
[max-width length(ex) / values]
expected: FAIL
[max-width length(mm) / values]
expected: FAIL
[max-width length(cm) / values]
expected: FAIL
[max-width length(in) / values]
expected: FAIL
[max-width percentage(%) / values]
expected: FAIL
[top length(pt) / values]
expected: FAIL
[top length(pc) / values]
expected: FAIL
[top length(px) / values]
expected: FAIL
[top length(em) / values]
expected: FAIL
[top length(ex) / values]
expected: FAIL
[top length(mm) / values]
expected: FAIL
[top length(cm) / values]
expected: FAIL
[top length(in) / values]
expected: FAIL
[top percentage(%) / values]
expected: FAIL
[right length(pt) / values]
expected: FAIL
[right length(pc) / values]
expected: FAIL
[right length(px) / values]
expected: FAIL
[right length(em) / values]
expected: FAIL
[right length(ex) / values]
expected: FAIL
[right length(mm) / values]
expected: FAIL
[right length(cm) / values]
expected: FAIL
[right length(in) / values]
expected: FAIL
[right percentage(%) / values]
expected: FAIL
[bottom length(pt) / values]
expected: FAIL
[bottom length(pc) / values]
expected: FAIL
[bottom length(px) / values]
expected: FAIL
[bottom length(em) / values]
expected: FAIL
[bottom length(ex) / values]
expected: FAIL
[bottom length(mm) / values]
expected: FAIL
[bottom length(cm) / values]
expected: FAIL
[bottom length(in) / values]
expected: FAIL
[bottom percentage(%) / values]
expected: FAIL
[left length(pt) / values]
expected: FAIL
[left length(pc) / values]
expected: FAIL
[left length(px) / values]
expected: FAIL
[left length(em) / values]
expected: FAIL
[left length(ex) / values]
expected: FAIL
[left length(mm) / values]
expected: FAIL
[left length(cm) / values]
expected: FAIL
[left length(in) / values]
expected: FAIL
[left percentage(%) / values]
expected: FAIL

View file

@ -163,3 +163,57 @@
['rotate(calc(atan(tan(-90deg))))' as a specified value should serialize as 'rotate(calc(-90deg))'.]
expected: FAIL
['rotate(atan2(37.320508075, 10))' as a specified value should serialize as 'rotate(calc(75deg))'.]
expected: FAIL
['rotate(calc(atan2(37.320508075, 10)))' as a specified value should serialize as 'rotate(calc(75deg))'.]
expected: FAIL
['rotate(atan2(1s, 1000ms))' as a specified value should serialize as 'rotate(calc(45deg))'.]
expected: FAIL
['rotate(calc(atan2(1s, 1000ms)))' as a specified value should serialize as 'rotate(calc(45deg))'.]
expected: FAIL
['rotate(atan2(infinity, infinity))' as a specified value should serialize as 'rotate(calc(45deg))'.]
expected: FAIL
['rotate(calc(atan2(infinity, infinity)))' as a specified value should serialize as 'rotate(calc(45deg))'.]
expected: FAIL
['rotate(atan2(-infinity, -infinity))' as a specified value should serialize as 'rotate(calc(-135deg))'.]
expected: FAIL
['rotate(calc(atan2(-infinity, -infinity)))' as a specified value should serialize as 'rotate(calc(-135deg))'.]
expected: FAIL
['rotate(atan2(infinity, 10))' as a specified value should serialize as 'rotate(calc(90deg))'.]
expected: FAIL
['rotate(calc(atan2(infinity, 10)))' as a specified value should serialize as 'rotate(calc(90deg))'.]
expected: FAIL
['rotate(atan2(10, infinity))' as a specified value should serialize as 'rotate(calc(0deg))'.]
expected: FAIL
['rotate(calc(atan2(10, infinity)))' as a specified value should serialize as 'rotate(calc(0deg))'.]
expected: FAIL
['rotate(atan2(NaN, 10))' as a specified value should serialize as 'rotate(calc(NaN * 1deg))'.]
expected: FAIL
['rotate(calc(atan2(NaN, 10)))' as a specified value should serialize as 'rotate(calc(NaN * 1deg))'.]
expected: FAIL
['rotate(atan2(10, NaN))' as a specified value should serialize as 'rotate(calc(NaN * 1deg))'.]
expected: FAIL
['rotate(calc(atan2(10, NaN)))' as a specified value should serialize as 'rotate(calc(NaN * 1deg))'.]
expected: FAIL
['rotate(atan2(NaN, NaN))' as a specified value should serialize as 'rotate(calc(NaN * 1deg))'.]
expected: FAIL
['rotate(calc(atan2(NaN, NaN)))' as a specified value should serialize as 'rotate(calc(NaN * 1deg))'.]
expected: FAIL

View file

@ -286,3 +286,72 @@
[round(10000ms,6s) should be used-value-equivalent to 12s]
expected: FAIL
[calc(mod(rem(1,18)* -1,5)) should be used-value-equivalent to 4]
expected: FAIL
[mod(10%,1px) should be used-value-equivalent to 0.5px]
expected: FAIL
[mod(10%,5px) should be used-value-equivalent to 2.5px]
expected: FAIL
[mod(2rem,5px) should be used-value-equivalent to 2px]
expected: FAIL
[mod(100px,1rem) should be used-value-equivalent to 4px]
expected: FAIL
[mod(10s,6000ms) should be used-value-equivalent to 4s]
expected: FAIL
[mod(10000ms,6s) should be used-value-equivalent to 4s]
expected: FAIL
[mod(18px,100% / 15) should be used-value-equivalent to 3px]
expected: FAIL
[mod(-18px,100% / 15) should be used-value-equivalent to 2px]
expected: FAIL
[mod(18%,5%) should be used-value-equivalent to 3%]
expected: FAIL
[mod(-18%,5%) should be used-value-equivalent to 2%]
expected: FAIL
[mod(18vw,5vw) should be used-value-equivalent to 3vw]
expected: FAIL
[mod(-18vw,5vw) should be used-value-equivalent to 2vw]
expected: FAIL
[rem(10%,1px) should be used-value-equivalent to 0.5px]
expected: FAIL
[rem(10%,5px) should be used-value-equivalent to 2.5px]
expected: FAIL
[rem(2rem,5px) should be used-value-equivalent to 2px]
expected: FAIL
[rem(100px,1rem) should be used-value-equivalent to 4px]
expected: FAIL
[rem(10s,6000ms) should be used-value-equivalent to 4s]
expected: FAIL
[rem(10000ms,6s) should be used-value-equivalent to 4s]
expected: FAIL
[rem(18px,100% / 15) should be used-value-equivalent to 3px]
expected: FAIL
[rem(-18px,100% / 15) should be used-value-equivalent to -3px]
expected: FAIL
[rem(18vw,5vw) should be used-value-equivalent to 3vw]
expected: FAIL
[rem(-18vw,5vw) should be used-value-equivalent to -3vw]
expected: FAIL

View file

@ -1,3 +0,0 @@
[CaretPosition-001.html]
[Element at (400, 100)]
expected: FAIL

View file

@ -2,3 +2,20 @@
[CSSOM View - getBoxQuads() returns proper border and margin boxes for block and flex]
expected: FAIL
[Block layout border box is expected width.]
expected: FAIL
[Block layout margin box is expected width.]
expected: FAIL
[Flex layout border box is expected width.]
expected: FAIL
[Flex layout margin box is expected width.]
expected: FAIL
[Flex layout border box is expected height.]
expected: FAIL
[Flex layout margin box is expected height.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[elementFromPoint-dynamic-anon-box.html]
[Link should be clickable after hiding a scrollbox with an anonymous table inside]
expected: FAIL

View file

@ -0,0 +1,3 @@
[elementFromPoint-ellipsis-in-inline-box.html]
[elementFromPoint-ellipsis-in-inline-box]
expected: FAIL

View file

@ -1,3 +0,0 @@
[elementFromPoint-subpixel.html]
[Hit test top left corner of box]
expected: FAIL

View file

@ -16,6 +16,3 @@
[test the top of layer]
expected: FAIL
[test some point of the element: top left corner]
expected: FAIL

View file

@ -0,0 +1,21 @@
[CSSFontFeatureValuesRule.html]
[CSSFontFeatureValuesRule is correctly parsed and accessible via CSSOM.]
expected: FAIL
[CSSFontFeatureValuesRule family is settable and readable.]
expected: FAIL
[CSSFontFeatureValuesMap entries are settable to single values.]
expected: FAIL
[CSSFontFeatureValuesMap entries are settable to sequences of numbers.]
expected: FAIL
[New rules can be added.]
expected: FAIL
[Deleting single entries is possible.]
expected: FAIL
[Clearing all entries is possible.]
expected: FAIL

View file

@ -2,3 +2,5 @@
[CSSOM - Flex serialization]
expected: FAIL
[Single value flex with non-CSS-wide value should serialize correctly.]
expected: FAIL

View file

@ -2,12 +2,6 @@
[The serialization of border: 1px; border-top: 2px; should be canonical.]
expected: FAIL
[The serialization of list-style-type: lower-alpha; should be canonical.]
expected: FAIL
[The serialization of outline-width: 2px; outline-style: dotted; outline-color: blue; should be canonical.]
expected: FAIL
[The serialization of border: 1px; border-top: 1px; should be canonical.]
expected: FAIL
@ -35,3 +29,5 @@
[The serialization of border: 1px; border-top: 1px !important; should be canonical.]
expected: FAIL
[The serialization of list-style-type: circle; list-style-position: inside; list-style-image: none; should be canonical.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[focus-visible-010.html]
expected: ERROR
[Programmatic focus on page load should match :focus-visible]
expected: FAIL

View file

@ -7,3 +7,9 @@
[".a:has(.b:is(.c:has(.d) .e))" should be a valid selector]
expected: FAIL
[".a:has(:is(.b:has(.c)))" should be a valid selector]
expected: FAIL
[".a:has(:is(.b:has(.c), .d))" should be a valid selector]
expected: FAIL

View file

@ -76,3 +76,6 @@
[".a:has()" should be a valid selector]
expected: FAIL
[":has(:is(.a, 123))" should be a valid selector]
expected: FAIL

View file

@ -0,0 +1,2 @@
[Range-cloneContents.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[Range-deleteContents.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[Range-extractContents.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[Range-insertNode.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[Range-surroundContents.html]
expected: ERROR

View file

@ -125,6 +125,9 @@
[header X-METHOD-OVERRIDE is forbidden to use value trace,]
expected: FAIL
[Access-Control-Request-Private-Network is a forbidden request header]
expected: FAIL
[request-forbidden-headers.any.sharedworker.html]
expected: ERROR
@ -256,6 +259,9 @@
[header X-METHOD-OVERRIDE is forbidden to use value trace,]
expected: FAIL
[Access-Control-Request-Private-Network is a forbidden request header]
expected: FAIL
[request-forbidden-headers.any.serviceworker.html]
expected: ERROR

View file

@ -2,11 +2,17 @@
[Adding invalid request header "Set-Cookie: KO"]
expected: FAIL
[Adding invalid request header "Access-Control-Request-Private-Network: KO"]
expected: FAIL
[request-headers.any.worker.html]
[Adding invalid request header "Set-Cookie: KO"]
expected: FAIL
[Adding invalid request header "Access-Control-Request-Private-Network: KO"]
expected: FAIL
[request-headers.any.serviceworker.html]
expected: ERROR

View file

@ -76,6 +76,3 @@
[Input: "Content-Length: ". Expected: 42.]
expected: FAIL
[Input: "Content-Length: 42,42". Expected: 42.]
expected: FAIL

View file

@ -146,6 +146,3 @@
[list-style-image sec-fetch-site - HTTPS downgrade-upgrade]
expected: FAIL
[border-image sec-fetch-site - HTTPS downgrade (header not sent)]
expected: FAIL

View file

@ -0,0 +1,8 @@
[content-range.sub.any.html]
[ORB should block opaque range of image/png not starting at zero, that isn't subsequent]
expected: FAIL
[content-range.sub.any.worker.html]
[ORB should block opaque range of image/png not starting at zero, that isn't subsequent]
expected: FAIL

View file

@ -0,0 +1,20 @@
[known-mime-type.sub.any.html]
[ORB should block opaque font/ttf]
expected: FAIL
[ORB should block opaque text/plain]
expected: FAIL
[ORB should block opaque application/json]
expected: FAIL
[known-mime-type.sub.any.worker.html]
[ORB should block opaque font/ttf]
expected: FAIL
[ORB should block opaque text/plain]
expected: FAIL
[ORB should block opaque application/json]
expected: FAIL

View file

@ -0,0 +1,20 @@
[nosniff.sub.any.html]
[ORB should block opaque text/plain with nosniff]
expected: FAIL
[ORB should block opaque-response-blocklisted MIME type with nosniff]
expected: FAIL
[ORB should block opaque response with empty Content-Type and nosniff]
expected: FAIL
[nosniff.sub.any.worker.html]
[ORB should block opaque text/plain with nosniff]
expected: FAIL
[ORB should block opaque-response-blocklisted MIME type with nosniff]
expected: FAIL
[ORB should block opaque response with empty Content-Type and nosniff]
expected: FAIL

View file

@ -0,0 +1,14 @@
[status.sub.any.html]
[ORB should block opaque-response-blocklisted MIME type with status 206]
expected: FAIL
[ORB should block opaque response with non-ok status]
expected: FAIL
[status.sub.any.worker.html]
[ORB should block opaque-response-blocklisted MIME type with status 206]
expected: FAIL
[ORB should block opaque response with non-ok status]
expected: FAIL

View file

@ -0,0 +1,4 @@
[document-exit-fullscreen-active-document.html]
expected: TIMEOUT
[\n Document#exitFullscreen() when the document is not the active document\n]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[document-fullscreen-enabled-active-document.html]
[\n Document#fullscreenEnabled when the document is not the active document\n]
expected: FAIL

View file

@ -0,0 +1,3 @@
[document-fullscreen-enabled-setting-allowfullscreen-timing.sub.html]
[Document#fullscreenEnabled setting allowfullscreen after document creation, before response]
expected: FAIL

View file

@ -0,0 +1,3 @@
[document-onfullscreenerror.html]
[Checks that the fullscreenerror event is fired when entering fullscreen fails]
expected: FAIL

View file

@ -0,0 +1,4 @@
[element-request-fullscreen-active-document.html]
expected: TIMEOUT
[\n Element#requestFullscreen() when the document is not the active document\n]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[element-request-fullscreen-not-allowed.html]
[requestFullscreen() when not allowed to request fullscreen]
expected: FAIL

View file

@ -0,0 +1,3 @@
[element-request-fullscreen-options.html]
[requestFullscreen() with invalid navigationUI values]
expected: FAIL

View file

@ -4,3 +4,6 @@
[Navigating to a different document with form submission]
expected: FAIL
[Navigating to a different document with link click]
expected: FAIL

View file

@ -7,3 +7,6 @@
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank']
expected: FAIL
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank#foo']
expected: FAIL

View file

@ -10,6 +10,3 @@
[load event does not fire on window.open('about:blank?foo')]
expected: FAIL
[load event does not fire on window.open('about:blank')]
expected: FAIL

View file

@ -1,6 +1,3 @@
[navigate-to-unparseable-url.html]
[location.href setter throws a SyntaxError DOMException for unparseable URLs]
expected: FAIL
[<a> tag navigate fails for unparseable URLs]
expected: FAIL

View file

@ -1,3 +0,0 @@
[navigation-unload-same-origin.window.html]
[Same-origin navigation started from unload handler must be ignored]
expected: FAIL

View file

@ -1,3 +0,0 @@
[a-click.html]
[aElement.click() before the load event must NOT replace]
expected: FAIL

View file

@ -1,3 +0,0 @@
[pageload-image-in-popup.html]
[The document for a standalone media file should have one child in the body.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[traverse-during-unload.html]
expected: TIMEOUT
[Traversing the history during unload]
expected: TIMEOUT

View file

@ -0,0 +1,12 @@
[location-protocol-setter-non-broken-weird.html]
[Set location.protocol to x]
expected: FAIL
[Set location.protocol to data]
expected: FAIL
[Set location.protocol to file]
expected: FAIL
[Set location.protocol to http+x]
expected: FAIL

View file

@ -0,0 +1,4 @@
[navigate-to-about-blank-while-initial-load-pending.html]
expected: TIMEOUT
[Navigating to about:blank while window.open initial load pending.]
expected: TIMEOUT

View file

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

View file

@ -1,15 +1,16 @@
[supported-elements.html]
expected: TIMEOUT
[Contenteditable element should support autofocus]
expected: FAIL
[Host element with delegatesFocus including no focusable descendants should be skipped]
expected: FAIL
expected: TIMEOUT
[Element with tabindex should support autofocus]
expected: FAIL
[Area element should support autofocus]
expected: FAIL
expected: NOTRUN
[Host element with delegatesFocus should support autofocus]
expected: FAIL

View file

@ -1,3 +1,4 @@
[update-the-rendering.html]
expected: TIMEOUT
["Flush autofocus candidates" should be happen before a scroll event and animation frame callbacks]
expected: FAIL
expected: TIMEOUT

View file

@ -1,4 +1,5 @@
[iframe-loading-lazy.html]
expected: ERROR
[Below-viewport srcdoc iframes load lazily]
expected: FAIL
@ -10,4 +11,3 @@
[Below-viewport blob url iframes load lazily]
expected: FAIL

View file

@ -1,4 +1,3 @@
[iframe_sandbox_popups_escaping-1.html]
expected: TIMEOUT
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
expected: TIMEOUT
expected: FAIL

View file

@ -1,4 +1,3 @@
[iframe_sandbox_popups_nonescaping-3.html]
expected: CRASH
[Check that popups from a sandboxed iframe do not escape the sandbox]
expected: NOTRUN
expected: FAIL

View file

@ -1,3 +1,4 @@
[srcdoc-attribute-reset.html]
expected: ERROR
[Verify that the frame reloads with empty body after we remove srcdoc.]
expected: FAIL

View file

@ -1,9 +0,0 @@
[non-active-document.html]
[DOMParser]
expected: FAIL
[createHTMLDocument]
expected: FAIL
[<template>]
expected: FAIL

View file

@ -175,3 +175,6 @@
[multipart/form-data: character not in encoding in filename (formdata event)]
expected: FAIL
[multipart/form-data: Basic test (formdata event)]
expected: FAIL

View file

@ -0,0 +1,9 @@
[select-event.html]
[input type text: setSelectionRange() disconnected node]
expected: FAIL
[input type search: selectionStart twice in disconnected node (must fire select only once)]
expected: FAIL
[input type tel: selectionDirection disconnected node]
expected: FAIL

View file

@ -7,6 +7,3 @@
[Check that rel=noopener with target=_parent does a normal load]
expected: FAIL
[Check that rel=noopener with target=_self does a normal load]
expected: FAIL

View file

@ -0,0 +1,3 @@
[popover-anchor-display-none.tentative.html]
[Tests that a popover can be anchored to an unrendered element.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[popover-anchor-multicol-display.tentative.html]
[.target 1]
expected: FAIL

View file

@ -22,3 +22,12 @@
[Capturing event listeners can't affect popover animations.]
expected: FAIL
[It should be possible to use the "beforetoggle" event handler to animate the hide]
expected: FAIL
[It should be possible to use the "beforetoggle" event handler to animate the hide, even when the hide is due to dialog.showModal]
expected: FAIL
[toggle event cannot be cancelled]
expected: FAIL

View file

@ -0,0 +1,3 @@
[popover-beforetoggle-opening-event.tentative.html]
[Ensure the `beforetoggle` event can be used to populate content before the popover renders]
expected: FAIL

View file

@ -7,3 +7,12 @@
[Popovershow event is cancelable]
expected: FAIL
[Toggle event (listener) get properly dispatched for popovers]
expected: FAIL
[Toggle event (attribute) get properly dispatched for popovers]
expected: FAIL
[Toggle event is cancelable for the "opening" transition]
expected: FAIL

View file

@ -0,0 +1,111 @@
[toggleevent-interface.tentative.html]
[the event is an instance of BeforeToggleEvent]
expected: FAIL
[the event inherts from Event]
expected: FAIL
[Missing type argument]
expected: FAIL
[type argument is string]
expected: FAIL
[type argument is null]
expected: FAIL
[event type set to undefined]
expected: FAIL
[currentState has default value of empty string]
expected: FAIL
[currentState is readonly]
expected: FAIL
[newState has default value of empty string]
expected: FAIL
[newState is readonly]
expected: FAIL
[BeforeToggleEventInit argument is null]
expected: FAIL
[BeforeToggleEventInit argument is undefined]
expected: FAIL
[BeforeToggleEventInit argument is empty dictionary]
expected: FAIL
[currentState set to 'sample']
expected: FAIL
[currentState set to undefined]
expected: FAIL
[currentState set to null]
expected: FAIL
[currentState set to false]
expected: FAIL
[currentState set to true]
expected: FAIL
[currentState set to a number]
expected: FAIL
[currentState set to [\]]
expected: FAIL
[currentState set to [1, 2, 3\]]
expected: FAIL
[currentState set to an object]
expected: FAIL
[currentState set to an object with a valueOf function]
expected: FAIL
[BeforeToggleEventInit properties set value]
expected: FAIL
[BeforeToggleEventInit properties set value 2]
expected: FAIL
[BeforeToggleEventInit properties set value 3]
expected: FAIL
[BeforeToggleEventInit properties set value 4]
expected: FAIL
[newState set to 'sample']
expected: FAIL
[newState set to undefined]
expected: FAIL
[newState set to null]
expected: FAIL
[newState set to false]
expected: FAIL
[newState set to true]
expected: FAIL
[newState set to a number]
expected: FAIL
[newState set to [\]]
expected: FAIL
[newState set to [1, 2, 3\]]
expected: FAIL
[newState set to an object]
expected: FAIL
[newState set to an object with a valueOf function]
expected: FAIL

View file

@ -0,0 +1,4 @@
[async-script.html]
[async-script.html?reload]
expected: ERROR

View file

@ -1,3 +0,0 @@
[DOMContentLoaded-defer.html]
[The end: DOMContentLoaded and defer scripts]
expected: FAIL

View file

@ -1,3 +0,0 @@
[module-static-import-delayed.html]
[document.write in an imported module]
expected: FAIL

View file

@ -1,7 +1,6 @@
[promise-rejection-events.html]
expected: TIMEOUT
[delayed handling: delaying handling rejected promise created from createImageBitmap will cause both events to fire]
expected: TIMEOUT
expected: FAIL
[unhandledrejection: from createImageBitmap which is UA triggered]
expected: FAIL

View file

@ -1,3 +1,18 @@
[setactionhandler.html]
[Test that setActionHandler() can be executed for supported actions]
expected: FAIL
[Test that setActionHandler("togglemicrophone") succeeds]
expected: FAIL
[Test that setActionHandler("togglecamera") succeeds]
expected: FAIL
[Test that setActionHandler("hangup") succeeds]
expected: FAIL
[Test that setActionHandler("previousslide") succeeds]
expected: FAIL
[Test that setActionHandler("nextslide") succeeds]
expected: FAIL

View file

@ -0,0 +1,3 @@
[performance-navigation-timing-bfcache-reasons-stay.tentative.window.html]
[RemoteContextHelper navigation using BFCache]
expected: FAIL

View file

@ -1,3 +1,3 @@
[performance-navigation-timing-bfcache.window.html]
[performance-navigation-timing-bfcache.tentative.window.html]
[RemoteContextHelper navigation using BFCache]
expected: FAIL

View file

@ -0,0 +1,3 @@
[performance-navigation-timing-cross-origin-bfcache.tentative.window.html]
[RemoteContextHelper navigation using BFCache]
expected: FAIL

View file

@ -1,3 +1,3 @@
[performance-navigation-timing-bfcache-reasons-stay.window.html]
[performance-navigation-timing-not-bfcached.tentative.window.html]
[RemoteContextHelper navigation using BFCache]
expected: FAIL

View file

@ -0,0 +1,3 @@
[performance-navigation-timing-redirect-on-history.tentative.window.html]
[RemoteContextHelper navigation using BFCache]
expected: FAIL

View file

@ -0,0 +1,3 @@
[performance-navigation-timing-same-origin-bfcache.tentative.window.html]
[RemoteContextHelper navigation using BFCache]
expected: FAIL

View file

@ -0,0 +1,3 @@
[performance-navigation-timing-same-origin-replace.tentative.window.html]
[RemoteContextHelper navigation using BFCache]
expected: FAIL

View file

@ -0,0 +1,4 @@
[include-frames-one-local-child-one-local-grandchild.html]
expected: ERROR
[GetEntries of a ParentFrame with one LocalFrame child and one LocalFrame grandchild]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[include-frames-one-local-child-one-remote-child.sub.html]
expected: ERROR
[GetEntries of a ParentFrame with one RemoteFrame child and one LocalFrame child]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[include-frames-one-local-child.html]
expected: ERROR
[GetEntries of a Parent Frame with one LocalFrame child]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[include-frames-one-remote-child-one-local-grandchild.sub.html]
expected: ERROR
[GetEntries of a ParentFrame with one RemoteFrame child and one LocalFrame grandchild]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[include-frames-two-local-children.html]
expected: ERROR
[GetEntries of a Parent Frame with two LocalFrame children]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[first-meta-changed-after-second-added.http.html]
[document referrer policy is the value of the most recently modified <meta name="referrer"]
expected: FAIL

View file

@ -0,0 +1,3 @@
[meta-referrer-removed-1.http.html]
[removing <meta name="referrer"> should not change referrer policy]
expected: FAIL

View file

@ -0,0 +1,3 @@
[meta-referrer-removed-2.http.html]
[referrer policy does not change when second <meta name="referrer"> is removed]
expected: FAIL

View file

@ -0,0 +1,3 @@
[second-meta-referrer-added-before-first.http.html]
[document referrer policy is the value of the most recently added <meta name="referrer">]
expected: FAIL

View file

@ -0,0 +1,181 @@
[content-type-parsing.html]
expected: ERROR
[content-type 0 : ,text/plain]
expected: FAIL
[content-type 1 : text/plain,]
expected: FAIL
[content-type 2 : text/html,text/plain]
expected: FAIL
[content-type 3 : text/plain;charset=gbk,text/html]
expected: FAIL
[content-type 4 : text/plain;charset=gbk,text/html;charset=windows-1254]
expected: FAIL
[content-type 5 : text/plain;charset=gbk,text/plain]
expected: TIMEOUT
[content-type 6 : text/plain;charset=gbk,text/plain;charset=windows-1252]
expected: NOTRUN
[content-type 7 : text/html;charset=gbk,text/html;x=",text/plain]
expected: NOTRUN
[content-type 8 : text/plain;charset=gbk;x=foo,text/plain]
expected: NOTRUN
[content-type 9 : text/html;charset=gbk,text/plain,text/html]
expected: NOTRUN
[content-type 10 : text/plain,*/*]
expected: NOTRUN
[content-type 11 : text/html,*/*]
expected: NOTRUN
[content-type 12 : */*,text/html]
expected: NOTRUN
[content-type 13 : text/plain,*/*;charset=gbk]
expected: NOTRUN
[content-type 14 : text/html,*/*;charset=gbk]
expected: NOTRUN
[content-type 15 : text/html;x=",text/plain]
expected: NOTRUN
[content-type 16 : text/html;",text/plain]
expected: NOTRUN
[content-type 17 : text/html;",\\",text/plain]
expected: NOTRUN
[content-type 18 : text/html;",\\",text/plain,";charset=GBK]
expected: NOTRUN
[content-type 19 : text/html;",",text/plain]
expected: NOTRUN
[mime-type 1 : text/html;charset=gbk]
expected: NOTRUN
[mime-type 2 : TEXT/HTML;CHARSET=GBK]
expected: NOTRUN
[mime-type 4 : text/html;charset=gbk(]
expected: NOTRUN
[mime-type 5 : text/html;x=(;charset=gbk]
expected: NOTRUN
[mime-type 7 : text/html;charset=gbk;charset=windows-1255]
expected: NOTRUN
[mime-type 8 : text/html;charset=();charset=GBK]
expected: NOTRUN
[mime-type 10 : text/html;charset =gbk]
expected: NOTRUN
[mime-type 11 : text/html ;charset=gbk]
expected: NOTRUN
[mime-type 12 : text/html; charset=gbk]
expected: NOTRUN
[mime-type 13 : text/html;charset= gbk]
expected: NOTRUN
[mime-type 14 : text/html;charset= "gbk"]
expected: NOTRUN
[mime-type 16 : text/html;charset=\x0bgbk]
expected: NOTRUN
[mime-type 17 : text/html;charset=\x0cgbk]
expected: NOTRUN
[mime-type 18 : text/html;\x0bcharset=gbk]
expected: NOTRUN
[mime-type 19 : text/html;\x0ccharset=gbk]
expected: NOTRUN
[mime-type 21 : text/html;charset='gbk']
expected: NOTRUN
[mime-type 22 : text/html;charset='gbk]
expected: NOTRUN
[mime-type 23 : text/html;charset=gbk']
expected: NOTRUN
[mime-type 24 : text/html;charset=';charset=GBK]
expected: NOTRUN
[mime-type 26 : text/html;test;charset=gbk]
expected: NOTRUN
[mime-type 27 : text/html;test=;charset=gbk]
expected: NOTRUN
[mime-type 28 : text/html;';charset=gbk]
expected: NOTRUN
[mime-type 29 : text/html;";charset=gbk]
expected: NOTRUN
[mime-type 30 : text/html ; ; charset=gbk]
expected: NOTRUN
[mime-type 31 : text/html;;;;charset=gbk]
expected: NOTRUN
[mime-type 32 : text/html;charset= ";charset=GBK]
expected: NOTRUN
[mime-type 33 : text/html;charset=";charset=foo";charset=GBK]
expected: NOTRUN
[mime-type 35 : text/html;charset="gbk"]
expected: NOTRUN
[mime-type 36 : text/html;charset="gbk]
expected: NOTRUN
[mime-type 37 : text/html;charset=gbk"]
expected: NOTRUN
[mime-type 38 : text/html;charset=" gbk"]
expected: NOTRUN
[mime-type 39 : text/html;charset="gbk "]
expected: NOTRUN
[mime-type 40 : text/html;charset="\\ gbk"]
expected: NOTRUN
[mime-type 41 : text/html;charset="\\g\\b\\k"]
expected: NOTRUN
[mime-type 42 : text/html;charset="gbk"x]
expected: NOTRUN
[mime-type 43 : text/html;charset="";charset=GBK]
expected: NOTRUN
[mime-type 44 : text/html;charset=";charset=GBK]
expected: NOTRUN
[mime-type 46 : text/html;charset={gbk}]
expected: NOTRUN
[mime-type 48 : text/html;0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789=x;charset=gbk]
expected: NOTRUN
[mime-type 69 : text/html;test=ÿ;charset=gbk]
expected: NOTRUN

View file

@ -20,3 +20,5 @@
[Input ‾\\ with encoding iso-2022-jp]
expected: FAIL
[Input U+d800 with encoding windows-1252]
expected: FAIL

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