mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move table_containing_block_a.html to wpt reftests.
This commit is contained in:
parent
acae23ab1a
commit
4891c45c25
4 changed files with 25 additions and 1 deletions
|
@ -311,7 +311,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
||||||
== table_center_a.html table_center_ref.html
|
== table_center_a.html table_center_ref.html
|
||||||
== 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
|
|
||||||
# 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_containing_block_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/table_containing_block_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/table_containing_block_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/table_containing_block_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/table_expansion_to_fit_a.html": [
|
"css/table_expansion_to_fit_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/table_expansion_to_fit_a.html",
|
"path": "css/table_expansion_to_fit_a.html",
|
||||||
|
@ -2492,6 +2504,18 @@
|
||||||
"url": "/_mozilla/css/stacking_context_rtl.html"
|
"url": "/_mozilla/css/stacking_context_rtl.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/table_containing_block_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/table_containing_block_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/table_containing_block_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/table_containing_block_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/table_expansion_to_fit_a.html": [
|
"css/table_expansion_to_fit_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/table_expansion_to_fit_a.html",
|
"path": "css/table_expansion_to_fit_a.html",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
<link rel='match' href='table_containing_block_ref.html'>
|
||||||
<head>
|
<head>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.rel {
|
.rel {
|
Loading…
Add table
Add a link
Reference in a new issue