mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Move table_preferred_width_a.html to wpt reftests.
This commit is contained in:
parent
cfa3f83948
commit
97d857c492
4 changed files with 25 additions and 1 deletions
|
@ -318,7 +318,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
||||||
== table_padding_a.html table_padding_ref.html
|
== table_padding_a.html table_padding_ref.html
|
||||||
== 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
|
|
||||||
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
||||||
!= text_decoration_smoke_a.html text_decoration_smoke_ref.html
|
!= text_decoration_smoke_a.html text_decoration_smoke_ref.html
|
||||||
!= text_decoration_underline_subpx_a.html text_decoration_underline_subpx_ref.html
|
!= text_decoration_underline_subpx_a.html text_decoration_underline_subpx_ref.html
|
||||||
|
|
|
@ -615,6 +615,18 @@
|
||||||
"url": "/_mozilla/css/table_expansion_to_fit_a.html"
|
"url": "/_mozilla/css/table_expansion_to_fit_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/table_preferred_width_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/table_preferred_width_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/table_preferred_width_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/table_preferred_width_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/table_row_direction_a.html": [
|
"css/table_row_direction_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/table_row_direction_a.html",
|
"path": "css/table_row_direction_a.html",
|
||||||
|
@ -2420,6 +2432,18 @@
|
||||||
"url": "/_mozilla/css/table_expansion_to_fit_a.html"
|
"url": "/_mozilla/css/table_expansion_to_fit_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/table_preferred_width_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/table_preferred_width_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/table_preferred_width_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/table_preferred_width_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/table_row_direction_a.html": [
|
"css/table_row_direction_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/table_row_direction_a.html",
|
"path": "css/table_row_direction_a.html",
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
<link rel='match' href='table_preferred_width_ref.html'>
|
||||||
<style>
|
<style>
|
||||||
#a {
|
#a {
|
||||||
width: 500px;
|
width: 500px;
|
Loading…
Add table
Add a link
Reference in a new issue