diff options
author | WPT Sync Bot <josh+wptsync@joshmatthews.net> | 2019-04-21 21:32:37 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2019-04-22 11:33:36 -0400 |
commit | a7432be1b3ac1d020a82f419666edb4cd2161255 (patch) | |
tree | 7ca88f999457958719e421e05ae3a8f791b4c919 /resources/user-agent-js/00.example.js | |
parent | 328244684a8b1f98d515d5f40655b9cf7347affd (diff) | |
download | servo-a7432be1b3ac1d020a82f419666edb4cd2161255.tar.gz servo-a7432be1b3ac1d020a82f419666edb4cd2161255.zip |
Update web-platform-tests to revision 8f35eec39a68b77c04b4dbe1f108e4fd86ad7afc
Diffstat (limited to 'resources/user-agent-js/00.example.js')
-rw-r--r-- | resources/user-agent-js/00.example.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/user-agent-js/00.example.js b/resources/user-agent-js/00.example.js index c024b0f6a48..d22d341b1bd 100644 --- a/resources/user-agent-js/00.example.js +++ b/resources/user-agent-js/00.example.js @@ -3,3 +3,4 @@ // Files are sorted alphabetically. When committing polyfills // order them with numbers, e.g. `01.innerhtml.js` will be executed before // `05.jquery.js` +WheelEvent = { DOM_DELTA_PIXEL: 5, DOM_DELTA_LINE: 5, DOM_DELTA_PAGE: 5 }; |