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. #8050

Merged
merged 6 commits into from Oct 16, 2015

Move border_black_{groove,ridge,solid}.html to wpt reftests.

  • Loading branch information
Ms2ger committed Oct 16, 2015
commit 107c59d5ca891c91c74458b44c5104d6cd73732e
@@ -12,9 +12,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
== acid1_a.html acid1_b.html
== acid2_noscroll.html acid2_ref_broken.html
flaky_cpu == append_style_a.html append_style_b.html
!= border_black_groove.html border_black_solid.html
!= border_black_ridge.html border_black_groove.html
!= border_black_ridge.html border_black_solid.html
== border_code_tag.html border_code_tag_ref.html
== border_collapse_missing_cell_a.html border_collapse_missing_cell_ref.html
== border_collapse_simple_a.html border_collapse_simple_ref.html
@@ -607,6 +607,34 @@
"url": "/_mozilla/css/blur_a.html"
}
],
"css/border_black_groove.html": [
{
"path": "css/border_black_groove.html",
"references": [
[
"/_mozilla/css/border_black_solid.html",
"!="
]
],
"url": "/_mozilla/css/border_black_groove.html"
}
],
"css/border_black_ridge.html": [
{
"path": "css/border_black_ridge.html",
"references": [
[
"/_mozilla/css/border_black_groove.html",
"!="
],
[
"/_mozilla/css/border_black_solid.html",
"!="
]
],
"url": "/_mozilla/css/border_black_ridge.html"
}
],
"css/class-namespaces.html": [
{
"path": "css/class-namespaces.html",
@@ -2740,6 +2768,34 @@
"url": "/_mozilla/css/blur_a.html"
}
],
"css/border_black_groove.html": [
{
"path": "css/border_black_groove.html",
"references": [
[
"/_mozilla/css/border_black_solid.html",
"!="
]
],
"url": "/_mozilla/css/border_black_groove.html"
}
],
"css/border_black_ridge.html": [
{
"path": "css/border_black_ridge.html",
"references": [
[
"/_mozilla/css/border_black_groove.html",
"!="
],
[
"/_mozilla/css/border_black_solid.html",
"!="
]
],
"url": "/_mozilla/css/border_black_ridge.html"
}
],
"css/class-namespaces.html": [
{
"path": "css/class-namespaces.html",
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel=mismatch href=border_black_solid.html>
<style>
.box {
width: 100px;
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<link rel=mismatch href=border_black_groove.html>
<link rel=mismatch href=border_black_solid.html>
<style>
.box {
width: 100px;
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.