mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Update web-platform-tests to revision fd5a851b2e6bd60ff49060f1b42197c976273728
This commit is contained in:
parent
b1bd409047
commit
53a530d4c0
83 changed files with 484 additions and 155 deletions
|
@ -23,6 +23,8 @@ test_invalid_value("background-image", "radial-gradient(ellipse -20px 30px at ce
|
|||
test_invalid_value("background-image", "repeating-radial-gradient(-20% 30% at center, red, blue)");
|
||||
test_invalid_value("background-image", "radial-gradient(20px -30px at center, red, blue)");
|
||||
test_invalid_value("background-image", "repeating-radial-gradient(20px -30px ellipse at center, red, blue)");
|
||||
|
||||
test_invalid_value("background-image", "cross-fade(auto blue, 50% red)");
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue