mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Move border_spacing_fixed_layout_a.html to wpt reftests.
This commit is contained in:
parent
b456b219f6
commit
8838133abe
3 changed files with 25 additions and 1 deletions
|
@ -11,7 +11,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_fixed_layout_a.html border_spacing_ref.html
|
||||
== borders_a.html borders_b.html
|
||||
!= box_shadow_blur_a.html box_shadow_blur_ref.html
|
||||
== box_shadow_default_color_a.html box_shadow_default_color_ref.html
|
||||
|
|
|
@ -815,6 +815,18 @@
|
|||
"url": "/_mozilla/css/border_spacing_empty_table.html"
|
||||
}
|
||||
],
|
||||
"css/border_spacing_fixed_layout_a.html": [
|
||||
{
|
||||
"path": "css/border_spacing_fixed_layout_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/border_spacing_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/border_spacing_fixed_layout_a.html"
|
||||
}
|
||||
],
|
||||
"css/border_style_none_a.html": [
|
||||
{
|
||||
"path": "css/border_style_none_a.html",
|
||||
|
@ -5364,6 +5376,18 @@
|
|||
"url": "/_mozilla/css/border_spacing_empty_table.html"
|
||||
}
|
||||
],
|
||||
"css/border_spacing_fixed_layout_a.html": [
|
||||
{
|
||||
"path": "css/border_spacing_fixed_layout_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/border_spacing_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/border_spacing_fixed_layout_a.html"
|
||||
}
|
||||
],
|
||||
"css/border_style_none_a.html": [
|
||||
{
|
||||
"path": "css/border_style_none_a.html",
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
Tests that `border-spacing` with automatic table layout works when not all the column sizes
|
||||
are specified.
|
||||
-->
|
||||
<link rel=match href=border_spacing_ref.html>
|
||||
<style>
|
||||
body, html {
|
||||
margin: 0;
|
Loading…
Add table
Add a link
Reference in a new issue