mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Move legacy_cellspacing_attribute_a.html to wpt reftests.
This commit is contained in:
parent
1763a37e3b
commit
86ab0eb860
4 changed files with 25 additions and 40 deletions
|
@ -35,7 +35,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
||||||
== iframe/stacking_context_position_a.html iframe/stacking_context_position_ref.html
|
== iframe/stacking_context_position_a.html iframe/stacking_context_position_ref.html
|
||||||
|
|
||||||
# inline_border_a.html inline_border_b.html
|
# inline_border_a.html inline_border_b.html
|
||||||
== legacy_cellspacing_attribute_a.html border_spacing_ref.html
|
|
||||||
== legacy_td_width_attribute_a.html legacy_td_width_attribute_ref.html
|
== legacy_td_width_attribute_a.html legacy_td_width_attribute_ref.html
|
||||||
== legacy_th_width_attribute_a.html legacy_td_width_attribute_ref.html
|
== legacy_th_width_attribute_a.html legacy_td_width_attribute_ref.html
|
||||||
== line_height_a.html line_height_ref.html
|
== line_height_a.html line_height_ref.html
|
||||||
|
|
|
@ -1,39 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<!-- Tests that `border-spacing` works. -->
|
|
||||||
<style>
|
|
||||||
div {
|
|
||||||
background: blue;
|
|
||||||
position: absolute;
|
|
||||||
height: 32px;
|
|
||||||
}
|
|
||||||
#a, #c {
|
|
||||||
width: 32px;
|
|
||||||
}
|
|
||||||
#b, #d {
|
|
||||||
width: 64px;
|
|
||||||
}
|
|
||||||
#a, #b {
|
|
||||||
top: 6px;
|
|
||||||
}
|
|
||||||
#c, #d {
|
|
||||||
top: 44px;
|
|
||||||
}
|
|
||||||
#a, #c {
|
|
||||||
left: 6px;
|
|
||||||
}
|
|
||||||
#b, #d {
|
|
||||||
left: 44px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div id=a></div>
|
|
||||||
<div id=b></div>
|
|
||||||
<div id=c></div>
|
|
||||||
<div id=d></div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
||||||
|
|
|
@ -2271,6 +2271,18 @@
|
||||||
"url": "/_mozilla/css/layerization_z_order_a.html"
|
"url": "/_mozilla/css/layerization_z_order_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/legacy_cellspacing_attribute_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/legacy_cellspacing_attribute_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/border_spacing_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/legacy_cellspacing_attribute_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/legacy_input_size_attribute_override_a.html": [
|
"css/legacy_input_size_attribute_override_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/legacy_input_size_attribute_override_a.html",
|
"path": "css/legacy_input_size_attribute_override_a.html",
|
||||||
|
@ -7372,6 +7384,18 @@
|
||||||
"url": "/_mozilla/css/layerization_z_order_a.html"
|
"url": "/_mozilla/css/layerization_z_order_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/legacy_cellspacing_attribute_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/legacy_cellspacing_attribute_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/border_spacing_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/legacy_cellspacing_attribute_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/legacy_input_size_attribute_override_a.html": [
|
"css/legacy_input_size_attribute_override_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/legacy_input_size_attribute_override_a.html",
|
"path": "css/legacy_input_size_attribute_override_a.html",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<!-- Tests that the legacy `cellspacing` attribute works. -->
|
<!-- Tests that the legacy `cellspacing` attribute works. -->
|
||||||
|
<link rel=match href=border_spacing_ref.html>
|
||||||
<style>
|
<style>
|
||||||
body, html {
|
body, html {
|
||||||
margin: 0;
|
margin: 0;
|
Loading…
Add table
Add a link
Reference in a new issue