script: move testbinding DOM interfaces to script/dom/test#39585
script: move testbinding DOM interfaces to script/dom/test#39585mrobinson merged 2 commits intoservo:mainfrom
Conversation
Signed-off-by: Gae24 <[email protected]>
|
Hm, what this file is used for? servo/components/script/dom/test_mapping.json Lines 1 to 8 in 91e4188 |
|
The file never had major additions, was this testing ever done? |
Signed-off-by: Gae24 <[email protected]>
I'm not sure. |
It used to run on our old buildbot CI for a couple years. It was never migrated, and we should clean it up. |
As per #39585. >It used to run on our old buildbot CI for a couple years. It was never migrated, and we should clean it up. _Originally posted by @jdm in #39585 (comment) --------- Signed-off-by: Ashwin Naren <[email protected]>
Move testbinding interfaces to it's own module, to avoid cluttering dom folder.
Testing: A successful build is enough
Part of #38901