mirror of
https://github.com/servo/servo.git
synced 2025-08-27 16:18:21 +01:00
Update web-platform-tests to revision de9a09ab7f605aed6a4b53ed96427412bab76463
This commit is contained in:
parent
f3f9303fc9
commit
73a776843f
225 changed files with 5750 additions and 2858 deletions
|
@ -37,6 +37,12 @@
|
|||
checkDOMMatrix(matrix, initialMatrix());
|
||||
},"test scale() doesn't mutate");
|
||||
|
||||
test(function() {
|
||||
var matrix = initialMatrix();
|
||||
matrix.scaleNonUniform(1,5);
|
||||
checkDOMMatrix(matrix, initialMatrix());
|
||||
},"test scaleNonUniform() doesn't mutate");
|
||||
|
||||
test(function() {
|
||||
var matrix = initialMatrix();
|
||||
matrix.scale3d(3,2,1,1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue