mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move min_max_height_a.html to wpt reftests.
This commit is contained in:
parent
e0c8a88410
commit
24b0b0c80c
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
|
||||
== max_width_simple_a.html max_width_simple_b.html
|
||||
== min_max_height_a.html min_max_height_b.html
|
||||
== min_width_float_simple_a.html min_width_float_simple_b.html
|
||||
== min_width_simple_a.html min_width_simple_b.html
|
||||
== minimum_line_height_a.html minimum_line_height_b.html
|
||||
|
|
|
@ -827,6 +827,18 @@
|
|||
"url": "/_mozilla/css/letter_spacing_a.html"
|
||||
}
|
||||
],
|
||||
"css/min_max_height_a.html": [
|
||||
{
|
||||
"path": "css/min_max_height_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/min_max_height_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/min_max_height_a.html"
|
||||
}
|
||||
],
|
||||
"css/nth_child_pseudo_a.html": [
|
||||
{
|
||||
"path": "css/nth_child_pseudo_a.html",
|
||||
|
@ -3888,6 +3900,18 @@
|
|||
"url": "/_mozilla/css/letter_spacing_a.html"
|
||||
}
|
||||
],
|
||||
"css/min_max_height_a.html": [
|
||||
{
|
||||
"path": "css/min_max_height_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/min_max_height_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/min_max_height_a.html"
|
||||
}
|
||||
],
|
||||
"css/nth_child_pseudo_a.html": [
|
||||
{
|
||||
"path": "css/nth_child_pseudo_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='min_max_height_b.html'>
|
||||
<title>You see here a scroll labeled VE FORBRYDERNE.</title>
|
||||
<style>
|
||||
div {
|
Loading…
Add table
Add a link
Reference in a new issue