servo/tests/unit/script
Simon Sapin 83b3ebf6ac Simplify TOML syntax
* Sections like `[dependencies.foo]` can be entries in a `[dependencies]`
  section with the `{key = value}` syntax.
* Per-target dependencies can be expressed with more general `cfg(…)`
  conditions instead of exact target triples:
  https://github.com/rust-lang/cargo/pull/2328
2016-04-26 23:51:36 +02:00
..
dom add XHR::SetRequestHeader Step 3 unit test 2016-02-23 15:22:37 +01:00
Cargo.toml Simplify TOML syntax 2016-04-26 23:51:36 +02:00
lib.rs Implement origin concept. 2016-04-13 10:37:55 +02:00
origin.rs Remove the url! plugin. 2016-04-14 15:35:28 +02:00
size_of.rs Update path in script_tests::size_of error messages 2016-03-29 08:41:12 -07:00
textinput.rs Implement HTMLTextArea.setSelectionRange 2016-04-17 17:27:26 +02:00