Move min_width_simple_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-19 18:34:07 -04:00
parent 902f010205
commit 9bd508de7e
4 changed files with 25 additions and 1 deletions

View file

@ -181,7 +181,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
== marker_block_direction_placement_a.html marker_block_direction_placement_ref.html
== max_width_float_simple_a.html max_width_float_simple_b.html
== min_width_float_simple_a.html min_width_float_simple_b.html
== min_width_simple_a.html min_width_simple_b.html
== negative_margins_a.html negative_margins_b.html
!= noteq_attr_exists_selector.html attr_exists_selector_ref.html
!= octicons_a.html octicons_ref.html

View file

@ -851,6 +851,18 @@
"url": "/_mozilla/css/min_max_height_a.html"
}
],
"css/min_width_simple_a.html": [
{
"path": "css/min_width_simple_a.html",
"references": [
[
"/_mozilla/css/min_width_simple_b.html",
"=="
]
],
"url": "/_mozilla/css/min_width_simple_a.html"
}
],
"css/minimum_line_height_a.html": [
{
"path": "css/minimum_line_height_a.html",
@ -4056,6 +4068,18 @@
"url": "/_mozilla/css/min_max_height_a.html"
}
],
"css/min_width_simple_a.html": [
{
"path": "css/min_width_simple_a.html",
"references": [
[
"/_mozilla/css/min_width_simple_b.html",
"=="
]
],
"url": "/_mozilla/css/min_width_simple_a.html"
}
],
"css/minimum_line_height_a.html": [
{
"path": "css/minimum_line_height_a.html",

View file

@ -1,5 +1,6 @@
<html>
<head>
<link rel='match' href='min_width_simple_b.html'>
<style>
#first {
position: relative;