mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Move inline_block_border_intrinsic_size_a.html to wpt reftests.
This commit is contained in:
parent
bd41c67f3e
commit
4ac7f9d944
4 changed files with 25 additions and 1 deletions
|
@ -102,7 +102,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
|||
== img_dynamic_remove.html img_dynamic_remove_ref.html
|
||||
!= img_simple.html img_simple_ref.html
|
||||
!= inline_background_a.html inline_background_ref.html
|
||||
== inline_block_border_intrinsic_size_a.html inline_block_border_intrinsic_size_ref.html
|
||||
== inline_block_margin_auto_a.html inline_block_margin_auto_ref.html
|
||||
== inline_block_parent_width.html inline_block_parent_width_ref.html
|
||||
== inline_block_parent_width_percentage.html inline_block_parent_width_ref.html
|
||||
|
|
|
@ -1,26 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
html, body {
|
||||
margin: 0;
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
}
|
||||
.nav-button-outer {
|
||||
background: red;
|
||||
display: inline-block;
|
||||
}
|
||||
.nav-down-arrow {
|
||||
display: inline-block;
|
||||
border-style: solid;
|
||||
border-color: black;
|
||||
border-width: 10px 200px 0 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a class="nav-button-outer"><span class="nav-down-arrow"></span></a>
|
||||
</body>
|
||||
</html>
|
|
@ -1,25 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
html, body {
|
||||
margin: 0;
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
}
|
||||
.nav-button-outer {
|
||||
display: inline-block;
|
||||
}
|
||||
.nav-down-arrow {
|
||||
display: inline-block;
|
||||
border-style: solid;
|
||||
border-color: black;
|
||||
border-width: 10px 200px 0 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a class="nav-button-outer"><span class="nav-down-arrow"></span></a>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue