mirror of
https://github.com/servo/servo.git
synced 2025-08-17 11:25:35 +01:00
Move max_width_simple_a.html to wpt reftests.
This commit is contained in:
parent
2259fcb77a
commit
902f010205
4 changed files with 25 additions and 1 deletions
|
@ -180,7 +180,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
|||
== margins_inside_floats_a.html margins_inside_floats_ref.html
|
||||
== marker_block_direction_placement_a.html marker_block_direction_placement_ref.html
|
||||
== max_width_float_simple_a.html max_width_float_simple_b.html
|
||||
== max_width_simple_a.html max_width_simple_b.html
|
||||
== min_width_float_simple_a.html min_width_float_simple_b.html
|
||||
== min_width_simple_a.html min_width_simple_b.html
|
||||
== negative_margins_a.html negative_margins_b.html
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<style>
|
||||
#first {
|
||||
position: relative;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border: solid 1px;
|
||||
}
|
||||
#block {
|
||||
height: 50px;
|
||||
width: 50%;
|
||||
max-width: 40px;
|
||||
background: green;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="first">
|
||||
<div id="block">
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -1,22 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<style>
|
||||
#first {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border: solid 1px;
|
||||
}
|
||||
#block {
|
||||
height: 50px;
|
||||
width: 40px;
|
||||
background: green;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="first">
|
||||
<div id="block">
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue