mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +01:00
Move inline_block_border_intrinsic_size_a.html to wpt reftests.
This commit is contained in:
parent
bd41c67f3e
commit
4ac7f9d944
4 changed files with 25 additions and 1 deletions
|
@ -959,6 +959,18 @@
|
|||
"url": "/_mozilla/css/inline_block_border_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_border_intrinsic_size_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_border_intrinsic_size_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_block_border_intrinsic_size_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_block_border_intrinsic_size_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_img_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_img_a.html",
|
||||
|
@ -4896,6 +4908,18 @@
|
|||
"url": "/_mozilla/css/inline_block_border_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_border_intrinsic_size_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_border_intrinsic_size_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_block_border_intrinsic_size_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_block_border_intrinsic_size_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_img_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_img_a.html",
|
||||
|
|
|
@ -0,0 +1,27 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='inline_block_border_intrinsic_size_ref.html'>
|
||||
<style>
|
||||
html, body {
|
||||
margin: 0;
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
}
|
||||
.nav-button-outer {
|
||||
background: red;
|
||||
display: inline-block;
|
||||
}
|
||||
.nav-down-arrow {
|
||||
display: inline-block;
|
||||
border-style: solid;
|
||||
border-color: black;
|
||||
border-width: 10px 200px 0 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a class="nav-button-outer"><span class="nav-down-arrow"></span></a>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,25 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
html, body {
|
||||
margin: 0;
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
}
|
||||
.nav-button-outer {
|
||||
display: inline-block;
|
||||
}
|
||||
.nav-down-arrow {
|
||||
display: inline-block;
|
||||
border-style: solid;
|
||||
border-color: black;
|
||||
border-width: 10px 200px 0 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a class="nav-button-outer"><span class="nav-down-arrow"></span></a>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue