Move table_specified_width_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-15 21:03:40 -04:00
parent 9d5f09e09c
commit 54d9d813a1
4 changed files with 25 additions and 1 deletions

View file

@ -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_preferred_width_a.html table_preferred_width_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
== text_align_complex_a.html text_align_complex_ref.html
== text_align_justify_a.html text_align_justify_ref.html

View file

@ -603,6 +603,18 @@
"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": [
{
"path": "css/transform_optimization.html",
@ -2156,6 +2168,18 @@
"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": [
{
"path": "css/transform_optimization.html",

View file

@ -1,5 +1,6 @@
<html>
<head>
<link rel='match' href='table_specified_width_ref.html'>
<style>
body {
margin: 0;