mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +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
|
@ -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",
|
||||
|
|
18
tests/wpt/mozilla/tests/css/minimum_line_height_a.html
Normal file
18
tests/wpt/mozilla/tests/css/minimum_line_height_a.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<link rel='match' href='minimum_line_height_b.html'>
|
||||
<head>
|
||||
<style>
|
||||
#a {
|
||||
line-height: 100px;
|
||||
}
|
||||
|
||||
#b {
|
||||
line-height: 6px;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div id=a><span id=b>Four score and seven years ago our fathers brought forth on this continent, a new nation, conceived in Liberty, and dedicated to the proposition that all men are created equal. Now we are engaged in a great civil war, testing whether that nation, or any nation so conceived and so dedicated, can long endure. We are met on a great battle-field of that war. We have come to dedicate a portion of that field, as a final resting place for those who here gave their lives that that nation might live. It is altogether fitting and proper that we should do this.</span></div>
|
||||
</body>
|
||||
</html>
|
||||
|
17
tests/wpt/mozilla/tests/css/minimum_line_height_b.html
Normal file
17
tests/wpt/mozilla/tests/css/minimum_line_height_b.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
#a {
|
||||
line-height: 100px;
|
||||
}
|
||||
|
||||
#b {
|
||||
line-height: 100px;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div id=a><span id=b>Four score and seven years ago our fathers brought forth on this continent, a new nation, conceived in Liberty, and dedicated to the proposition that all men are created equal. Now we are engaged in a great civil war, testing whether that nation, or any nation so conceived and so dedicated, can long endure. We are met on a great battle-field of that war. We have come to dedicate a portion of that field, as a final resting place for those who here gave their lives that that nation might live. It is altogether fitting and proper that we should do this.</span></div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue