mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move legacy_td_width_attribute_a.html and legacy_th_width_attribute_a.html to wpt reftests.
This commit is contained in:
parent
86ab0eb860
commit
45d0fecb89
5 changed files with 50 additions and 2 deletions
|
@ -35,8 +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_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
|
||||
!= linear_gradients_corners_a.html linear_gradients_corners_ref.html
|
||||
!= linear_gradients_smoke_a.html linear_gradients_smoke_ref.html
|
||||
|
|
|
@ -2319,6 +2319,30 @@
|
|||
"url": "/_mozilla/css/legacy_td_bgcolor_attribute_a.html"
|
||||
}
|
||||
],
|
||||
"css/legacy_td_width_attribute_a.html": [
|
||||
{
|
||||
"path": "css/legacy_td_width_attribute_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/legacy_td_width_attribute_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/legacy_td_width_attribute_a.html"
|
||||
}
|
||||
],
|
||||
"css/legacy_th_width_attribute_a.html": [
|
||||
{
|
||||
"path": "css/legacy_th_width_attribute_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/legacy_td_width_attribute_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/legacy_th_width_attribute_a.html"
|
||||
}
|
||||
],
|
||||
"css/letter_spacing_a.html": [
|
||||
{
|
||||
"path": "css/letter_spacing_a.html",
|
||||
|
@ -7432,6 +7456,30 @@
|
|||
"url": "/_mozilla/css/legacy_td_bgcolor_attribute_a.html"
|
||||
}
|
||||
],
|
||||
"css/legacy_td_width_attribute_a.html": [
|
||||
{
|
||||
"path": "css/legacy_td_width_attribute_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/legacy_td_width_attribute_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/legacy_td_width_attribute_a.html"
|
||||
}
|
||||
],
|
||||
"css/legacy_th_width_attribute_a.html": [
|
||||
{
|
||||
"path": "css/legacy_th_width_attribute_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/legacy_td_width_attribute_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/legacy_th_width_attribute_a.html"
|
||||
}
|
||||
],
|
||||
"css/letter_spacing_a.html": [
|
||||
{
|
||||
"path": "css/letter_spacing_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel=match href=legacy_td_width_attribute_ref.html>
|
||||
<style>
|
||||
.a {
|
||||
height: 16px;
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel=match href=legacy_td_width_attribute_ref.html>
|
||||
<style>
|
||||
.a {
|
||||
height: 16px;
|
Loading…
Add table
Add a link
Reference in a new issue