mirror of
https://github.com/servo/servo.git
synced 2025-08-15 18:35:33 +01:00
Upgrade Stylo to 2025-02-03 (#35289)
* Upgrade Stylo to 2025-02-03 Signed-off-by: Oriol Brufau <obrufau@igalia.com> * Fixup for https://phabricator.services.mozilla.com/D233218 Signed-off-by: Oriol Brufau <obrufau@igalia.com> * Fixup for https://phabricator.services.mozilla.com/D233758 Signed-off-by: Oriol Brufau <obrufau@igalia.com> * Fixup for https://phabricator.services.mozilla.com/D231255 Signed-off-by: Oriol Brufau <obrufau@igalia.com> * Update test expectations Signed-off-by: Oriol Brufau <obrufau@igalia.com> --------- Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
e2bb772669
commit
fdbfecf7dd
16 changed files with 44 additions and 197 deletions
|
@ -1,36 +0,0 @@
|
|||
[color-stops-parsing.html]
|
||||
[linear-gradient(black) [ parsable \]]
|
||||
expected: FAIL
|
||||
|
||||
[linear-gradient(black 0%) [ parsable \]]
|
||||
expected: FAIL
|
||||
|
||||
[repeating-linear-gradient(black) [ parsable \]]
|
||||
expected: FAIL
|
||||
|
||||
[repeating-linear-gradient(black 0%) [ parsable \]]
|
||||
expected: FAIL
|
||||
|
||||
[radial-gradient(black) [ parsable \]]
|
||||
expected: FAIL
|
||||
|
||||
[radial-gradient(black 0%) [ parsable \]]
|
||||
expected: FAIL
|
||||
|
||||
[repeating-radial-gradient(black) [ parsable \]]
|
||||
expected: FAIL
|
||||
|
||||
[repeating-radial-gradient(black 0%) [ parsable \]]
|
||||
expected: FAIL
|
||||
|
||||
[conic-gradient(black) [ parsable \]]
|
||||
expected: FAIL
|
||||
|
||||
[conic-gradient(black 0%) [ parsable \]]
|
||||
expected: FAIL
|
||||
|
||||
[repeating-conic-gradient(black) [ parsable \]]
|
||||
expected: FAIL
|
||||
|
||||
[repeating-conic-gradient(black 0%) [ parsable \]]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[gradient-single-stop-001.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[gradient-single-stop-002.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[gradient-single-stop-003.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[gradient-single-stop-004.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[gradient-single-stop-005.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[gradient-single-stop-006.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[gradient-single-stop-007.html]
|
||||
expected: FAIL
|
|
@ -4,9 +4,3 @@
|
|||
|
||||
[e.style['content'\] = "-webkit-image-set(linear-gradient(black, white) 1x, 'example.png' 4x)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['background-image'\] = "image-set(linear-gradient(red) 1x)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['background-image'\] = "-webkit-image-set(linear-gradient(red) 1x)" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue