mirror of
https://github.com/servo/servo.git
synced 2025-09-15 01:18:22 +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
3
tests/wpt/mozilla/meta/css/acid2_noscroll.html.ini
Normal file
3
tests/wpt/mozilla/meta/css/acid2_noscroll.html.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[acid2_noscroll.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
3
tests/wpt/mozilla/meta/css/blur_a.html.ini
Normal file
3
tests/wpt/mozilla/meta/css/blur_a.html.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[blur_a.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
3
tests/wpt/mozilla/meta/css/border_black_ridge_a.html.ini
Normal file
3
tests/wpt/mozilla/meta/css/border_black_ridge_a.html.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[border_black_ridge_a.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -0,0 +1,4 @@
|
|||
[border_radius_elliptical_a.html]
|
||||
type: reftest
|
||||
expected:
|
||||
if os == "mac": FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[border_radius_zero_sizes_a.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
3
tests/wpt/mozilla/meta/css/borders_a.html.ini
Normal file
3
tests/wpt/mozilla/meta/css/borders_a.html.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[borders_a.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[canvas_linear_gradient_a.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
3
tests/wpt/mozilla/meta/css/filter_sepia_a.html.ini
Normal file
3
tests/wpt/mozilla/meta/css/filter_sepia_a.html.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[filter_sepia_a.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
3
tests/wpt/mozilla/meta/css/hide_after_create.html.ini
Normal file
3
tests/wpt/mozilla/meta/css/hide_after_create.html.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[hide_after_create.html]
|
||||
type: reftest
|
||||
disabled: https://github.com/servo/servo/issues/13059
|
3
tests/wpt/mozilla/meta/css/iframe/hide_layers1.html.ini
Normal file
3
tests/wpt/mozilla/meta/css/iframe/hide_layers1.html.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[hide_layers1.html]
|
||||
type: reftest
|
||||
disabled: https://github.com/servo/servo/issues/13059
|
|
@ -0,0 +1,4 @@
|
|||
[text_decoration_underline_subpx_a.html]
|
||||
type: reftest
|
||||
expected:
|
||||
if os == "linux": FAIL
|
3
tests/wpt/mozilla/meta/css/text_shadow_blur_a.html.ini
Normal file
3
tests/wpt/mozilla/meta/css/text_shadow_blur_a.html.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[text_shadow_blur_a.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
4
tests/wpt/mozilla/meta/css/transform_skew_a.html.ini
Normal file
4
tests/wpt/mozilla/meta/css/transform_skew_a.html.ini
Normal file
|
@ -0,0 +1,4 @@
|
|||
[transform_skew_a.html]
|
||||
type: reftest
|
||||
expected:
|
||||
if os == "linux": FAIL
|
|
@ -1,3 +1,4 @@
|
|||
prefs: [layout.viewport.enabled:true]
|
||||
[viewport_meta.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
prefs: [layout.viewport.enabled:true]
|
||||
[viewport_rule.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue