mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision e03a9b1341ae9bdb1e4fa03765257b84d26fe2f1
This commit is contained in:
parent
7d05c76d18
commit
20a833eb75
5167 changed files with 4696 additions and 297370 deletions
|
@ -28,33 +28,6 @@ function assert_frames_equal(a, b, name) {
|
|||
}
|
||||
}
|
||||
|
||||
// ------------------------------
|
||||
// Easing values
|
||||
// ------------------------------
|
||||
|
||||
// [specified easing value, expected easing value]
|
||||
var gEasingValueTests = [
|
||||
["linear", "linear"],
|
||||
["ease-in-out", "ease-in-out"],
|
||||
["Ease\\2d in-out", "ease-in-out"],
|
||||
["ease /**/", "ease"],
|
||||
];
|
||||
|
||||
var gInvalidEasingInKeyframeSequenceTests = [
|
||||
{ desc: "a blank easing",
|
||||
input: [{ easing: "" }] },
|
||||
{ desc: "an unrecognized easing",
|
||||
input: [{ easing: "unrecognized" }] },
|
||||
{ desc: "an 'initial' easing",
|
||||
input: [{ easing: "initial" }] },
|
||||
{ desc: "an 'inherit' easing",
|
||||
input: [{ easing: "inherit" }] },
|
||||
{ desc: "a variable easing",
|
||||
input: [{ easing: "var(--x)" }] },
|
||||
{ desc: "a multi-value easing",
|
||||
input: [{ easing: "ease-in-out, ease-out" }] }
|
||||
];
|
||||
|
||||
// ------------------------------
|
||||
// Composite values
|
||||
// ------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue