mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move table_auto_width.html to wpt reftests.
This commit is contained in:
parent
bb22a642b9
commit
af75427f19
4 changed files with 25 additions and 1 deletions
|
@ -304,7 +304,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
||||||
== stacking_context_overflow_relative_outline_a.html stacking_context_overflow_relative_outline_ref.html
|
== stacking_context_overflow_relative_outline_a.html stacking_context_overflow_relative_outline_ref.html
|
||||||
== style_is_in_doc.html style_is_in_doc_ref.html
|
== style_is_in_doc.html style_is_in_doc_ref.html
|
||||||
== submit_focus_a.html submit_focus_b.html
|
== submit_focus_a.html submit_focus_b.html
|
||||||
== table_auto_width.html table_auto_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
|
||||||
|
|
|
@ -603,6 +603,18 @@
|
||||||
"url": "/_mozilla/css/stacking_context_rtl.html"
|
"url": "/_mozilla/css/stacking_context_rtl.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/table_auto_width.html": [
|
||||||
|
{
|
||||||
|
"path": "css/table_auto_width.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/table_auto_width_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/table_auto_width.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/table_caption_bottom_a.html": [
|
"css/table_caption_bottom_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/table_caption_bottom_a.html",
|
"path": "css/table_caption_bottom_a.html",
|
||||||
|
@ -2576,6 +2588,18 @@
|
||||||
"url": "/_mozilla/css/stacking_context_rtl.html"
|
"url": "/_mozilla/css/stacking_context_rtl.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/table_auto_width.html": [
|
||||||
|
{
|
||||||
|
"path": "css/table_auto_width.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/table_auto_width_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/table_auto_width.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/table_caption_bottom_a.html": [
|
"css/table_caption_bottom_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/table_caption_bottom_a.html",
|
"path": "css/table_caption_bottom_a.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='table_auto_width_ref.html'>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<table>
|
<table>
|
Loading…
Add table
Add a link
Reference in a new issue