Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use wptrunner for some old-style reftests. #8793

Merged
merged 3 commits into from Dec 3, 2015
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

@@ -15,9 +15,6 @@ flaky_cpu == append_style_a.html append_style_b.html

resolution=300x300,device-pixel-ratio=2 != pixel_snapping_border_a.html pixel_snapping_border_ref.html
resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_snapping_position_ref.html
# text_decoration_propagation_a.html text_decoration_propagation_b.html
!= text_overflow_a.html text_overflow_ref.html
flaky_cpu,prefs:"layout.writing-mode.enabled" == vertical-lr-blocks.html vertical-lr-blocks_ref.html
resolution=800x600 == viewport_percentage_vmin_vmax.html viewport_percentage_vmin_vmax_a.html
# resolution=600x800 == viewport_percentage_vmin_vmax.html viewport_percentage_vmin_vmax_b.html
resolution=800x600 == viewport_percentage_vw_vh.html viewport_percentage_vw_vh_a.html
@@ -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",
@@ -0,0 +1,4 @@
[text_decoration_propagation_a.html]
type: reftest
expected: FAIL
bug: https://github.com/servo/servo/issues/8783
@@ -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
@@ -2,6 +2,7 @@
<html>
<head>
<title>I CAN'T LIVE ANOTHER DAY WITHOUT AIR CONDITIONING!</title>
<link rel=match href=text_decoration_propagation_b.html>
<style>
#a {
text-decoration: underline;
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel=mismatch href=text_overflow_ref.html>
<style>
p {
width: 128px;
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<head>
<link rel=match href=vertical-lr-blocks_ref.html>
<style>
html { writing-mode: vertical-rl }
body { margin: 10px }
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.