mirror of
https://github.com/servo/servo.git
synced 2025-08-25 07:08:21 +01:00
Update web-platform-tests to revision 85e8612e81c8b478c8cac7260436646e48d3f7ae
This commit is contained in:
parent
a14b952fa3
commit
87dcce0f06
66 changed files with 697 additions and 266 deletions
|
@ -30,3 +30,12 @@ const VALID_GRIP_WITH_POINTER_OFFSET =
|
|||
|
||||
const VALID_STAGE_TRANSFORM =
|
||||
[1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.0, 1.65, -1.0, 1];
|
||||
|
||||
const VALID_BOUNDS = [
|
||||
{ x: 3.0, y: 0, z: -2.0 },
|
||||
{ x: 3.5, y: 0, z: 0.0 },
|
||||
{ x: 3.0, y: 0, z: 2.0 },
|
||||
{ x: -3.0, y: 0, z: 2.0 },
|
||||
{ x: -3.5, y: 0, z: 0.0 },
|
||||
{ x: -3.0, y: 0, z: -2.0 }
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue