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_code_tag.html to wpt reftests.

  • Loading branch information
Ms2ger committed Oct 16, 2015
commit e6196172394188290ba0b620459eed48691792f9
@@ -12,7 +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_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
== border_radius_asymmetric_sizes_a.html border_radius_asymmetric_sizes_ref.html
@@ -635,6 +635,18 @@
"url": "/_mozilla/css/border_black_ridge.html"
}
],
"css/border_code_tag.html": [
{
"path": "css/border_code_tag.html",
"references": [
[
"/_mozilla/css/border_code_tag_ref.html",
"=="
]
],
"url": "/_mozilla/css/border_code_tag.html"
}
],
"css/class-namespaces.html": [
{
"path": "css/class-namespaces.html",
@@ -2796,6 +2808,18 @@
"url": "/_mozilla/css/border_black_ridge.html"
}
],
"css/border_code_tag.html": [
{
"path": "css/border_code_tag.html",
"references": [
[
"/_mozilla/css/border_code_tag_ref.html",
"=="
]
],
"url": "/_mozilla/css/border_code_tag.html"
}
],
"css/class-namespaces.html": [
{
"path": "css/class-namespaces.html",
@@ -1,5 +1,6 @@
<html>
<head>
<link rel=match href=border_code_tag_ref.html>
<style>
code {
border: 2px solid #ccc;
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.