mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Move legacy_td_bgcolor_attribute_a.html to wpt reftests.
This commit is contained in:
parent
6ebe6fdebe
commit
39efcf7bae
4 changed files with 25 additions and 1 deletions
|
@ -162,7 +162,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
||||||
== last_child_pseudo_a.html last_child_pseudo_b.html
|
== last_child_pseudo_a.html last_child_pseudo_b.html
|
||||||
== last_of_type_pseudo_a.html last_of_type_pseudo_b.html
|
== last_of_type_pseudo_a.html last_of_type_pseudo_b.html
|
||||||
== legacy_cellspacing_attribute_a.html border_spacing_ref.html
|
== legacy_cellspacing_attribute_a.html border_spacing_ref.html
|
||||||
== legacy_td_bgcolor_attribute_a.html legacy_td_bgcolor_attribute_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
|
||||||
== letter_spacing_a.html letter_spacing_ref.html
|
== letter_spacing_a.html letter_spacing_ref.html
|
||||||
|
|
|
@ -719,6 +719,18 @@
|
||||||
"url": "/_mozilla/css/legacy_table_border_attribute_a.html"
|
"url": "/_mozilla/css/legacy_table_border_attribute_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/legacy_td_bgcolor_attribute_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/legacy_td_bgcolor_attribute_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/legacy_td_bgcolor_attribute_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/legacy_td_bgcolor_attribute_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/nth_child_pseudo_a.html": [
|
"css/nth_child_pseudo_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/nth_child_pseudo_a.html",
|
"path": "css/nth_child_pseudo_a.html",
|
||||||
|
@ -3672,6 +3684,18 @@
|
||||||
"url": "/_mozilla/css/legacy_table_border_attribute_a.html"
|
"url": "/_mozilla/css/legacy_table_border_attribute_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/legacy_td_bgcolor_attribute_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/legacy_td_bgcolor_attribute_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/legacy_td_bgcolor_attribute_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/legacy_td_bgcolor_attribute_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/nth_child_pseudo_a.html": [
|
"css/nth_child_pseudo_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/nth_child_pseudo_a.html",
|
"path": "css/nth_child_pseudo_a.html",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
<link rel='match' href='legacy_td_bgcolor_attribute_ref.html'>
|
||||||
<body>
|
<body>
|
||||||
<table border=0 cellspacing=0 cellpadding=0>
|
<table border=0 cellspacing=0 cellpadding=0>
|
||||||
<tr><td bgcolor=chucknorris width=100> </td></tr>
|
<tr><td bgcolor=chucknorris width=100> </td></tr>
|
Loading…
Add table
Add a link
Reference in a new issue