mirror of
https://github.com/servo/servo.git
synced 2025-06-21 15:49:04 +01:00
Move table_width_attribute_a.html to wpt reftests.
This commit is contained in:
parent
f32f38031c
commit
b1de1d4829
4 changed files with 25 additions and 1 deletions
|
@ -320,7 +320,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
||||||
== table_percentage_capping_a.html table_percentage_capping_ref.html
|
== table_percentage_capping_a.html table_percentage_capping_ref.html
|
||||||
== table_percentage_width_a.html table_percentage_width_ref.html
|
== table_percentage_width_a.html table_percentage_width_ref.html
|
||||||
== table_preferred_width_a.html table_preferred_width_ref.html
|
== table_preferred_width_a.html table_preferred_width_ref.html
|
||||||
== table_width_attribute_a.html table_width_attribute_ref.html
|
|
||||||
== text_align_start_end.html text_align_start_end_ref.html
|
== text_align_start_end.html text_align_start_end_ref.html
|
||||||
== text_decoration_cached.html text_decoration_cached_ref.html
|
== text_decoration_cached.html text_decoration_cached_ref.html
|
||||||
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
||||||
|
|
|
@ -627,6 +627,18 @@
|
||||||
"url": "/_mozilla/css/table_specified_width_a.html"
|
"url": "/_mozilla/css/table_specified_width_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/table_width_attribute_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/table_width_attribute_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/table_width_attribute_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/table_width_attribute_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/text_align_complex_a.html": [
|
"css/text_align_complex_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/text_align_complex_a.html",
|
"path": "css/text_align_complex_a.html",
|
||||||
|
@ -2336,6 +2348,18 @@
|
||||||
"url": "/_mozilla/css/table_specified_width_a.html"
|
"url": "/_mozilla/css/table_specified_width_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/table_width_attribute_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/table_width_attribute_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/table_width_attribute_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/table_width_attribute_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/text_align_complex_a.html": [
|
"css/text_align_complex_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/text_align_complex_a.html",
|
"path": "css/text_align_complex_a.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='table_width_attribute_ref.html'>
|
||||||
<style>
|
<style>
|
||||||
table {
|
table {
|
||||||
background: gold;
|
background: gold;
|
Loading…
Add table
Add a link
Reference in a new issue