Hi,

On Thu, Mar 16, 2017 at 04:35:57PM -0700, Krishna karthick Balaji wrote:
> Hello,
> 
> I am trying to write tests for MutationObserverAPI 
> (https://github.com/servo/servo/wiki/Mutation-observer-project)

Awesome! Thanks for doing that :)

> I have added __dir__.ini file to tests/wpt/metadata/dom/nodes/.
> 
> I am trying to create new test by using the command
> ./mach create-wpt tests/wpt/metadata/dom/nodes/MutationObservertest.html
> from my root.

You need to use:

  ./mach create-wpt 
tests/wpt/web-platform-tests/dom/nodes/MutationObserverTest.html

That should launch your editor and create the relevant file.

The reason for which the Servo metadata (whether the test should pass or
not, which prefs are enabled, etc.) is split from the actual tests is
(if I'm not wrong) that the wpt repo is completely separated, in order
to be shared with other engines[1], and synchronized periodically.

Cheers:
Emilio

[1]: https://github.com/w3c/web-platform-tests

Attachment: signature.asc
Description: PGP signature

_______________________________________________
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo

Reply via email to