mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +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
|
@ -38,7 +38,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
|||
flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
||||
# Fails intermittently (#3636)
|
||||
# == link_style_dynamic_addition.html link_style_dynamic_addition_ref.html
|
||||
== marker_block_direction_placement_a.html marker_block_direction_placement_ref.html
|
||||
!= noteq_attr_exists_selector.html attr_exists_selector_ref.html
|
||||
!= octicons_a.html octicons_ref.html
|
||||
== ol_japanese_iroha_a.html ol_japanese_iroha_ref.html
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
body, ol, p {
|
||||
margin: 0;
|
||||
font-size: 16px;
|
||||
}
|
||||
body {
|
||||
line-height: 10;
|
||||
}
|
||||
</style>
|
||||
<ol><li>Hello</ol>
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
<!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