mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
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:
parent
8cf47e6009
commit
2ec995a56f
22 changed files with 38 additions and 481 deletions
|
@ -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
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[basic-negcoord.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[basic-opacity.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[basic.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[blur.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[color-inherit.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[multiple-noblur.html]
|
||||
expected: FAIL
|
|
@ -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
|
|
@ -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
|
|
@ -1,2 +0,0 @@
|
|||
[quirks-decor-noblur.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[standards-decor-noblur-2.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[standards-decor-noblur.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue