mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Move table_row_direction_a.html to wpt reftests.
This commit is contained in:
parent
7dc6fc94d5
commit
a987b849a0
4 changed files with 25 additions and 1 deletions
|
@ -320,7 +320,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
||||||
== table_percentage_capping_a.html table_percentage_capping_ref.html
|
== table_percentage_capping_a.html table_percentage_capping_ref.html
|
||||||
== 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_width_attribute_a.html table_width_attribute_ref.html
|
== table_width_attribute_a.html table_width_attribute_ref.html
|
||||||
== text_align_justify_a.html text_align_justify_ref.html
|
== text_align_justify_a.html text_align_justify_ref.html
|
||||||
== text_align_start_end.html text_align_start_end_ref.html
|
== text_align_start_end.html text_align_start_end_ref.html
|
||||||
|
|
|
@ -603,6 +603,18 @@
|
||||||
"url": "/_mozilla/css/stacking_context_rtl.html"
|
"url": "/_mozilla/css/stacking_context_rtl.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/table_row_direction_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/table_row_direction_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/table_row_direction_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/table_row_direction_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/table_specified_width_a.html": [
|
"css/table_specified_width_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/table_specified_width_a.html",
|
"path": "css/table_specified_width_a.html",
|
||||||
|
@ -2288,6 +2300,18 @@
|
||||||
"url": "/_mozilla/css/stacking_context_rtl.html"
|
"url": "/_mozilla/css/stacking_context_rtl.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/table_row_direction_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/table_row_direction_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/table_row_direction_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/table_row_direction_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/table_specified_width_a.html": [
|
"css/table_specified_width_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/table_specified_width_a.html",
|
"path": "css/table_specified_width_a.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='table_row_direction_ref.html'>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
||||||
<style>
|
<style>
|
Loading…
Add table
Add a link
Reference in a new issue