mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move border_spacing_auto_layout_a.html to wpt reftests.
This commit is contained in:
parent
9fc3b6b6cc
commit
b456b219f6
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_auto_layout_a.html border_spacing_ref.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
|
||||
|
|
|
@ -791,6 +791,18 @@
|
|||
"url": "/_mozilla/css/border_spacing_a.html"
|
||||
}
|
||||
],
|
||||
"css/border_spacing_auto_layout_a.html": [
|
||||
{
|
||||
"path": "css/border_spacing_auto_layout_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/border_spacing_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/border_spacing_auto_layout_a.html"
|
||||
}
|
||||
],
|
||||
"css/border_spacing_empty_table.html": [
|
||||
{
|
||||
"path": "css/border_spacing_empty_table.html",
|
||||
|
@ -5328,6 +5340,18 @@
|
|||
"url": "/_mozilla/css/border_spacing_a.html"
|
||||
}
|
||||
],
|
||||
"css/border_spacing_auto_layout_a.html": [
|
||||
{
|
||||
"path": "css/border_spacing_auto_layout_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/border_spacing_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/border_spacing_auto_layout_a.html"
|
||||
}
|
||||
],
|
||||
"css/border_spacing_empty_table.html": [
|
||||
{
|
||||
"path": "css/border_spacing_empty_table.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