mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +02:00
Update CSS tests to revision 1399540ef50bff32151a5058da8910483538f382
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
checkDOMPoint(new DOMPoint({x:1, z:3}), {x:1, y:0, z:3, w:1});
|
||||
},'testConstructorDOMPoint');
|
||||
test(function() {
|
||||
checkDOMPoint(new DOMPoint(1, undefined), {x:1, y:NaN, z:0, w:1});
|
||||
checkDOMPoint(new DOMPoint(1, undefined), {x:1, y:0, z:0, w:1});
|
||||
},'testConstructor2undefined');
|
||||
test(function() {
|
||||
checkDOMPoint(new DOMPoint("a", "b"), {x:NaN, y:NaN, z:0, w:1});
|
||||
|
||||
Reference in New Issue
Block a user