layout: Add support for box-shadow to Layout 2020 (#31453)

This commit is contained in:
Martin Robinson 2024-03-07 12:13:57 +01:00 committed by GitHub
parent 007a31c1b5
commit 602a5092c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 61 additions and 904 deletions

View file

@ -1,12 +0,0 @@
[box-shadow-computed.html]
[Property box-shadow value '1px 2px']
expected: FAIL
[Property box-shadow value 'currentcolor -1em -2em 3em -4em']
expected: FAIL
[Property box-shadow value 'none']
expected: FAIL
[Property box-shadow value 'rgb(0, 255, 0) 1px 2px 3px 4px inset']
expected: FAIL

View file

@ -1,114 +0,0 @@
[box-shadow-valid.html]
[e.style['box-shadow'\] = "green inset 4px -4px 0" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "4px -4px 0 inset green" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "inset 4px -4px 0 green" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "4px -4px inset" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "4px -4px 0 inset" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "4px -4px 0 green inset" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "green -4px 4px 0" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "green inset 4px -4px 0 0" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "1px 1px calc(1em - 2px)" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "green inset 4px -4px" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "inset 4px -4px 0 0 green" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "inset green 4px -4px" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "4px -4px 0 0 inset" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "1px 1px calc(-1px)" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "4px -4px 0 0 green inset" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "green -4px 4px 0 0" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "red 1px 2px 3px -4px inset" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "inset 4px -4px 0" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "1px 2px" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "none" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "4px 4px green" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "-4px 4px 0 green" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "1px -2px inset, red -3px 4px" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "inset green 4px -4px 0" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "inset 4px -4px 0 0" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "inset 1px 2px red" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "4px -4px inset green" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "inset 1px -2px, -3px 4px red" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "-4px 4px 0 0 green" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "inset 4px -4px" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "green -4px 4px" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "green 4px -4px inset" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "4px -4px green inset" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "4px -4px 0 0 inset green" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "green 4px -4px 0 inset" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "inset 4px -4px green" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "inset green 4px -4px 0 0" should set the property value]
expected: FAIL
[e.style['box-shadow'\] = "green 4px -4px 0 0 inset" should set the property value]
expected: FAIL