mirror of
https://github.com/servo/servo.git
synced 2025-09-09 22:48:21 +01:00
Move absolute_hypothetical_with_intervening_inline_block_a.html to wpt reftests.
This commit is contained in:
parent
4b9ffeca03
commit
7e474bbf90
4 changed files with 25 additions and 1 deletions
|
@ -75,6 +75,18 @@
|
|||
"url": "/_mozilla/css/absolute_hypothetical_float.html"
|
||||
}
|
||||
],
|
||||
"css/absolute_hypothetical_with_intervening_inline_block_a.html": [
|
||||
{
|
||||
"path": "css/absolute_hypothetical_with_intervening_inline_block_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/absolute_hypothetical_with_intervening_inline_block_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/absolute_hypothetical_with_intervening_inline_block_a.html"
|
||||
}
|
||||
],
|
||||
"css/background.html": [
|
||||
{
|
||||
"path": "css/background.html",
|
||||
|
@ -944,6 +956,18 @@
|
|||
"url": "/_mozilla/css/absolute_hypothetical_float.html"
|
||||
}
|
||||
],
|
||||
"css/absolute_hypothetical_with_intervening_inline_block_a.html": [
|
||||
{
|
||||
"path": "css/absolute_hypothetical_with_intervening_inline_block_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/absolute_hypothetical_with_intervening_inline_block_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/absolute_hypothetical_with_intervening_inline_block_a.html"
|
||||
}
|
||||
],
|
||||
"css/background.html": [
|
||||
{
|
||||
"path": "css/background.html",
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel=match href=absolute_hypothetical_with_intervening_inline_block_ref.html>
|
||||
<style>
|
||||
em {
|
||||
position: relative;
|
||||
}
|
||||
main {
|
||||
display: inline-block;
|
||||
}
|
||||
section {
|
||||
display: inline;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background: white;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
}
|
||||
strong {
|
||||
color: red;
|
||||
}
|
||||
</style>
|
||||
There should be no red.<em><main><section></section></main></em><strong>_</strong>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
<!DOCTYPE html>
|
||||
There should be no red.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue