mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move max_width_float_simple_a.html to wpt reftests.
This commit is contained in:
parent
9bd508de7e
commit
88a9b4fdd8
4 changed files with 25 additions and 1 deletions
|
@ -179,7 +179,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
||||||
== margin_padding_inline_block_a.html margin_padding_inline_block_ref.html
|
== margin_padding_inline_block_a.html margin_padding_inline_block_ref.html
|
||||||
== margins_inside_floats_a.html margins_inside_floats_ref.html
|
== margins_inside_floats_a.html margins_inside_floats_ref.html
|
||||||
== marker_block_direction_placement_a.html marker_block_direction_placement_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
|
|
||||||
== min_width_float_simple_a.html min_width_float_simple_b.html
|
== min_width_float_simple_a.html min_width_float_simple_b.html
|
||||||
== negative_margins_a.html negative_margins_b.html
|
== negative_margins_a.html negative_margins_b.html
|
||||||
!= noteq_attr_exists_selector.html attr_exists_selector_ref.html
|
!= noteq_attr_exists_selector.html attr_exists_selector_ref.html
|
||||||
|
|
|
@ -827,6 +827,18 @@
|
||||||
"url": "/_mozilla/css/letter_spacing_a.html"
|
"url": "/_mozilla/css/letter_spacing_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/max_width_float_simple_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/max_width_float_simple_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/max_width_float_simple_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/max_width_float_simple_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/max_width_simple_a.html": [
|
"css/max_width_simple_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/max_width_simple_a.html",
|
"path": "css/max_width_simple_a.html",
|
||||||
|
@ -4044,6 +4056,18 @@
|
||||||
"url": "/_mozilla/css/letter_spacing_a.html"
|
"url": "/_mozilla/css/letter_spacing_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/max_width_float_simple_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/max_width_float_simple_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/max_width_float_simple_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/max_width_float_simple_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/max_width_simple_a.html": [
|
"css/max_width_simple_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/max_width_simple_a.html",
|
"path": "css/max_width_simple_a.html",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='max_width_float_simple_b.html'>
|
||||||
<style>
|
<style>
|
||||||
#first {
|
#first {
|
||||||
width: 100px;
|
width: 100px;
|
Loading…
Add table
Add a link
Reference in a new issue