mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Add OSMesa headless mode, run WPT against Webrender, update tests.
This commit is contained in:
parent
06bb57bdcb
commit
cdb69d4423
164 changed files with 2095 additions and 458 deletions
|
@ -0,0 +1,4 @@
|
|||
[background-repeat-repeat-x.htm]
|
||||
type: reftest
|
||||
expected:
|
||||
if os == "mac": FAIL
|
|
@ -0,0 +1,4 @@
|
|||
[background-repeat-repeat-y.htm]
|
||||
type: reftest
|
||||
expected:
|
||||
if os == "mac": FAIL
|
|
@ -1,3 +1,4 @@
|
|||
[background-repeat-round-roundup.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
||||
expected:
|
||||
if os == "linux": FAIL
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[background-size-cover.htm]
|
||||
[background-size-025.htm]
|
||||
type: reftest
|
||||
expected:
|
||||
if os == "linux": FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[background-size-028.htm]
|
||||
type: testharness
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[background-size-030.htm]
|
||||
type: testharness
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[border-top-left-radius-011.htm]
|
||||
[background-size-contain.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[border-bottom-left-radius-011.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[border-bottom-right-radius-011.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[border-radius-horizontal-value-is-zero.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[border-top-right-radius-011.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue