Move legacy_cellspacing_attribute_a.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-11-13 10:31:20 +01:00
parent 1763a37e3b
commit 86ab0eb860
4 changed files with 25 additions and 40 deletions

View file

@ -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
# 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_th_width_attribute_a.html legacy_td_width_attribute_ref.html
== line_height_a.html line_height_ref.html

View file

@ -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>

View file

@ -2271,6 +2271,18 @@
"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": [
{
"path": "css/legacy_input_size_attribute_override_a.html",
@ -7372,6 +7384,18 @@
"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": [
{
"path": "css/legacy_input_size_attribute_override_a.html",

View file

@ -2,6 +2,7 @@
<html>
<head>
<!-- Tests that the legacy `cellspacing` attribute works. -->
<link rel=match href=border_spacing_ref.html>
<style>
body, html {
margin: 0;