Move inline_margins_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-16 21:15:44 -04:00
parent 990eba8583
commit 9673d81618
4 changed files with 25 additions and 1 deletions

View file

@ -683,6 +683,18 @@
"url": "/_mozilla/css/flex_nochild.html"
}
],
"css/inline_margins_a.html": [
{
"path": "css/inline_margins_a.html",
"references": [
[
"/_mozilla/css/inline_margins_ref.html",
"=="
]
],
"url": "/_mozilla/css/inline_margins_a.html"
}
],
"css/issue-1324.html": [
{
"path": "css/issue-1324.html",
@ -3684,6 +3696,18 @@
"url": "/_mozilla/css/flex_nochild.html"
}
],
"css/inline_margins_a.html": [
{
"path": "css/inline_margins_a.html",
"references": [
[
"/_mozilla/css/inline_margins_ref.html",
"=="
]
],
"url": "/_mozilla/css/inline_margins_a.html"
}
],
"css/issue-1324.html": [
{
"path": "css/issue-1324.html",

View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<link rel='match' href='inline_margins_ref.html'>
<link rel="stylesheet" type="text/css" href="css/ahem.css">
<style>
span {
margin-left: 100px;
margin-right: 100px;
}
</style>
</head>
<body>x<span>x</span>x</body>
</html>

View file

@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/ahem.css">
</head>
<body>x x x</body>
</html>