Skip to content
This repository was archived by the owner on Feb 11, 2021. It is now read-only.

Commit 0c3e84b

Browse files
committed
Tests: Update to the latest W3C commit that isn't problematic
Ref gh-314
1 parent 4620037 commit 0c3e84b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"rollup": "^0.29.0"
3939
},
4040
"web-platform-tests": {
41-
"repo": "w3c/web-platform-tests#c98d1ff0ea91ba1aa9a15e8ea2d70d8ede1fdc0e",
41+
"repo": "w3c/web-platform-tests#d12b850c1b6200757e9e19e794d268237c548b14",
4242
"path": "./tests/w3c"
4343
},
4444
"scripts": {

tests/intern.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ define({
8080
'tests/functional/pointerevent_pointerup_isprimary_same_as_pointerdown-manual.js',
8181
'tests/functional/pointerevent_pointerup_pointertype-manual.js',
8282

83+
// 'tests/functional/pointerevent_properties_mouse-manual.js',
84+
8385
'tests/functional/pointerevent_releasepointercapture_events_to_original_target-manual.js',
8486
'tests/functional/pointerevent_releasepointercapture_invalid_pointerid-manual.js',
8587

0 commit comments

Comments
 (0)