Move table_percentage_capping_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-15 22:20:03 -04:00
parent 63bb425e7d
commit 48d345447e
4 changed files with 25 additions and 1 deletions

View file

@ -316,7 +316,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
== table_intrinsic_style_specified_width_a.html table_intrinsic_style_specified_width_ref.html
== table_margin_auto_a.html table_margin_auto_ref.html
== table_padding_a.html table_padding_ref.html
== table_percentage_capping_a.html table_percentage_capping_ref.html
# text_decoration_propagation_a.html text_decoration_propagation_b.html
!= text_decoration_smoke_a.html text_decoration_smoke_ref.html
!= text_decoration_underline_subpx_a.html text_decoration_underline_subpx_ref.html

View file

@ -615,6 +615,18 @@
"url": "/_mozilla/css/table_expansion_to_fit_a.html"
}
],
"css/table_percentage_capping_a.html": [
{
"path": "css/table_percentage_capping_a.html",
"references": [
[
"/_mozilla/css/table_percentage_capping_ref.html",
"=="
]
],
"url": "/_mozilla/css/table_percentage_capping_a.html"
}
],
"css/table_percentage_width_a.html": [
{
"path": "css/table_percentage_width_a.html",
@ -2444,6 +2456,18 @@
"url": "/_mozilla/css/table_expansion_to_fit_a.html"
}
],
"css/table_percentage_capping_a.html": [
{
"path": "css/table_percentage_capping_a.html",
"references": [
[
"/_mozilla/css/table_percentage_capping_ref.html",
"=="
]
],
"url": "/_mozilla/css/table_percentage_capping_a.html"
}
],
"css/table_percentage_width_a.html": [
{
"path": "css/table_percentage_width_a.html",

View file

@ -1,4 +1,5 @@
<!doctype html>
<link rel='match' href='table_percentage_capping_ref.html'>
<title>Test for capping percentages</title>
<style>
div { width:300px; background:yellow; height:50px; }