Move table_expansion_to_fit_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-15 21:51:40 -04:00
parent f4fde1fa84
commit 7d45db1ea8
4 changed files with 25 additions and 1 deletions

View file

@ -312,7 +312,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
== table_colspan_fixed_a.html table_colspan_fixed_ref.html
== table_colspan_simple_a.html table_colspan_simple_ref.html
== table_containing_block_a.html table_containing_block_ref.html
== table_expansion_to_fit_a.html table_expansion_to_fit_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
== table_margin_auto_a.html table_margin_auto_ref.html

View file

@ -603,6 +603,18 @@
"url": "/_mozilla/css/stacking_context_rtl.html"
}
],
"css/table_expansion_to_fit_a.html": [
{
"path": "css/table_expansion_to_fit_a.html",
"references": [
[
"/_mozilla/css/table_expansion_to_fit_ref.html",
"=="
]
],
"url": "/_mozilla/css/table_expansion_to_fit_a.html"
}
],
"css/table_row_direction_a.html": [
{
"path": "css/table_row_direction_a.html",
@ -2336,6 +2348,18 @@
"url": "/_mozilla/css/stacking_context_rtl.html"
}
],
"css/table_expansion_to_fit_a.html": [
{
"path": "css/table_expansion_to_fit_a.html",
"references": [
[
"/_mozilla/css/table_expansion_to_fit_ref.html",
"=="
]
],
"url": "/_mozilla/css/table_expansion_to_fit_a.html"
}
],
"css/table_row_direction_a.html": [
{
"path": "css/table_row_direction_a.html",

View file

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel='match' href='table_expansion_to_fit_ref.html'>
<style>
* {
margin: 0;