Auto merge of #8781 - Ms2ger:test-ref, r=frewsxcv

Use wptrunner for some old-style reftests.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8781)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-12-03 13:30:50 +05:30
commit c2bdae1ec3
11 changed files with 104 additions and 6 deletions

View file

@ -3295,6 +3295,18 @@
"url": "/_mozilla/css/overflow_position_abs_inline_block.html"
}
],
"css/overflow_position_abs_inside_normal_a.html": [
{
"path": "css/overflow_position_abs_inside_normal_a.html",
"references": [
[
"/_mozilla/css/overflow_position_abs_inside_normal_b.html",
"=="
]
],
"url": "/_mozilla/css/overflow_position_abs_inside_normal_a.html"
}
],
"css/overflow_position_abs_simple_a.html": [
{
"path": "css/overflow_position_abs_simple_a.html",
@ -3547,6 +3559,18 @@
"url": "/_mozilla/css/position_abs_width_percentage_a.html"
}
],
"css/position_fixed_a.html": [
{
"path": "css/position_fixed_a.html",
"references": [
[
"/_mozilla/css/position_fixed_b.html",
"=="
]
],
"url": "/_mozilla/css/position_fixed_a.html"
}
],
"css/position_fixed_background_color_a.html": [
{
"path": "css/position_fixed_background_color_a.html",
@ -3571,6 +3595,30 @@
"url": "/_mozilla/css/position_fixed_overflow_a.html"
}
],
"css/position_fixed_simple_a.html": [
{
"path": "css/position_fixed_simple_a.html",
"references": [
[
"/_mozilla/css/position_fixed_simple_b.html",
"=="
]
],
"url": "/_mozilla/css/position_fixed_simple_a.html"
}
],
"css/position_fixed_static_y_a.html": [
{
"path": "css/position_fixed_static_y_a.html",
"references": [
[
"/_mozilla/css/position_fixed_static_y_b.html",
"=="
]
],
"url": "/_mozilla/css/position_fixed_static_y_a.html"
}
],
"css/position_fixed_tile_edge.html": [
{
"path": "css/position_fixed_tile_edge.html",
@ -9018,6 +9066,18 @@
"url": "/_mozilla/css/overflow_position_abs_inline_block.html"
}
],
"css/overflow_position_abs_inside_normal_a.html": [
{
"path": "css/overflow_position_abs_inside_normal_a.html",
"references": [
[
"/_mozilla/css/overflow_position_abs_inside_normal_b.html",
"=="
]
],
"url": "/_mozilla/css/overflow_position_abs_inside_normal_a.html"
}
],
"css/overflow_position_abs_simple_a.html": [
{
"path": "css/overflow_position_abs_simple_a.html",
@ -9270,6 +9330,18 @@
"url": "/_mozilla/css/position_abs_width_percentage_a.html"
}
],
"css/position_fixed_a.html": [
{
"path": "css/position_fixed_a.html",
"references": [
[
"/_mozilla/css/position_fixed_b.html",
"=="
]
],
"url": "/_mozilla/css/position_fixed_a.html"
}
],
"css/position_fixed_background_color_a.html": [
{
"path": "css/position_fixed_background_color_a.html",
@ -9294,6 +9366,30 @@
"url": "/_mozilla/css/position_fixed_overflow_a.html"
}
],
"css/position_fixed_simple_a.html": [
{
"path": "css/position_fixed_simple_a.html",
"references": [
[
"/_mozilla/css/position_fixed_simple_b.html",
"=="
]
],
"url": "/_mozilla/css/position_fixed_simple_a.html"
}
],
"css/position_fixed_static_y_a.html": [
{
"path": "css/position_fixed_static_y_a.html",
"references": [
[
"/_mozilla/css/position_fixed_static_y_b.html",
"=="
]
],
"url": "/_mozilla/css/position_fixed_static_y_a.html"
}
],
"css/position_fixed_tile_edge.html": [
{
"path": "css/position_fixed_tile_edge.html",

View file

@ -0,0 +1,4 @@
[overflow_position_abs_inside_normal_a.html]
type: reftest
expected: FAIL
bug: https://github.com/servo/servo/issues/8780