diff options
author | Patrick Shaughnessy <pshaughn@comcast.net> | 2020-01-30 09:52:54 -0500 |
---|---|---|
committer | Patrick Shaughnessy <pshaughn@comcast.net> | 2020-01-30 17:37:33 -0500 |
commit | 9cc218d0b064cb517d6963bcd3ffa746ba447976 (patch) | |
tree | 470f8de8018dfc43410fe4237843489bf2cbf53c /components/script/dom/mod.rs | |
parent | 1352e7188a007624badaca5e55b301c9f260b5f9 (diff) | |
download | servo-9cc218d0b064cb517d6963bcd3ffa746ba447976.tar.gz servo-9cc218d0b064cb517d6963bcd3ffa746ba447976.zip |
SubmitEvent and test changes
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r-- | components/script/dom/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index 282d3b66d60..c1a1ab72354 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -484,6 +484,7 @@ pub mod storageevent; pub mod stylepropertymapreadonly; pub mod stylesheet; pub mod stylesheetlist; +pub mod submitevent; pub mod svgelement; pub mod svggraphicselement; pub mod svgsvgelement; |