mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Move border_spacing_empty_table.html to wpt reftests.
This commit is contained in:
parent
890e1d93e2
commit
4c6a9625bf
4 changed files with 25 additions and 1 deletions
|
@ -12,7 +12,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
|
|||
== acid2_noscroll.html acid2_ref_broken.html
|
||||
flaky_cpu == append_style_a.html append_style_b.html
|
||||
== border_spacing_auto_layout_a.html border_spacing_ref.html
|
||||
== border_spacing_empty_table.html border_spacing_empty_table_ref.html
|
||||
== border_spacing_fixed_layout_a.html border_spacing_ref.html
|
||||
== borders_a.html borders_b.html
|
||||
== box_shadow_bg.html box_shadow_bg_ref.html
|
||||
|
|
|
@ -791,6 +791,18 @@
|
|||
"url": "/_mozilla/css/border_spacing_a.html"
|
||||
}
|
||||
],
|
||||
"css/border_spacing_empty_table.html": [
|
||||
{
|
||||
"path": "css/border_spacing_empty_table.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/border_spacing_empty_table_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/border_spacing_empty_table.html"
|
||||
}
|
||||
],
|
||||
"css/border_style_none_a.html": [
|
||||
{
|
||||
"path": "css/border_style_none_a.html",
|
||||
|
@ -5292,6 +5304,18 @@
|
|||
"url": "/_mozilla/css/border_spacing_a.html"
|
||||
}
|
||||
],
|
||||
"css/border_spacing_empty_table.html": [
|
||||
{
|
||||
"path": "css/border_spacing_empty_table.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/border_spacing_empty_table_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/border_spacing_empty_table.html"
|
||||
}
|
||||
],
|
||||
"css/border_style_none_a.html": [
|
||||
{
|
||||
"path": "css/border_style_none_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='border_spacing_empty_table_ref.html'>
|
||||
<meta charset="UTF-8">
|
||||
<style>
|
||||
body {
|
Loading…
Add table
Add a link
Reference in a new issue