diff options
author | Ngo Iok Ui (Wu Yu Wei) <yuweiwu@pm.me> | 2024-12-02 20:53:29 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-02 11:53:29 +0000 |
commit | e061a59f0376cc53d4455b4046c7ba030d65118f (patch) | |
tree | 1b14de33e0dd141bdb59bceb60f012badb7cee93 /tests/wpt/mozilla | |
parent | 9457a40ca2cd4b9530ba7c5334c82f3b3f2e7ac8 (diff) | |
download | servo-e061a59f0376cc53d4455b4046c7ba030d65118f.tar.gz servo-e061a59f0376cc53d4455b4046c7ba030d65118f.zip |
script: add PointerEvent (#34437)
* Add PointerEvent webIDL
Signed-off-by: Wu Yuwei <yuweiwu@pm.me>
* Implement all new methods
Signed-off-by: Wu Yuwei <yuweiwu@pm.me>
* Cleanup warnings
Signed-off-by: Wu Yuwei <yuweiwu@pm.me>
* Update wpt meta
Signed-off-by: Wu Yuwei <yuweiwu@pm.me>
* Update interface list
Signed-off-by: Wu Yuwei <yuweiwu@pm.me>
* Update manifest
Signed-off-by: Wu Yuwei <yuweiwu@pm.me>
* Update doc links
Signed-off-by: Wu Wayne <yuweiwu@pm.me>
---------
Signed-off-by: Wu Yuwei <yuweiwu@pm.me>
Signed-off-by: Wu Wayne <yuweiwu@pm.me>
Diffstat (limited to 'tests/wpt/mozilla')
-rw-r--r-- | tests/wpt/mozilla/meta/MANIFEST.json | 2 | ||||
-rw-r--r-- | tests/wpt/mozilla/tests/mozilla/interfaces.https.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 094659d27ca..4623106b386 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -13495,7 +13495,7 @@ ] ], "interfaces.https.html": [ - "dc853b1a823990fa2d1478533dc5bd17fb576a13", + "a70a25f44ce0c5aff0eac067afba5ac2d79141d6", [ null, {} diff --git a/tests/wpt/mozilla/tests/mozilla/interfaces.https.html b/tests/wpt/mozilla/tests/mozilla/interfaces.https.html index dc853b1a823..a70a25f44ce 100644 --- a/tests/wpt/mozilla/tests/mozilla/interfaces.https.html +++ b/tests/wpt/mozilla/tests/mozilla/interfaces.https.html @@ -226,6 +226,7 @@ test_interfaces([ "PerformanceResourceTiming", "Plugin", "PluginArray", + "PointerEvent", "PopStateEvent", "ProcessingInstruction", "ProgressEvent", |