Move block_formatting_context_translation_a.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-10-14 11:32:19 +02:00
parent ab3b87b92a
commit 10e3c89060
4 changed files with 25 additions and 1 deletions

View file

@ -531,6 +531,18 @@
"url": "/_mozilla/css/block_formatting_context_relative_a.html"
}
],
"css/block_formatting_context_translation_a.html": [
{
"path": "css/block_formatting_context_translation_a.html",
"references": [
[
"/_mozilla/css/block_formatting_context_translation_ref.html",
"=="
]
],
"url": "/_mozilla/css/block_formatting_context_translation_a.html"
}
],
"css/class-namespaces.html": [
{
"path": "css/class-namespaces.html",
@ -1844,6 +1856,18 @@
"url": "/_mozilla/css/block_formatting_context_relative_a.html"
}
],
"css/block_formatting_context_translation_a.html": [
{
"path": "css/block_formatting_context_translation_a.html",
"references": [
[
"/_mozilla/css/block_formatting_context_translation_ref.html",
"=="
]
],
"url": "/_mozilla/css/block_formatting_context_translation_a.html"
}
],
"css/class-namespaces.html": [
{
"path": "css/class-namespaces.html",

View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<link rel=match href=block_formatting_context_translation_ref.html>
<body>
<div style="height: 32px; margin: 0 0 0;">
<div style="float: left; background: blue; width: 64px; height: 32px;"></div>
<div style="overflow: hidden; height: 32px; background: violet;"></div>
</div>
<div style="background: green; float: left; width: 32px; height: 32px;"></div>
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<body>
<div style="height: 32px; margin: 0 0 0;">
<div style="float: left; background: blue; width: 64px; height: 32px;"></div>
<div style="height: 32px; background: violet;"></div>
</div>
<div style="background: green; float: left; width: 32px; height: 32px;"></div>
</body>
</html>