mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update web-platform-tests to revision b'b73a0a32890ff293961eb55bb90ba57a5a711f48' (#32010)
This commit is contained in:
parent
1ffa61aabf
commit
05f1bbf0a9
765 changed files with 19221 additions and 3164 deletions
|
@ -0,0 +1,2 @@
|
|||
[block-in-inline-become-float.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,15 @@
|
|||
[grid-column-gap-computed.html]
|
||||
[Property grid-column-gap value 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-column-gap value 'calc(10px + 0.5em)']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-column-gap value 'calc(10px - 0.5em)']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-column-gap value '40%']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-column-gap value 'calc(50% + 60px)']
|
||||
expected: FAIL
|
|
@ -0,0 +1,18 @@
|
|||
[grid-column-gap-valid.html]
|
||||
[e.style['grid-column-gap'\] = "normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-column-gap'\] = "0" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-column-gap'\] = "1px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-column-gap'\] = "calc(2em + 3ex)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-column-gap'\] = "4%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-column-gap'\] = "5vmin" should set the property value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,33 @@
|
|||
[grid-gap-computed.html]
|
||||
[Property grid-gap value 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-gap value '10px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-gap value '20%']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-gap value 'calc(20% + 10px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-gap value 'calc(-0.5em + 10px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-gap value 'calc(0.5em + 10px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-gap value 'normal 10px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-gap value '10px 20%']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-gap value '20% calc(20% + 10px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-gap value 'calc(20% + 10px) normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-gap value 'calc(-0.5em + 10px) calc(0.5em + 10px)']
|
||||
expected: FAIL
|
|
@ -0,0 +1,36 @@
|
|||
[grid-gap-shorthand.html]
|
||||
[e.style['gap'\] = "normal" should set column-gap]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['gap'\] = "normal" should set row-gap]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['gap'\] = "normal" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['gap'\] = "10px 20%" should set column-gap]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['gap'\] = "10px 20%" should set row-gap]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['gap'\] = "10px 20%" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['gap'\] = "10px normal" should set column-gap]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['gap'\] = "10px normal" should set row-gap]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['gap'\] = "10px normal" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['gap'\] = "normal calc(20% + 10px)" should set grid-column-gap]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['gap'\] = "normal calc(20% + 10px)" should set grid-row-gap]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['gap'\] = "normal calc(20% + 10px)" should not set unrelated longhands]
|
||||
expected: FAIL
|
|
@ -0,0 +1,27 @@
|
|||
[grid-gap-valid.html]
|
||||
[e.style['grid-gap'\] = "normal normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-gap'\] = "10px 10px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-gap'\] = "20% 20%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-gap'\] = "calc(20% + 10px) calc(20% + 10px)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-gap'\] = "normal 10px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-gap'\] = "10px 20%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-gap'\] = "20% calc(20% + 10px)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-gap'\] = "calc(20% + 10px) 0px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-gap'\] = "0px normal" should set the property value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,18 @@
|
|||
[grid-row-gap-computed.html]
|
||||
[Property grid-row-gap value 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-row-gap value '10px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-row-gap value '20%']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-row-gap value 'calc(20% + 10px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-row-gap value 'calc(-0.5em + 10px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-row-gap value 'calc(0.5em + 10px)']
|
||||
expected: FAIL
|
|
@ -0,0 +1,15 @@
|
|||
[grid-row-gap-valid.html]
|
||||
[e.style['grid-row-gap'\] = "normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-row-gap'\] = "10px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-row-gap'\] = "20%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-row-gap'\] = "calc(20% + 10px)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-row-gap'\] = "0" should set the property value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[clip-opacity-out-of-flow.html]
|
||||
expected: FAIL
|
|
@ -3523,3 +3523,120 @@
|
|||
|
||||
[Property color value 'color(from color(from color(xyz-d65 0.99 0.88 0.77) xyz-d65 x y z) xyz-d65 x y z)']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgb(from rgb(from rebeccapurple r g b / calc(alpha + 0.5)) r g b / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgb(from rgb(from rebeccapurple r g b / calc(alpha - 1.5)) r g b / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color-mix(in srgb, rgb(from rebeccapurple none g b), rebeccapurple)']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'hsl(from hsl(from rebeccapurple h s l / calc(alpha + 0.5)) h s l / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'hsl(from hsl(from rebeccapurple h s l / calc(alpha - 1.5)) h s l / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color-mix(in hsl, hsl(from rebeccapurple none s l), rebeccapurple)']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'hwb(from hwb(from rebeccapurple h w b / calc(alpha + 0.5)) h w b / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'hwb(from hwb(from rebeccapurple h w b / calc(alpha - 1.5)) h w b / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color-mix(in hwb, hwb(from rebeccapurple none w b), rebeccapurple)']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'lab(from lab(from lab(25 20 50) l a b / calc(alpha + 0.5)) l a b / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'lab(from lab(from lab(25 20 50) l a b / calc(alpha - 1.5)) l a b / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color-mix(in lab, lab(from lab(25 20 50) none a b), lab(25 20 50))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'oklab(from oklab(from oklab(0.25 0.2 0.5) l a b / calc(alpha + 0.5)) l a b / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'oklab(from oklab(from oklab(0.25 0.2 0.5) l a b / calc(alpha - 1.5)) l a b / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color-mix(in oklab, oklab(from oklab(0.25 0.2 0.5) none a b), oklab(0.25 0.2 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'lch(from lch(from lch(0.7 45 30) l c h / calc(alpha + 0.5)) l c h / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'lch(from lch(from lch(0.7 45 30) l c h / calc(alpha - 1.5)) l c h / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color-mix(in lch, lch(from lch(0.7 45 30) l c none), lch(0.7 45 30))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'oklch(from oklch(from oklch(0.7 0.45 30) l c h / calc(alpha + 0.5)) l c h / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'oklch(from oklch(from oklch(0.7 0.45 30) l c h / calc(alpha - 1.5)) l c h / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color-mix(in oklch, oklch(from oklch(0.7 0.45 30) l c none), oklch(0.7 0.45 30))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(srgb 0.7 0.5 0.3) srgb r g b / calc(alpha + 0.5)) srgb r g b / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(srgb 0.7 0.5 0.3) srgb r g b / calc(alpha - 1.5)) srgb r g b / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g b / calc(alpha + 0.5)) srgb-linear r g b / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g b / calc(alpha - 1.5)) srgb-linear r g b / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g b / calc(alpha + 0.5)) a98-rgb r g b / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g b / calc(alpha - 1.5)) a98-rgb r g b / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(rec2020 0.7 0.5 0.3) rec2020 r g b / calc(alpha + 0.5)) rec2020 r g b / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(rec2020 0.7 0.5 0.3) rec2020 r g b / calc(alpha - 1.5)) rec2020 r g b / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g b / calc(alpha + 0.5)) prophoto-rgb r g b / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g b / calc(alpha - 1.5)) prophoto-rgb r g b / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(display-p3 0.7 0.5 0.3) display-p3 r g b / calc(alpha + 0.5)) display-p3 r g b / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(display-p3 0.7 0.5 0.3) display-p3 r g b / calc(alpha - 1.5)) display-p3 r g b / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(xyz 7 -20.5 100) xyz x y z / calc(alpha + 0.5)) xyz x y z / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(xyz 7 -20.5 100) xyz x y z / calc(alpha - 1.5)) xyz x y z / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(xyz-d50 7 -20.5 100) xyz-d50 x y z / calc(alpha + 0.5)) xyz-d50 x y z / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(xyz-d50 7 -20.5 100) xyz-d50 x y z / calc(alpha - 1.5)) xyz-d50 x y z / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(xyz-d65 7 -20.5 100) xyz-d65 x y z / calc(alpha + 0.5)) xyz-d65 x y z / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(xyz-d65 7 -20.5 100) xyz-d65 x y z / calc(alpha - 1.5)) xyz-d65 x y z / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-001.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-004.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-005.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-006.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-007.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-008.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-009.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-010.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-011.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-012.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-013.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-015.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-016.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-017.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-019.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-with-abspos-001.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-with-abspos-002.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-with-abspos-003.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-with-abspos-004.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-with-abspos-005.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-with-abspos-006.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-with-abspos-007.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-with-abspos-008.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-with-abspos-009.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-with-abspos-010.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[text-align-last-justify-br.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,15 @@
|
|||
[starting-style-parsing.html]
|
||||
[@starting-style is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@starting-style div is not valid]
|
||||
expected: FAIL
|
||||
|
||||
[@starting-style () is not valid]
|
||||
expected: FAIL
|
||||
|
||||
[@starting-style ( {} is not valid]
|
||||
expected: FAIL
|
||||
|
||||
[@starting-style } is not valid]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[starting-style-adjustment.html]
|
||||
[The display property in <legend> @starting-style should be blockified so no transition should start]
|
||||
expected: FAIL
|
|
@ -0,0 +1,48 @@
|
|||
[container-progress-computed.tentative.html]
|
||||
[container-progress(height from 0px to 1px) should be used-value-equivalent to 322]
|
||||
expected: FAIL
|
||||
|
||||
[container-progress(width of my-container from 0px to 1px) should be used-value-equivalent to 322]
|
||||
expected: FAIL
|
||||
|
||||
[container-progress(height from container-progress(height from 0px to 1px) * 1px to container-progress(height from 0px to 1px) * 1px) should be used-value-equivalent to 0]
|
||||
expected: FAIL
|
||||
|
||||
[container-progress(height from container-progress(height from 0px to 1px) * 0.5px to container-progress(height from 0px to 1px) * 1px) should be used-value-equivalent to 1]
|
||||
expected: FAIL
|
||||
|
||||
[container-progress(height from container-progress(width of my-container from 0px to 1px) * 1px to container-progress(height of my-container-2 from 0px to 1px) * 1px) should be used-value-equivalent to 0]
|
||||
expected: FAIL
|
||||
|
||||
[calc(container-progress(width from 0px to 50px) * 10px + 100px) should be used-value-equivalent to 145.6px]
|
||||
expected: FAIL
|
||||
|
||||
[calc(container-progress(height from 10px to sign(50px - 500em) * 10px)) should be used-value-equivalent to -15.6]
|
||||
expected: FAIL
|
||||
|
||||
[calc(container-progress(width of my-container from 0px to 50px) * 10px + 100px) should be used-value-equivalent to 164.4px]
|
||||
expected: FAIL
|
||||
|
||||
[calc(container-progress(height of my-container from 10px to sign(50px - 500em) * 10px)) should be used-value-equivalent to -10.9]
|
||||
expected: FAIL
|
||||
|
||||
[container-progress(width of non-existing-container from 0px to 1px) should be used-value-equivalent to 1024]
|
||||
expected: FAIL
|
||||
|
||||
[container-progress(height of non-existing-container from 0px to 1px) should be used-value-equivalent to 740]
|
||||
expected: FAIL
|
||||
|
||||
[container-progress(width of out-of-scope-container from 0px to 1px) should be used-value-equivalent to 1024]
|
||||
expected: FAIL
|
||||
|
||||
[container-progress(height of out-of-scope-container from 0px to 1px) should be used-value-equivalent to 740]
|
||||
expected: FAIL
|
||||
|
||||
[calc(container-progress(width from 0px to 1px) * 1px) should be used-value-equivalent to 228px]
|
||||
expected: FAIL
|
||||
|
||||
[calc(container-progress(height of my-container from 0px to 1px) * 1s) should be used-value-equivalent to 228s]
|
||||
expected: FAIL
|
||||
|
||||
[calc(container-progress(width of my-container-2 from 0px to 1px) * 1deg) should be used-value-equivalent to 5051deg]
|
||||
expected: FAIL
|
|
@ -0,0 +1,24 @@
|
|||
[container-progress-serialize.tentative.html]
|
||||
['calc(container-progress(width from 0px to 1px) / 1000)' as a specified value should serialize as 'calc(container-progress(width from 0px to 1px) / 1000)'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(calc(container-progress(width from 0px to 1px) / 1000))' as a specified value should serialize as 'scale(calc(container-progress(width from 0px to 1px) / 1000))'.]
|
||||
expected: FAIL
|
||||
|
||||
['calc(container-progress(width from 0px to 1px) / 1000)' as a computed value should serialize as '0.228'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(calc(container-progress(width from 0px to 1px) / 1000))' as a computed value should serialize as 'matrix(0.228, 0, 0, 0.228, 0, 0)'.]
|
||||
expected: FAIL
|
||||
|
||||
['calc(0.1 * container-progress(height of my-container from 0px to 10em))' as a specified value should serialize as 'calc(0.1 * container-progress(height of my-container from 0px to 10em))'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(calc(0.1 * container-progress(height of my-container from 0px to 10em)))' as a specified value should serialize as 'scale(calc(0.1 * container-progress(height of my-container from 0px to 10em)))'.]
|
||||
expected: FAIL
|
||||
|
||||
['calc(0.1 * container-progress(height of my-container from 0px to 10em))' as a computed value should serialize as '0.228'.]
|
||||
expected: FAIL
|
||||
|
||||
['scale(calc(0.1 * container-progress(height of my-container from 0px to 10em)))' as a computed value should serialize as 'matrix(0.228, 0, 0, 0.228, 0, 0)'.]
|
||||
expected: FAIL
|
|
@ -22,3 +22,21 @@
|
|||
|
||||
[calc(media-progress(width from 0px to 1px) * 1deg) should be used-value-equivalent to 1024deg]
|
||||
expected: FAIL
|
||||
|
||||
[media-progress() identity check]
|
||||
expected: FAIL
|
||||
|
||||
[media-progress() with length product]
|
||||
expected: FAIL
|
||||
|
||||
[media-progress with complex to calculation]
|
||||
expected: FAIL
|
||||
|
||||
[media-progress() as length]
|
||||
expected: FAIL
|
||||
|
||||
[media-progress() as time]
|
||||
expected: FAIL
|
||||
|
||||
[media-progress() as angle]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,36 @@
|
|||
[is-where-pseudo-containing-hard-pseudo.html]
|
||||
[subject1 is red when .other-match added]
|
||||
expected: FAIL
|
||||
|
||||
[subject1 is orangered when .parent added to parent]
|
||||
expected: FAIL
|
||||
|
||||
[subject1 is orangered when .parent removed from parent]
|
||||
expected: FAIL
|
||||
|
||||
[subject2 is darkred when .other-match added]
|
||||
expected: FAIL
|
||||
|
||||
[subject2 is pink when .parent added to parent]
|
||||
expected: FAIL
|
||||
|
||||
[subject2 is pink when .parent removed from parent]
|
||||
expected: FAIL
|
||||
|
||||
[subject3 is green when .other-match added]
|
||||
expected: FAIL
|
||||
|
||||
[subject3 is lightgreen when .parent added to parent]
|
||||
expected: FAIL
|
||||
|
||||
[subject3 is lightgreen when .parent removed from parent]
|
||||
expected: FAIL
|
||||
|
||||
[subject4 is darkgreen when .other-match added]
|
||||
expected: FAIL
|
||||
|
||||
[subject4 is yellowgreen when .parent added to parent]
|
||||
expected: FAIL
|
||||
|
||||
[subject4 is yellowgreen when .parent removed from parent]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[HTMLMediaElement.html]
|
||||
expected: TIMEOUT
|
|
@ -1,3 +1,6 @@
|
|||
[Node-appendChild-script-and-default-style-meta-from-fragment.tentative.html]
|
||||
[Inserting <meta> that uses alternate stylesheets, applies the style during DOM insertion, and before script runs as a result of any atomic insertions]
|
||||
expected: FAIL
|
||||
|
||||
[Inserting <meta> that uses alternate stylesheets, applies the style during DOM post-insertion steps]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,32 @@
|
|||
[observable-first.any.worker.html]
|
||||
[first(): Promise resolves with the first value from the source Observable]
|
||||
expected: FAIL
|
||||
|
||||
[first(): Promise rejects with the error emitted from the source Observable]
|
||||
expected: FAIL
|
||||
|
||||
[first(): Promise rejects with RangeError when source Observable completes without emitting any values]
|
||||
expected: FAIL
|
||||
|
||||
[first(): Aborting a signal rejects the Promise with an AbortError DOMException]
|
||||
expected: FAIL
|
||||
|
||||
[first(): Lifecycle]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[observable-first.any.html]
|
||||
[first(): Promise resolves with the first value from the source Observable]
|
||||
expected: FAIL
|
||||
|
||||
[first(): Promise rejects with the error emitted from the source Observable]
|
||||
expected: FAIL
|
||||
|
||||
[first(): Promise rejects with RangeError when source Observable completes without emitting any values]
|
||||
expected: FAIL
|
||||
|
||||
[first(): Aborting a signal rejects the Promise with an AbortError DOMException]
|
||||
expected: FAIL
|
||||
|
||||
[first(): Lifecycle]
|
||||
expected: FAIL
|
|
@ -0,0 +1,32 @@
|
|||
[observable-last.any.html]
|
||||
[last(): Promise resolves to last value]
|
||||
expected: FAIL
|
||||
|
||||
[last(): Promise rejects with emitted error]
|
||||
expected: FAIL
|
||||
|
||||
[last(): Promise rejects with RangeError when source Observable completes without emitting any values]
|
||||
expected: FAIL
|
||||
|
||||
[last(): Aborting a signal rejects the Promise with an AbortError DOMException]
|
||||
expected: FAIL
|
||||
|
||||
[last(): Lifecycle]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[observable-last.any.worker.html]
|
||||
[last(): Promise resolves to last value]
|
||||
expected: FAIL
|
||||
|
||||
[last(): Promise rejects with emitted error]
|
||||
expected: FAIL
|
||||
|
||||
[last(): Promise rejects with RangeError when source Observable completes without emitting any values]
|
||||
expected: FAIL
|
||||
|
||||
[last(): Aborting a signal rejects the Promise with an AbortError DOMException]
|
||||
expected: FAIL
|
||||
|
||||
[last(): Lifecycle]
|
||||
expected: FAIL
|
|
@ -0,0 +1,38 @@
|
|||
[observable-switchMap.any.html]
|
||||
[switchMap(): result subscribes to one inner observable at a time, unsubscribing from the previous active one when a new one replaces it]
|
||||
expected: FAIL
|
||||
|
||||
[switchMap(): result does not complete when the source observable completes, if the inner observable is still active]
|
||||
expected: FAIL
|
||||
|
||||
[switchMap(): result emits an error if Mapper callback throws an error]
|
||||
expected: FAIL
|
||||
|
||||
[switchMap(): result emits an error if the source observable emits an error]
|
||||
expected: FAIL
|
||||
|
||||
[switchMap(): result emits an error if the inner observable emits an error]
|
||||
expected: FAIL
|
||||
|
||||
[switchMap(): should unsubscribe in the correct order when user aborts the subscription]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[observable-switchMap.any.worker.html]
|
||||
[switchMap(): result subscribes to one inner observable at a time, unsubscribing from the previous active one when a new one replaces it]
|
||||
expected: FAIL
|
||||
|
||||
[switchMap(): result does not complete when the source observable completes, if the inner observable is still active]
|
||||
expected: FAIL
|
||||
|
||||
[switchMap(): result emits an error if Mapper callback throws an error]
|
||||
expected: FAIL
|
||||
|
||||
[switchMap(): result emits an error if the source observable emits an error]
|
||||
expected: FAIL
|
||||
|
||||
[switchMap(): result emits an error if the inner observable emits an error]
|
||||
expected: FAIL
|
||||
|
||||
[switchMap(): should unsubscribe in the correct order when user aborts the subscription]
|
||||
expected: FAIL
|
|
@ -69,6 +69,12 @@
|
|||
[Request on bad port 10080 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 4190 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 6679 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
|
||||
[request-bad-port.any.html]
|
||||
expected: TIMEOUT
|
||||
|
@ -134,3 +140,9 @@
|
|||
|
||||
[Request on bad port 10080 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 4190 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 6679 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
[dictionary-clear-site-data.tentative.https.html]
|
||||
[Clear-Site-Data with "cache" directive must unregister dictionary]
|
||||
expected: FAIL
|
||||
|
||||
[Clear-Site-Data with "cookies" directive must unregister dictionary]
|
||||
expected: FAIL
|
||||
|
||||
[Clear-Site-Data with "storage" directive must not unregister dictionary]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[dictionary-decompression.tentative.https.html]
|
||||
[Decompresion using Brotli with the dictionary works as expected]
|
||||
expected: FAIL
|
||||
|
||||
[Decompresion using Zstandard with the dictionary works as expected]
|
||||
expected: FAIL
|
||||
|
||||
[Decompresion of a cross origin resource works as expected]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[dictionary-fetch-with-link-element.tentative.https.html]
|
||||
[Browser supports link element with dictionary rel.]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch same origin dictionary using link element]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch cross origin dictionary using link element]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[dictionary-fetch-with-link-header.tentative.https.html]
|
||||
[Fetch same origin dictionary using link header]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[dictionary-registration.tentative.https.html]
|
||||
[Simple dictionary registration and unregistration]
|
||||
expected: FAIL
|
||||
|
||||
[Dictionary registration with dictionary ID]
|
||||
expected: FAIL
|
||||
|
||||
[New dictionary registration overrides the existing one]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[bad-br-body.https.any.html]
|
||||
[Consuming the body of a resource with bad br content with arrayBuffer() should reject]
|
||||
expected: FAIL
|
|
@ -0,0 +1,20 @@
|
|||
[big-br-body.https.any.worker.html]
|
||||
[large br data should be decompressed successfully]
|
||||
expected: FAIL
|
||||
|
||||
[large br data should be decompressed successfully with byte stream]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[big-br-body.https.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[big-br-body.https.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[big-br-body.https.any.html]
|
||||
[large br data should be decompressed successfully]
|
||||
expected: FAIL
|
||||
|
||||
[large br data should be decompressed successfully with byte stream]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[br-body.https.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[br-body.https.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[br-body.https.any.worker.html]
|
||||
|
||||
[br-body.https.any.html]
|
|
@ -10,6 +10,3 @@
|
|||
|
||||
[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='']
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[traverse_the_history_5.html]
|
||||
[Multiple history traversals, last would be aborted]
|
||||
expected: FAIL
|
|
@ -7,4 +7,4 @@
|
|||
expected: FAIL
|
||||
|
||||
[opener of discarded auxiliary browsing context]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[display-none-or-contents.html]
|
||||
expected: FAIL
|
|
@ -1,33 +1,33 @@
|
|||
[canPlayType.html]
|
||||
[video/mp4; codecs="mp4v.20.8" (optional)]
|
||||
expected: FAIL
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[video/3gpp; codecs="samr" (optional)]
|
||||
expected: FAIL
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[video/mp4; codecs="mp4v.20.240" (optional)]
|
||||
expected: FAIL
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[audio/webm (optional)]
|
||||
expected: FAIL
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[audio/mp4; codecs="mp4a.40.2" (optional)]
|
||||
expected: FAIL
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[video/ogg; codecs="theora" (optional)]
|
||||
expected: FAIL
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[video/mp4; codecs="avc1.64001E" (optional)]
|
||||
expected: FAIL
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[video/mp4 (optional)]
|
||||
expected: FAIL
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[video/ogg; codecs="vorbis" (optional)]
|
||||
expected: FAIL
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[audio/ogg; codecs="opus" (optional)]
|
||||
expected: FAIL
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[video/webm (optional)]
|
||||
expected: FAIL
|
||||
|
@ -36,49 +36,61 @@
|
|||
expected: FAIL
|
||||
|
||||
[video/mp4; codecs="avc1.4D401E" (optional)]
|
||||
expected: FAIL
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[audio/wav (optional)]
|
||||
expected: FAIL
|
||||
|
||||
[video/mp4; codecs="avc1.42E01E" (optional)]
|
||||
expected: FAIL
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[video/mp4; codecs="avc1.58A01E" (optional)]
|
||||
expected: FAIL
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[video/ogg (optional)]
|
||||
expected: FAIL
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[audio/mp4 (optional)]
|
||||
expected: FAIL
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[video/3gpp (optional)]
|
||||
expected: FAIL
|
||||
|
||||
[audio/ogg (optional)]
|
||||
expected: FAIL
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[video/mp4; codecs="mp4a.40.2" (optional)]
|
||||
expected: FAIL
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[audio/ogg; codecs="vorbis" (optional)]
|
||||
expected: FAIL
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[video/ogg; codecs="opus" (optional)]
|
||||
expected: FAIL
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[video/3gpp; codecs="mp4v.20.8" (optional)]
|
||||
expected: FAIL
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[audio/wav with and without codecs]
|
||||
expected: FAIL
|
||||
|
||||
[audio/webm; codecs="opus" (optional)]
|
||||
expected: FAIL
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[audio/webm; codecs="vorbis" (optional)]
|
||||
expected: FAIL
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[video/webm; codecs="opus" (optional)]
|
||||
expected: FAIL
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[video/mp4 codecs subset]
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[video/mp4 codecs order]
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[video/ogg codecs subset]
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[video/ogg codecs order]
|
||||
expected: PRECONDITION_FAILED
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[iframe_sandbox_popups_nonescaping-1.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[module-tla-delayed.html]
|
||||
[document.write in an imported module]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[performance-navigation-timing-iframes-without-attributes.tentative.window.html]
|
||||
[RemoteContextHelper navigation using BFCache]
|
||||
expected: FAIL
|
|
@ -0,0 +1,4 @@
|
|||
[selection-nested-video.html]
|
||||
expected: ERROR
|
||||
[Selection with nested videos doesn't crash]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[cross-shadow-boundary-6.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[script-src-allows-wasm.tentative.html]
|
||||
[Importing a WebAssembly module should be allowed by script-src CSP.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[script-src-blocks-wasm.tentative.html]
|
||||
[Importing a WebAssembly module should be guarded by script-src CSP.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[worker-import-source-phase.tentative.html]
|
||||
[Testing import of WebAssembly source phase from JavaScript worker]
|
||||
expected: FAIL
|
|
@ -1,4 +0,0 @@
|
|||
[017.html]
|
||||
expected: TIMEOUT
|
||||
[origin of the script that invoked the method, about:blank]
|
||||
expected: TIMEOUT
|
|
@ -1,3 +0,0 @@
|
|||
[WorkerGlobalScope-close.html]
|
||||
[Test sending a message after closing.]
|
||||
expected: FAIL
|
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,15 @@
|
|||
[grid-column-gap-computed.html]
|
||||
[Property grid-column-gap value 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-column-gap value 'calc(10px + 0.5em)']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-column-gap value 'calc(10px - 0.5em)']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-column-gap value '40%']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-column-gap value 'calc(50% + 60px)']
|
||||
expected: FAIL
|
|
@ -0,0 +1,18 @@
|
|||
[grid-column-gap-valid.html]
|
||||
[e.style['grid-column-gap'\] = "normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-column-gap'\] = "0" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-column-gap'\] = "1px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-column-gap'\] = "calc(2em + 3ex)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-column-gap'\] = "4%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-column-gap'\] = "5vmin" should set the property value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,33 @@
|
|||
[grid-gap-computed.html]
|
||||
[Property grid-gap value 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-gap value '10px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-gap value '20%']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-gap value 'calc(20% + 10px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-gap value 'calc(-0.5em + 10px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-gap value 'calc(0.5em + 10px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-gap value 'normal 10px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-gap value '10px 20%']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-gap value '20% calc(20% + 10px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-gap value 'calc(20% + 10px) normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-gap value 'calc(-0.5em + 10px) calc(0.5em + 10px)']
|
||||
expected: FAIL
|
|
@ -0,0 +1,36 @@
|
|||
[grid-gap-shorthand.html]
|
||||
[e.style['gap'\] = "normal" should set column-gap]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['gap'\] = "normal" should set row-gap]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['gap'\] = "normal" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['gap'\] = "10px 20%" should set column-gap]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['gap'\] = "10px 20%" should set row-gap]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['gap'\] = "10px 20%" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['gap'\] = "10px normal" should set column-gap]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['gap'\] = "10px normal" should set row-gap]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['gap'\] = "10px normal" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['gap'\] = "normal calc(20% + 10px)" should set grid-column-gap]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['gap'\] = "normal calc(20% + 10px)" should set grid-row-gap]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['gap'\] = "normal calc(20% + 10px)" should not set unrelated longhands]
|
||||
expected: FAIL
|
27
tests/wpt/meta/css/css-align/parsing/grid-gap-valid.html.ini
Normal file
27
tests/wpt/meta/css/css-align/parsing/grid-gap-valid.html.ini
Normal file
|
@ -0,0 +1,27 @@
|
|||
[grid-gap-valid.html]
|
||||
[e.style['grid-gap'\] = "normal normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-gap'\] = "10px 10px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-gap'\] = "20% 20%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-gap'\] = "calc(20% + 10px) calc(20% + 10px)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-gap'\] = "normal 10px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-gap'\] = "10px 20%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-gap'\] = "20% calc(20% + 10px)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-gap'\] = "calc(20% + 10px) 0px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-gap'\] = "0px normal" should set the property value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,18 @@
|
|||
[grid-row-gap-computed.html]
|
||||
[Property grid-row-gap value 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-row-gap value '10px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-row-gap value '20%']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-row-gap value 'calc(20% + 10px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-row-gap value 'calc(-0.5em + 10px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-row-gap value 'calc(0.5em + 10px)']
|
||||
expected: FAIL
|
|
@ -0,0 +1,15 @@
|
|||
[grid-row-gap-valid.html]
|
||||
[e.style['grid-row-gap'\] = "normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-row-gap'\] = "10px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-row-gap'\] = "20%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-row-gap'\] = "calc(20% + 10px)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-row-gap'\] = "0" should set the property value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[clip-opacity-out-of-flow.html]
|
||||
expected: FAIL
|
|
@ -3523,3 +3523,120 @@
|
|||
|
||||
[Property color value 'color(from color(from color(xyz-d65 0.99 0.88 0.77) xyz-d65 x y z) xyz-d65 x y z)']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgb(from rgb(from rebeccapurple r g b / calc(alpha + 0.5)) r g b / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgb(from rgb(from rebeccapurple r g b / calc(alpha - 1.5)) r g b / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color-mix(in srgb, rgb(from rebeccapurple none g b), rebeccapurple)']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'hsl(from hsl(from rebeccapurple h s l / calc(alpha + 0.5)) h s l / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'hsl(from hsl(from rebeccapurple h s l / calc(alpha - 1.5)) h s l / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color-mix(in hsl, hsl(from rebeccapurple none s l), rebeccapurple)']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'hwb(from hwb(from rebeccapurple h w b / calc(alpha + 0.5)) h w b / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'hwb(from hwb(from rebeccapurple h w b / calc(alpha - 1.5)) h w b / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color-mix(in hwb, hwb(from rebeccapurple none w b), rebeccapurple)']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'lab(from lab(from lab(25 20 50) l a b / calc(alpha + 0.5)) l a b / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'lab(from lab(from lab(25 20 50) l a b / calc(alpha - 1.5)) l a b / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color-mix(in lab, lab(from lab(25 20 50) none a b), lab(25 20 50))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'oklab(from oklab(from oklab(0.25 0.2 0.5) l a b / calc(alpha + 0.5)) l a b / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'oklab(from oklab(from oklab(0.25 0.2 0.5) l a b / calc(alpha - 1.5)) l a b / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color-mix(in oklab, oklab(from oklab(0.25 0.2 0.5) none a b), oklab(0.25 0.2 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'lch(from lch(from lch(0.7 45 30) l c h / calc(alpha + 0.5)) l c h / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'lch(from lch(from lch(0.7 45 30) l c h / calc(alpha - 1.5)) l c h / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color-mix(in lch, lch(from lch(0.7 45 30) l c none), lch(0.7 45 30))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'oklch(from oklch(from oklch(0.7 0.45 30) l c h / calc(alpha + 0.5)) l c h / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'oklch(from oklch(from oklch(0.7 0.45 30) l c h / calc(alpha - 1.5)) l c h / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color-mix(in oklch, oklch(from oklch(0.7 0.45 30) l c none), oklch(0.7 0.45 30))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(srgb 0.7 0.5 0.3) srgb r g b / calc(alpha + 0.5)) srgb r g b / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(srgb 0.7 0.5 0.3) srgb r g b / calc(alpha - 1.5)) srgb r g b / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g b / calc(alpha + 0.5)) srgb-linear r g b / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g b / calc(alpha - 1.5)) srgb-linear r g b / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g b / calc(alpha + 0.5)) a98-rgb r g b / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g b / calc(alpha - 1.5)) a98-rgb r g b / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(rec2020 0.7 0.5 0.3) rec2020 r g b / calc(alpha + 0.5)) rec2020 r g b / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(rec2020 0.7 0.5 0.3) rec2020 r g b / calc(alpha - 1.5)) rec2020 r g b / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g b / calc(alpha + 0.5)) prophoto-rgb r g b / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g b / calc(alpha - 1.5)) prophoto-rgb r g b / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(display-p3 0.7 0.5 0.3) display-p3 r g b / calc(alpha + 0.5)) display-p3 r g b / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(display-p3 0.7 0.5 0.3) display-p3 r g b / calc(alpha - 1.5)) display-p3 r g b / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(xyz 7 -20.5 100) xyz x y z / calc(alpha + 0.5)) xyz x y z / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(xyz 7 -20.5 100) xyz x y z / calc(alpha - 1.5)) xyz x y z / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(xyz-d50 7 -20.5 100) xyz-d50 x y z / calc(alpha + 0.5)) xyz-d50 x y z / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(xyz-d50 7 -20.5 100) xyz-d50 x y z / calc(alpha - 1.5)) xyz-d50 x y z / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(xyz-d65 7 -20.5 100) xyz-d65 x y z / calc(alpha + 0.5)) xyz-d65 x y z / calc(alpha - 0.5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'color(from color(from color(xyz-d65 7 -20.5 100) xyz-d65 x y z / calc(alpha - 1.5)) xyz-d65 x y z / calc(alpha + 0.5))']
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[font-size-adjust-reload.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-001.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-004.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-005.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-006.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-007.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-008.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-009.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-010.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-011.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-012.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-013.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-015.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-016.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-017.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-019.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-with-abspos-001.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-with-abspos-002.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-with-abspos-003.tentative.html]
|
||||
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