mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move table_expansion_to_fit_a.html to wpt reftests.
This commit is contained in:
parent
f4fde1fa84
commit
7d45db1ea8
4 changed files with 25 additions and 1 deletions
|
@ -312,7 +312,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
||||||
== table_colspan_fixed_a.html table_colspan_fixed_ref.html
|
== table_colspan_fixed_a.html table_colspan_fixed_ref.html
|
||||||
== table_colspan_simple_a.html table_colspan_simple_ref.html
|
== table_colspan_simple_a.html table_colspan_simple_ref.html
|
||||||
== table_containing_block_a.html table_containing_block_ref.html
|
== table_containing_block_a.html table_containing_block_ref.html
|
||||||
== table_expansion_to_fit_a.html table_expansion_to_fit_ref.html
|
|
||||||
== table_float_translation_a.html table_float_translation_ref.html
|
== table_float_translation_a.html table_float_translation_ref.html
|
||||||
== table_intrinsic_style_specified_width_a.html table_intrinsic_style_specified_width_ref.html
|
== table_intrinsic_style_specified_width_a.html table_intrinsic_style_specified_width_ref.html
|
||||||
== table_margin_auto_a.html table_margin_auto_ref.html
|
== table_margin_auto_a.html table_margin_auto_ref.html
|
||||||
|
|
|
@ -603,6 +603,18 @@
|
||||||
"url": "/_mozilla/css/stacking_context_rtl.html"
|
"url": "/_mozilla/css/stacking_context_rtl.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/table_expansion_to_fit_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/table_expansion_to_fit_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/table_expansion_to_fit_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/table_expansion_to_fit_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",
|
||||||
|
@ -2336,6 +2348,18 @@
|
||||||
"url": "/_mozilla/css/stacking_context_rtl.html"
|
"url": "/_mozilla/css/stacking_context_rtl.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/table_expansion_to_fit_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/table_expansion_to_fit_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/table_expansion_to_fit_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/table_expansion_to_fit_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,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='table_expansion_to_fit_ref.html'>
|
||||||
<style>
|
<style>
|
||||||
* {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
Loading…
Add table
Add a link
Reference in a new issue