mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Move br.html to wpt reftests.
This commit is contained in:
parent
01c5134208
commit
0eb67166ed
4 changed files with 25 additions and 1 deletions
|
@ -25,7 +25,6 @@ flaky_cpu == append_style_a.html append_style_b.html
|
|||
== box_shadow_inset_bg.html box_shadow_inset_bg_ref.html
|
||||
== box_shadow_inset_parsing_a.html box_shadow_inset_parsing_ref.html
|
||||
== box_shadow_spread_a.html box_shadow_spread_ref.html
|
||||
== br.html br-ref.html
|
||||
== canvas_radial_gradient_a.html canvas_radial_gradient_ref.html
|
||||
== case-insensitive-font-family.html case-insensitive-font-family-ref.html
|
||||
== empty_cells_a.html empty_cells_ref.html
|
||||
|
|
|
@ -815,6 +815,18 @@
|
|||
"url": "/_mozilla/css/box_sizing_sanity_check_a.html"
|
||||
}
|
||||
],
|
||||
"css/br.html": [
|
||||
{
|
||||
"path": "css/br.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/br-ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/br.html"
|
||||
}
|
||||
],
|
||||
"css/calc-basic.html": [
|
||||
{
|
||||
"path": "css/calc-basic.html",
|
||||
|
@ -5196,6 +5208,18 @@
|
|||
"url": "/_mozilla/css/box_sizing_sanity_check_a.html"
|
||||
}
|
||||
],
|
||||
"css/br.html": [
|
||||
{
|
||||
"path": "css/br.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/br-ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/br.html"
|
||||
}
|
||||
],
|
||||
"css/calc-basic.html": [
|
||||
{
|
||||
"path": "css/calc-basic.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!doctype HTML>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='br-ref.html'>
|
||||
<meta charset="UTF-8">
|
||||
<title>br test</title>
|
||||
</head>
|
Loading…
Add table
Add a link
Reference in a new issue