mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update web-platform-tests to revision 9064a51d4e4c177bf4b629031c3ac8010c910132
This commit is contained in:
parent
026dc7485f
commit
0eedd13bef
215 changed files with 1862 additions and 897 deletions
|
@ -26,6 +26,7 @@ test_computed_value("object-position", "right 40%", "100% 40%");
|
|||
test_computed_value("object-position", "center top", "50% 0%");
|
||||
test_computed_value("object-position", "center", "50% 50%");
|
||||
test_computed_value("object-position", "center center", "50% 50%");
|
||||
test_computed_value("object-position", "right 20px bottom 10px", "calc(100% - 20px) calc(100% - 10px)");
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue