Auto merge of #6798 - dzbarsky:gCS, r=pcwalton

Implement getComputedStyle

It's not quite done but can probably be reviewed anyway.
I still need to finish up a few of the ToCss impls, I just got lazy and wanted to make sure things worked.

The computation of the used values is definitely not right, I'm going to investigate that.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6798)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-07-29 18:48:45 -06:00
commit acbca7b3aa
24 changed files with 886 additions and 152 deletions

View file

@ -1,9 +1,8 @@
[events-006.htm]
type: testharness
expected: TIMEOUT
[transition padding-left on :before / events]
expected: NOTRUN
expected: FAIL
[transition padding-left on :after / events]
expected: NOTRUN
expected: FAIL

View file

@ -1,15 +1,14 @@
[pseudo-elements-001.htm]
type: testharness
expected: TIMEOUT
[transition padding-left on :before / values]
expected: NOTRUN
expected: FAIL
[transition padding-left on :after / values]
expected: NOTRUN
expected: FAIL
[transition padding-left on :before, changing content / values]
expected: NOTRUN
expected: FAIL
[transition padding-left on :after, changing content / values]
expected: NOTRUN
expected: FAIL