mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Move inline_whitespace_a.html and inline_whitespace_b.html to wpt reftests.
This commit is contained in:
parent
3ed4e62057
commit
17376dd96b
5 changed files with 50 additions and 2 deletions
|
@ -2075,6 +2075,30 @@
|
|||
"url": "/_mozilla/css/inline_text_align_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_whitespace_a.html": [
|
||||
{
|
||||
"path": "css/inline_whitespace_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_whitespace_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_whitespace_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_whitespace_b.html": [
|
||||
{
|
||||
"path": "css/inline_whitespace_b.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_whitespace_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_whitespace_b.html"
|
||||
}
|
||||
],
|
||||
"css/input_button_margins_a.html": [
|
||||
{
|
||||
"path": "css/input_button_margins_a.html",
|
||||
|
@ -7056,6 +7080,30 @@
|
|||
"url": "/_mozilla/css/inline_text_align_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_whitespace_a.html": [
|
||||
{
|
||||
"path": "css/inline_whitespace_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_whitespace_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_whitespace_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_whitespace_b.html": [
|
||||
{
|
||||
"path": "css/inline_whitespace_b.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_whitespace_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_whitespace_b.html"
|
||||
}
|
||||
],
|
||||
"css/input_button_margins_a.html": [
|
||||
{
|
||||
"path": "css/input_button_margins_a.html",
|
||||
|
|
15
tests/wpt/mozilla/tests/css/inline_whitespace_a.html
Normal file
15
tests/wpt/mozilla/tests/css/inline_whitespace_a.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
||||
<link rel=match href=inline_whitespace_ref.html>
|
||||
<style type="text/css">
|
||||
body {
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<span>A</span> <span>B</span>
|
||||
</body>
|
||||
</html>
|
16
tests/wpt/mozilla/tests/css/inline_whitespace_b.html
Normal file
16
tests/wpt/mozilla/tests/css/inline_whitespace_b.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
||||
<link rel=match href=inline_whitespace_ref.html>
|
||||
<style type="text/css">
|
||||
body {
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<span>A</span>
|
||||
<span>B</span>
|
||||
</body>
|
||||
</html>
|
14
tests/wpt/mozilla/tests/css/inline_whitespace_ref.html
Normal file
14
tests/wpt/mozilla/tests/css/inline_whitespace_ref.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
||||
<style type="text/css">
|
||||
body {
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<span>A B</span>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue