mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Move block_formatting_context_translation_a.html to wpt reftests.
This commit is contained in:
parent
ab3b87b92a
commit
10e3c89060
4 changed files with 25 additions and 1 deletions
|
@ -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",
|
||||
|
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue