mirror of
https://github.com/servo/servo.git
synced 2025-08-27 08:08:19 +01:00
Update web-platform-tests to revision e8bfc205e36ad699601212cd50083870bad9a75d
This commit is contained in:
parent
65dd6d4340
commit
ccdb0a3458
1428 changed files with 118036 additions and 9786 deletions
|
@ -90,6 +90,9 @@ function check_PointerEvent(event, testNamePrefix) {
|
|||
assert_greater_than_equal(event.pressure, 0, "pressure is greater than or equal to 0");
|
||||
assert_less_than_equal(event.pressure, 1, "pressure is less than or equal to 1");
|
||||
|
||||
if (event.type === "pointerup") {
|
||||
assert_equals(event.pressure, 0, "pressure is 0 during pointerup");
|
||||
}
|
||||
|
||||
// TA: 1.7, 1.8
|
||||
if (event.pointerType === "mouse") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue