Enable more CSS tests under web-platform-tests.

This commit is contained in:
Josh Matthews 2017-02-10 16:53:41 -05:00
parent aea6797a94
commit d5576d8491
2 changed files with 153 additions and 0 deletions

View file

@ -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]

View file

@ -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