mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move table_specified_width_a.html to wpt reftests.
This commit is contained in:
parent
9d5f09e09c
commit
54d9d813a1
4 changed files with 25 additions and 1 deletions
|
@ -321,7 +321,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
||||||
== 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
|
== table_preferred_width_a.html table_preferred_width_ref.html
|
||||||
== table_row_direction_a.html table_row_direction_ref.html
|
== table_row_direction_a.html table_row_direction_ref.html
|
||||||
== table_specified_width_a.html table_specified_width_ref.html
|
|
||||||
== table_width_attribute_a.html table_width_attribute_ref.html
|
== table_width_attribute_a.html table_width_attribute_ref.html
|
||||||
== text_align_complex_a.html text_align_complex_ref.html
|
== text_align_complex_a.html text_align_complex_ref.html
|
||||||
== text_align_justify_a.html text_align_justify_ref.html
|
== text_align_justify_a.html text_align_justify_ref.html
|
||||||
|
|
|
@ -603,6 +603,18 @@
|
||||||
"url": "/_mozilla/css/stacking_context_rtl.html"
|
"url": "/_mozilla/css/stacking_context_rtl.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/table_specified_width_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/table_specified_width_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/table_specified_width_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/table_specified_width_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/transform_optimization.html": [
|
"css/transform_optimization.html": [
|
||||||
{
|
{
|
||||||
"path": "css/transform_optimization.html",
|
"path": "css/transform_optimization.html",
|
||||||
|
@ -2156,6 +2168,18 @@
|
||||||
"url": "/_mozilla/css/stacking_context_rtl.html"
|
"url": "/_mozilla/css/stacking_context_rtl.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/table_specified_width_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/table_specified_width_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/table_specified_width_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/table_specified_width_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/transform_optimization.html": [
|
"css/transform_optimization.html": [
|
||||||
{
|
{
|
||||||
"path": "css/transform_optimization.html",
|
"path": "css/transform_optimization.html",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='table_specified_width_ref.html'>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
Loading…
Add table
Add a link
Reference in a new issue