mirror of
https://github.com/servo/servo
synced 2026-04-29 19:07:38 +02: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user