mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Move table_intrinsic_style_specified_width_a.html to wpt reftests.
This commit is contained in:
parent
956409288e
commit
454df5256c
4 changed files with 25 additions and 1 deletions
|
@ -313,7 +313,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
||||||
== 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_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
|
|
||||||
# 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_intrinsic_style_specified_width_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/table_intrinsic_style_specified_width_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/table_intrinsic_style_specified_width_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/table_intrinsic_style_specified_width_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/table_margin_auto_a.html": [
|
"css/table_margin_auto_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/table_margin_auto_a.html",
|
"path": "css/table_margin_auto_a.html",
|
||||||
|
@ -2480,6 +2492,18 @@
|
||||||
"url": "/_mozilla/css/table_expansion_to_fit_a.html"
|
"url": "/_mozilla/css/table_expansion_to_fit_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/table_intrinsic_style_specified_width_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/table_intrinsic_style_specified_width_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/table_intrinsic_style_specified_width_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/table_intrinsic_style_specified_width_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/table_margin_auto_a.html": [
|
"css/table_margin_auto_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/table_margin_auto_a.html",
|
"path": "css/table_margin_auto_a.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='table_intrinsic_style_specified_width_ref.html'>
|
||||||
<style>
|
<style>
|
||||||
section {
|
section {
|
||||||
width: 400px;
|
width: 400px;
|
Loading…
Add table
Add a link
Reference in a new issue