mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Move block_formatting_context_float_placement_a.html to wpt reftests.
This commit is contained in:
parent
c3ace6a379
commit
c222e60d98
4 changed files with 25 additions and 1 deletions
|
@ -483,6 +483,18 @@
|
|||
"url": "/_mozilla/css/block_formatting_context_containing_floats_a.html"
|
||||
}
|
||||
],
|
||||
"css/block_formatting_context_float_placement_a.html": [
|
||||
{
|
||||
"path": "css/block_formatting_context_float_placement_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/block_formatting_context_float_placement_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/block_formatting_context_float_placement_a.html"
|
||||
}
|
||||
],
|
||||
"css/class-namespaces.html": [
|
||||
{
|
||||
"path": "css/class-namespaces.html",
|
||||
|
@ -1748,6 +1760,18 @@
|
|||
"url": "/_mozilla/css/block_formatting_context_containing_floats_a.html"
|
||||
}
|
||||
],
|
||||
"css/block_formatting_context_float_placement_a.html": [
|
||||
{
|
||||
"path": "css/block_formatting_context_float_placement_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/block_formatting_context_float_placement_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/block_formatting_context_float_placement_a.html"
|
||||
}
|
||||
],
|
||||
"css/class-namespaces.html": [
|
||||
{
|
||||
"path": "css/class-namespaces.html",
|
||||
|
|
|
@ -0,0 +1,29 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel=match href=block_formatting_context_float_placement_ref.html>
|
||||
<style>
|
||||
#nav-searchbar {
|
||||
overflow: hidden;
|
||||
}
|
||||
.nav-submit-button {
|
||||
float: right;
|
||||
}
|
||||
#nav-search-in {
|
||||
float: left;
|
||||
}
|
||||
.nav-searchfield-width {
|
||||
height: 35px;
|
||||
overflow: hidden;
|
||||
border: solid black 1px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<form id="nav-searchbar">
|
||||
<div class="nav-submit-button">Foo</div><span id="nav-search-in">Bar</span>
|
||||
<div class="nav-searchfield-width"></div>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,25 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
.nav-submit-button {
|
||||
float: right;
|
||||
}
|
||||
#nav-search-in {
|
||||
float: left;
|
||||
}
|
||||
.nav-searchfield-width {
|
||||
height: 35px;
|
||||
overflow: hidden;
|
||||
border: solid black 1px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<form id="nav-searchbar">
|
||||
<div class="nav-submit-button">Foo</div><span id="nav-search-in">Bar</span>
|
||||
<div class="nav-searchfield-width"></div>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue