mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Move inline_margin_multiple_fragments_a.html to wpt reftests.
This commit is contained in:
parent
dbbbac3da6
commit
e5f4f7a436
4 changed files with 25 additions and 1 deletions
|
@ -135,7 +135,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
|||
== inline_block_parent_width_percentage.html inline_block_parent_width_ref.html
|
||||
== inline_block_stacking_context_a.html inline_block_stacking_context_ref.html
|
||||
# inline_border_a.html inline_border_b.html
|
||||
== inline_margin_multiple_fragments_a.html inline_margin_multiple_fragments_ref.html
|
||||
== inline_whitespace_a.html inline_whitespace_ref.html
|
||||
== inline_whitespace_b.html inline_whitespace_ref.html
|
||||
!= input_height_a.html input_height_ref.html
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
span {
|
||||
margin-left: 128px;
|
||||
margin-right: 128px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<span><img src=rust.png><img src=rust.png><img src=rust.png></span>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
#first {
|
||||
margin-left: 128px;
|
||||
}
|
||||
#last {
|
||||
margin-right: 128px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<span id=first><img src=rust.png></span><img src=rust.png><span id=last><img src=rust.png></span>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue