Skip to content

Commit

Permalink
Auto merge of #15499 - jdm:morecsstests, r=emilio
Browse files Browse the repository at this point in the history
Enable more CSS tests under web-platform-tests.

- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes do not require tests because they are tests.

<!-- 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/15499)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Feb 10, 2017
2 parents 62ddc62 + d5576d8 commit 357df35
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/wpt/include.ini
Expand Up @@ -7,8 +7,12 @@ skip: true
skip: false
[cors]
skip: false
[cssom]
skip: false
[cssom-view]
skip: false
[css-values]
skip: false
[dom]
skip: false
[domparsing]
Expand Down
149 changes: 149 additions & 0 deletions tests/wpt/metadata/cssom/serialize-values.html.ini
@@ -0,0 +1,149 @@
[serialize-values.html]
type: testharness
[border-spacing: 0px]
expected: FAIL

[border-spacing: 1px]
expected: FAIL

[border-spacing: .1em]
expected: FAIL

[content: url("http://localhost/")]
expected: FAIL

[content: url(http://localhost/)]
expected: FAIL

[content: counter(par-num, upper-roman)]
expected: FAIL

[content: attr(foo-bar)]
expected: FAIL

[content: attr(foo_bar)]
expected: FAIL

[font-family: Arial]
expected: FAIL

[font-size: xx-small]
expected: FAIL

[font-size: x-small]
expected: FAIL

[font-size: small]
expected: FAIL

[font-size: medium]
expected: FAIL

[font-size: large]
expected: FAIL

[font-size: x-large]
expected: FAIL

[font-size: xx-large]
expected: FAIL

[font-size: larger]
expected: FAIL

[font-size: smaller]
expected: FAIL

[list-style-type: decimal-leading-zero]
expected: FAIL

[list-style-type: lower-roman]
expected: FAIL

[list-style-type: upper-roman]
expected: FAIL

[list-style-type: lower-latin]
expected: FAIL

[list-style-type: upper-latin]
expected: FAIL

[list-style-type: armenian]
expected: FAIL

[list-style-type: georgian]
expected: FAIL

[orphans: 101]
expected: FAIL

[orphans: inherit]
expected: FAIL

[outline-color: invert]
expected: FAIL

[outline-width: thin]
expected: FAIL

[outline-width: medium]
expected: FAIL

[outline-width: thick]
expected: FAIL

[page-break-after: auto]
expected: FAIL

[page-break-after: always]
expected: FAIL

[page-break-after: avoid]
expected: FAIL

[page-break-after: left]
expected: FAIL

[page-break-after: right]
expected: FAIL

[page-break-after: inherit]
expected: FAIL

[page-break-before: auto]
expected: FAIL

[page-break-before: always]
expected: FAIL

[page-break-before: avoid]
expected: FAIL

[page-break-before: left]
expected: FAIL

[page-break-before: right]
expected: FAIL

[page-break-before: inherit]
expected: FAIL

[page-break-inside: avoid]
expected: FAIL

[page-break-inside: auto]
expected: FAIL

[page-break-inside: inherit]
expected: FAIL

[visibility: collapse]
expected: FAIL

[widows: 101]
expected: FAIL

[widows: inherit]
expected: FAIL

0 comments on commit 357df35

Please sign in to comment.