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
Prev

Move border_collapse_missing_cell_a.html to wpt reftests.

  • Loading branch information
Ms2ger committed Oct 16, 2015
commit c80d061e201e239f213256f9d2df20de816cb1d9
@@ -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_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
== border_radius_clip_a.html border_radius_clip_ref.html
@@ -647,6 +647,18 @@
"url": "/_mozilla/css/border_code_tag.html"
}
],
"css/border_collapse_missing_cell_a.html": [
{
"path": "css/border_collapse_missing_cell_a.html",
"references": [
[
"/_mozilla/css/border_collapse_missing_cell_ref.html",
"=="
]
],
"url": "/_mozilla/css/border_collapse_missing_cell_a.html"
}
],
"css/class-namespaces.html": [
{
"path": "css/class-namespaces.html",
@@ -2820,6 +2832,18 @@
"url": "/_mozilla/css/border_code_tag.html"
}
],
"css/border_collapse_missing_cell_a.html": [
{
"path": "css/border_collapse_missing_cell_a.html",
"references": [
[
"/_mozilla/css/border_collapse_missing_cell_ref.html",
"=="
]
],
"url": "/_mozilla/css/border_collapse_missing_cell_a.html"
}
],
"css/class-namespaces.html": [
{
"path": "css/class-namespaces.html",
@@ -2,6 +2,7 @@
<html>
<head>
<!-- Tests that missing cells don't cause a crash in border collapse code. -->
<link rel=match href=border_collapse_missing_cell_ref.html>
<style>
table {
border-collapse: collapse;
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.