layout: Enable text-shadow (#31734)

`text-shadow` is enabled for legacy layout, so this just extends support
to the modern layout system.
This commit is contained in:
Martin Robinson 2024-03-19 11:29:20 +01:00 committed by GitHub
parent 8cf47e6009
commit 2ec995a56f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 38 additions and 481 deletions

View file

@ -31,9 +31,3 @@
[Property text-emphasis-position has initial value over]
expected: FAIL
[Property text-shadow has initial value none]
expected: FAIL
[Property text-shadow inherits]
expected: FAIL

View file

@ -1,2 +0,0 @@
[basic-negcoord.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[basic-opacity.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[basic.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[blur.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[color-inherit.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[multiple-noblur.html]
expected: FAIL

View file

@ -1,21 +0,0 @@
[text-shadow-computed.html]
[Property text-shadow value 'none']
expected: FAIL
[Property text-shadow value '10px 20px']
expected: FAIL
[Property text-shadow value 'red 10px 20px 30px']
expected: FAIL
[Property text-shadow value 'calc(0.5em + 10px) calc(0.5em + 10px) calc(0.5em + 10px)']
expected: FAIL
[Property text-shadow value 'calc(-0.5em + 10px) calc(-0.5em + 10px) calc(-0.5em + 10px)']
expected: FAIL
[Property text-shadow value '10px 20px, 30px 40px']
expected: FAIL
[Property text-shadow value 'lime 10px 20px 30px, red 40px 50px']
expected: FAIL

View file

@ -1,30 +0,0 @@
[text-shadow-valid.html]
[e.style['text-shadow'\] = "none" should set the property value]
expected: FAIL
[e.style['text-shadow'\] = "10px 20px" should set the property value]
expected: FAIL
[e.style['text-shadow'\] = "10px 20px 30px" should set the property value]
expected: FAIL
[e.style['text-shadow'\] = "calc(1em + 2px) calc(3em + 4px) calc(5em + 6px)" should set the property value]
expected: FAIL
[e.style['text-shadow'\] = "-10px 20px 30px" should set the property value]
expected: FAIL
[e.style['text-shadow'\] = "10px -20px 30px" should set the property value]
expected: FAIL
[e.style['text-shadow'\] = "rgb(255, 0, 0) 10px 20px" should set the property value]
expected: FAIL
[e.style['text-shadow'\] = "10px 20px 30px lime" should set the property value]
expected: FAIL
[e.style['text-shadow'\] = "10px 20px, 30px 40px" should set the property value]
expected: FAIL
[e.style['text-shadow'\] = "lime 10px 20px 30px, blue 40px 50px" should set the property value]
expected: FAIL

View file

@ -1,2 +0,0 @@
[quirks-decor-noblur.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[standards-decor-noblur-2.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[standards-decor-noblur.html]
expected: FAIL