mirror of
https://github.com/servo/servo.git
synced 2025-08-22 22:05:32 +01:00
Move inline_block_stacking_context_a.html to wpt reftests.
This commit is contained in:
parent
e5f4f7a436
commit
b67699e377
4 changed files with 25 additions and 1 deletions
|
@ -731,6 +731,18 @@
|
|||
"url": "/_mozilla/css/inline_block_percentage_height_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_stacking_context_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_stacking_context_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_block_stacking_context_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_block_stacking_context_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_with_margin_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_with_margin_a.html",
|
||||
|
@ -4272,6 +4284,18 @@
|
|||
"url": "/_mozilla/css/inline_block_percentage_height_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_stacking_context_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_stacking_context_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_block_stacking_context_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_block_stacking_context_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_with_margin_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_with_margin_a.html",
|
||||
|
|
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='inline_block_stacking_context_ref.html'>
|
||||
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
||||
<style type="text/css">
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.fa {
|
||||
display: inline-block;
|
||||
transform: translate(0, 0);
|
||||
opacity: 0.5;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div style="padding: 100px 0 0 0;">
|
||||
<div class="fa">A</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
||||
<style type="text/css">
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.fa {
|
||||
display: block;
|
||||
transform: translate(0, 0);
|
||||
opacity: 0.5;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div style="padding: 100px 0 0 0;">
|
||||
<div class="fa">A</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue