mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Implement TestUtils (#36301)
Implement the TestUtils namespace from https://testutils.spec.whatwg.org/. This should make the `js/builtins/weakrefs` tests run faster and more consistently. This change will enable other WPT tests but no tests exist currently for TestUtils itself. Fixes: #36290 --------- Signed-off-by: Sebastian C <sebsebmc@gmail.com> Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
5a35e1faec
commit
d93dad7f49
9 changed files with 69 additions and 3 deletions
|
@ -555,6 +555,7 @@ pub(crate) mod testbindingproxy;
|
|||
pub(crate) mod testbindingsetlikewithinterface;
|
||||
pub(crate) mod testbindingsetlikewithprimitive;
|
||||
pub(crate) mod testns;
|
||||
pub(crate) mod testutils;
|
||||
pub(crate) mod testworklet;
|
||||
pub(crate) mod testworkletglobalscope;
|
||||
pub(crate) mod text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue