mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision b'89142292ab8c7f3564d978a76fdabc66626c421e'
This commit is contained in:
parent
7f838a4f5f
commit
cda7a10498
98 changed files with 2782 additions and 1163 deletions
|
@ -148,6 +148,11 @@ test_not_applied('gandalf', 'grey', false);
|
|||
test_not_applied('<color>', 'notacolor', false);
|
||||
test_not_applied('<length>', '10em', false);
|
||||
|
||||
test_not_applied('<transform-function>', 'translateX(1em)', false);
|
||||
test_not_applied('<transform-function>', 'translateY(1lh)', false);
|
||||
test_not_applied('<transform-list>', 'rotate(10deg) translateX(1em)', false);
|
||||
test_not_applied('<transform-list>', 'rotate(10deg) translateY(1lh)', false);
|
||||
|
||||
// Inheritance
|
||||
|
||||
test_with_at_property({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue