mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Move marker_block_direction_placement_a.html to wpt reftests.
This commit is contained in:
parent
1a55b4a5fe
commit
07d1f3f546
4 changed files with 25 additions and 1 deletions
|
@ -2595,6 +2595,18 @@
|
|||
"url": "/_mozilla/css/margins_inside_floats_a.html"
|
||||
}
|
||||
],
|
||||
"css/marker_block_direction_placement_a.html": [
|
||||
{
|
||||
"path": "css/marker_block_direction_placement_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/marker_block_direction_placement_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/marker_block_direction_placement_a.html"
|
||||
}
|
||||
],
|
||||
"css/max_width_float_simple_a.html": [
|
||||
{
|
||||
"path": "css/max_width_float_simple_a.html",
|
||||
|
@ -7840,6 +7852,18 @@
|
|||
"url": "/_mozilla/css/margins_inside_floats_a.html"
|
||||
}
|
||||
],
|
||||
"css/marker_block_direction_placement_a.html": [
|
||||
{
|
||||
"path": "css/marker_block_direction_placement_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/marker_block_direction_placement_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/marker_block_direction_placement_a.html"
|
||||
}
|
||||
],
|
||||
"css/max_width_float_simple_a.html": [
|
||||
{
|
||||
"path": "css/max_width_float_simple_a.html",
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel=match href=marker_block_direction_placement_ref.html>
|
||||
<style>
|
||||
body, ol, p {
|
||||
margin: 0;
|
||||
font-size: 16px;
|
||||
}
|
||||
body {
|
||||
line-height: 10;
|
||||
}
|
||||
</style>
|
||||
<ol><li>Hello</ol>
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
body, ol, p {
|
||||
margin: 0;
|
||||
font-size: 16px;
|
||||
}
|
||||
body {
|
||||
line-height: 10;
|
||||
}
|
||||
section {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 64px;
|
||||
background: white;
|
||||
}
|
||||
</style>
|
||||
<ol><li>Hello</ol><section></section>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue