Update web-platform-tests to revision fd5a851b2e6bd60ff49060f1b42197c976273728

This commit is contained in:
WPT Sync Bot 2020-07-30 08:21:10 +00:00
parent b1bd409047
commit 53a530d4c0
83 changed files with 484 additions and 155 deletions

View file

@ -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>