Move marker_block_direction_placement_a.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-11-20 11:58:34 +01:00
parent 1a55b4a5fe
commit 07d1f3f546
4 changed files with 25 additions and 1 deletions

View file

@ -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",

View file

@ -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>

View file

@ -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>