mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Move min_width_simple_a.html to wpt reftests.
This commit is contained in:
parent
902f010205
commit
9bd508de7e
4 changed files with 25 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel='match' href='min_width_simple_b.html'>
|
||||
<style>
|
||||
#first {
|
||||
position: relative;
|
Loading…
Add table
Add a link
Reference in a new issue