mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Move minimum_line_height_a.html to wpt reftests.
This commit is contained in:
parent
4e59fe4d23
commit
bb1769b35a
4 changed files with 25 additions and 1 deletions
|
@ -183,7 +183,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_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
|
||||
== minimum_line_height_a.html minimum_line_height_b.html
|
||||
== negative_margins_a.html negative_margins_b.html
|
||||
== no-image.html no-image-ref.html
|
||||
== no_image_background_a.html no_image_background_ref.html
|
||||
|
|
|
@ -839,6 +839,18 @@
|
|||
"url": "/_mozilla/css/min_max_height_a.html"
|
||||
}
|
||||
],
|
||||
"css/minimum_line_height_a.html": [
|
||||
{
|
||||
"path": "css/minimum_line_height_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/minimum_line_height_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/minimum_line_height_a.html"
|
||||
}
|
||||
],
|
||||
"css/mix_blend_mode_a.html": [
|
||||
{
|
||||
"path": "css/mix_blend_mode_a.html",
|
||||
|
@ -3996,6 +4008,18 @@
|
|||
"url": "/_mozilla/css/min_max_height_a.html"
|
||||
}
|
||||
],
|
||||
"css/minimum_line_height_a.html": [
|
||||
{
|
||||
"path": "css/minimum_line_height_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/minimum_line_height_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/minimum_line_height_a.html"
|
||||
}
|
||||
],
|
||||
"css/mix_blend_mode_a.html": [
|
||||
{
|
||||
"path": "css/mix_blend_mode_a.html",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<link rel='match' href='minimum_line_height_b.html'>
|
||||
<head>
|
||||
<style>
|
||||
#a {
|
Loading…
Add table
Add a link
Reference in a new issue