mirror of
https://github.com/servo/servo.git
synced 2025-08-22 13:55:34 +01:00
Move inline_absolute_out_of_flow_a.html to wpt reftests.
This commit is contained in:
parent
a2a40068ab
commit
176ed83609
4 changed files with 25 additions and 1 deletions
|
@ -707,6 +707,18 @@
|
|||
"url": "/_mozilla/css/incremental_float_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_absolute_out_of_flow_a.html": [
|
||||
{
|
||||
"path": "css/inline_absolute_out_of_flow_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_absolute_out_of_flow_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_absolute_out_of_flow_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_border_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_border_a.html",
|
||||
|
@ -4320,6 +4332,18 @@
|
|||
"url": "/_mozilla/css/incremental_float_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_absolute_out_of_flow_a.html": [
|
||||
{
|
||||
"path": "css/inline_absolute_out_of_flow_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_absolute_out_of_flow_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_absolute_out_of_flow_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_border_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_border_a.html",
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel='match' href='inline_absolute_out_of_flow_ref.html'>
|
||||
<style>
|
||||
#a {
|
||||
display: inline;
|
||||
position: relative;
|
||||
}
|
||||
#b {
|
||||
position: absolute;
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
<div>A<span id=a><div id=b> </div></span>B</div>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
<!DOCTYPE html>
|
||||
<div>AB</div>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue