Move max_width_simple_a.html to wpt reftests.

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

View file

@ -180,7 +180,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
== margins_inside_floats_a.html margins_inside_floats_ref.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
== max_width_simple_a.html max_width_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

View file

@ -827,6 +827,18 @@
"url": "/_mozilla/css/letter_spacing_a.html"
}
],
"css/max_width_simple_a.html": [
{
"path": "css/max_width_simple_a.html",
"references": [
[
"/_mozilla/css/max_width_simple_b.html",
"=="
]
],
"url": "/_mozilla/css/max_width_simple_a.html"
}
],
"css/min_max_height_a.html": [
{
"path": "css/min_max_height_a.html",
@ -4020,6 +4032,18 @@
"url": "/_mozilla/css/letter_spacing_a.html"
}
],
"css/max_width_simple_a.html": [
{
"path": "css/max_width_simple_a.html",
"references": [
[
"/_mozilla/css/max_width_simple_b.html",
"=="
]
],
"url": "/_mozilla/css/max_width_simple_a.html"
}
],
"css/min_max_height_a.html": [
{
"path": "css/min_max_height_a.html",

View file

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