mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision e9f2d000237d43f74136cfd40e5a3454f5b54b70
This commit is contained in:
parent
8bc8981ae5
commit
57465056e7
127 changed files with 18346 additions and 155 deletions
|
@ -45,6 +45,13 @@ test_invalid_value("clip-path", "ellipse(-50px 60px at 70% 80%)");
|
|||
test_invalid_value("clip-path", "polygon(1%)");
|
||||
|
||||
test_invalid_value("clip-path", "unknown-box");
|
||||
|
||||
test_invalid_value("clip-path", 'path(abc, "m 20 0 h -100 z")');
|
||||
test_invalid_value("clip-path", 'path(nonzero)');
|
||||
test_invalid_value("clip-path", 'path(evenodd, "")');
|
||||
test_invalid_value("clip-path", 'path("m 20 0 h -100", nonzero)');
|
||||
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue