mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
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:
commit
acbca7b3aa
24 changed files with 886 additions and 152 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue