Move inline_whitespace_a.html and inline_whitespace_b.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-11-10 12:15:38 +01:00
parent 3ed4e62057
commit 17376dd96b
5 changed files with 50 additions and 2 deletions

View file

@ -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",

View 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>

View 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>

View 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>