Auto merge of #8793 - 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/8793)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-12-03 20:34:39 +05:30
commit db0a0ac9f6
10 changed files with 84 additions and 3 deletions

View file

@ -4375,6 +4375,18 @@
"url": "/_mozilla/css/text_decoration_cached.html"
}
],
"css/text_decoration_propagation_a.html": [
{
"path": "css/text_decoration_propagation_a.html",
"references": [
[
"/_mozilla/css/text_decoration_propagation_b.html",
"=="
]
],
"url": "/_mozilla/css/text_decoration_propagation_a.html"
}
],
"css/text_decoration_smoke_a.html": [
{
"path": "css/text_decoration_smoke_a.html",
@ -4423,6 +4435,18 @@
"url": "/_mozilla/css/text_justify_none_a.html"
}
],
"css/text_overflow_a.html": [
{
"path": "css/text_overflow_a.html",
"references": [
[
"/_mozilla/css/text_overflow_ref.html",
"!="
]
],
"url": "/_mozilla/css/text_overflow_a.html"
}
],
"css/text_overflow_basic_a.html": [
{
"path": "css/text_overflow_basic_a.html",
@ -4627,6 +4651,18 @@
"url": "/_mozilla/css/upper_id_attr.html"
}
],
"css/vertical-lr-blocks.html": [
{
"path": "css/vertical-lr-blocks.html",
"references": [
[
"/_mozilla/css/vertical-lr-blocks_ref.html",
"=="
]
],
"url": "/_mozilla/css/vertical-lr-blocks.html"
}
],
"css/vertical_align_bottom_a.html": [
{
"path": "css/vertical_align_bottom_a.html",
@ -10146,6 +10182,18 @@
"url": "/_mozilla/css/text_decoration_cached.html"
}
],
"css/text_decoration_propagation_a.html": [
{
"path": "css/text_decoration_propagation_a.html",
"references": [
[
"/_mozilla/css/text_decoration_propagation_b.html",
"=="
]
],
"url": "/_mozilla/css/text_decoration_propagation_a.html"
}
],
"css/text_decoration_smoke_a.html": [
{
"path": "css/text_decoration_smoke_a.html",
@ -10194,6 +10242,18 @@
"url": "/_mozilla/css/text_justify_none_a.html"
}
],
"css/text_overflow_a.html": [
{
"path": "css/text_overflow_a.html",
"references": [
[
"/_mozilla/css/text_overflow_ref.html",
"!="
]
],
"url": "/_mozilla/css/text_overflow_a.html"
}
],
"css/text_overflow_basic_a.html": [
{
"path": "css/text_overflow_basic_a.html",
@ -10398,6 +10458,18 @@
"url": "/_mozilla/css/upper_id_attr.html"
}
],
"css/vertical-lr-blocks.html": [
{
"path": "css/vertical-lr-blocks.html",
"references": [
[
"/_mozilla/css/vertical-lr-blocks_ref.html",
"=="
]
],
"url": "/_mozilla/css/vertical-lr-blocks.html"
}
],
"css/vertical_align_bottom_a.html": [
{
"path": "css/vertical_align_bottom_a.html",

View file

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

View file

@ -0,0 +1,5 @@
prefs: [layout.writing-mode.enabled:true]
[vertical-lr-blocks.html]
type: reftest
expected: FAIL
bug: https://github.com/servo/servo/issues/3926