Auto merge of #14300 - bholley:restyle_driven_traversal, r=emilio

stylo: Basic infrastructure for RestyleHint-driven traversal

Gecko Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=131701

(Don't review yet, will flag on the gecko bug when the time comes)

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14300)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-11-25 09:00:44 -08:00 committed by GitHub
commit d98abaec20
37 changed files with 1466 additions and 908 deletions

View file

@ -7,9 +7,9 @@ extern crate cssparser;
extern crate env_logger;
extern crate euclid;
extern crate geckoservo;
extern crate libc;
#[macro_use] extern crate log;
extern crate parking_lot;
extern crate selectors;
extern crate servo_url;
extern crate style;
extern crate style_traits;

View file

@ -1,8 +1,3 @@
[pseudo-elements-001.htm]
type: testharness
[transition padding-left on :before / values]
expected: FAIL
[transition padding-left on :after / values]
expected: FAIL
disabled: https://github.com/servo/servo/issues/13593

View file

@ -1,8 +1,3 @@
[pseudo-elements-001.htm]
type: testharness
[transition padding-left on :before / values]
expected: FAIL
[transition padding-left on :after / values]
expected: FAIL
disabled: https://github.com/servo/servo/issues/13593