mirror of
https://github.com/servo/servo.git
synced 2025-08-18 11:55:39 +01:00
Move percentage_width_inline_block_a.html to wpt reftests.
This commit is contained in:
parent
7c58549809
commit
be06819f55
4 changed files with 25 additions and 1 deletions
|
@ -707,6 +707,18 @@
|
|||
"url": "/_mozilla/css/percentage_height_root.html"
|
||||
}
|
||||
],
|
||||
"css/percentage_width_inline_block_a.html": [
|
||||
{
|
||||
"path": "css/percentage_width_inline_block_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/percentage_width_inline_block_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/percentage_width_inline_block_a.html"
|
||||
}
|
||||
],
|
||||
"css/png_rgba_colorspace_a.html": [
|
||||
{
|
||||
"path": "css/png_rgba_colorspace_a.html",
|
||||
|
@ -3324,6 +3336,18 @@
|
|||
"url": "/_mozilla/css/percentage_height_root.html"
|
||||
}
|
||||
],
|
||||
"css/percentage_width_inline_block_a.html": [
|
||||
{
|
||||
"path": "css/percentage_width_inline_block_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/percentage_width_inline_block_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/percentage_width_inline_block_a.html"
|
||||
}
|
||||
],
|
||||
"css/png_rgba_colorspace_a.html": [
|
||||
{
|
||||
"path": "css/png_rgba_colorspace_a.html",
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='percentage_width_inline_block_ref.html'>
|
||||
<style>
|
||||
section {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
background: steelblue;
|
||||
color: white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
Y<section>X</section>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
section {
|
||||
width: 100%;
|
||||
background: steelblue;
|
||||
color: white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
Y<section>X</section>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue